23fc4c9259Exposed AvPowerSpectra explicitly. Comment improvements. Line breakages, etc. Added 10s and infinite to TimeWeighting types.J.A. de Jong - ASCEE2019-03-28 21:26:11 +0100
38d1cfe435High quality png export of bar figures. Save file dialog added for bar figures.J.A. de Jong2018-10-03 20:14:33 +0200
6b4e5fba9bFigure size can be changed using GUI, added immature possibility for plot presets. Figures now have right font. PlotOptions becomes dataclass. Show sensitivity values in measurement info box.J.A. de Jong2018-10-03 17:02:13 +0200
c152bf65f3Improved bar colors. Ticks on y axis in float on bars. Legend positions in bars. Moved asceefigs repo into lasp.tools.J.A. de Jong2018-10-01 14:25:09 +0200
95f297dd46Small improvements. Legend position forwarded.J.A. de Jong2018-10-01 14:22:15 +0200
bbdbb6b707Bugfix with closing software when running real time spectra monitor.J.A. de Jong2018-09-13 15:53:46 +0200
f82ff68b70Textual result output in Eq. level computation. Bugfix in bar colors when adding more bars than number of colors in color list.J.A. de Jong2018-09-13 15:34:11 +0200
185d4734d8Accidentally committed something wrong to .gitignoreJ.A. de Jong2018-09-13 14:13:26 +0200
a10326d617Converted daqconfig to Python3.7 dataclass. Changed revtime name to revtimewidget. Added real time APS dialog. But contains bug on close! Split up SLMWidget and SLM into different files for accessing the SLM class from scripts. Changed lower y-limits of figure plot in GUI to something more sensible. Added umik to list of devices, but does not work yet due to 24-bits audio bug. First steps to change legend position in bar plot.J.A. de Jong2018-09-13 13:56:05 +0200
889a1898f5Tracer level in dmat_to_ndarray lower. set only one input channel default in default_device. Bugfix nogil on data read in daqdevice. Lots of improved comments. Real time power spectra functionality working againJ.A. de Jong2018-08-01 20:36:58 +0200
473de073a6Bugfix in Measurement.exportAsWave, throughput of sensitivity value into final measurement object in Recording class, added lasp_record and lasp_playback scripts.J.A. de Jong2018-07-31 13:09:42 +0200
a8c71f7aa0Sensitivity applied in measurement praw() function, removed from WeighCal class. CalFile standard set to None, as we use MM210 from now on. Bugfix in measurement sensitivity setter. Started cleaning up of real time power spectra widget.J.A. de Jong2018-07-31 11:23:24 +0200
64821f8c6fIn between state of connecting DAQ DevicesJ.A. de Jong2018-07-28 14:43:57 +0200
e95b02ae9aLots of things improved. Forgot to count, became big commit, excuse myselfJ.A. de Jong2018-07-17 11:52:02 +0200
3311e43ef5Bugfix in bar plot when ylim[0] is not zeroJ.A. de Jong2018-06-15 09:09:27 +0200
1b21cc1873Partially done implementation of Octave and one-third octave filterbank.J.A. de Jong2018-06-14 14:42:52 +0200
a43a76f702Improved bar plots. Possibility to remove lines from plots.J.A. de Jong2018-06-09 12:04:07 +0200
475f2fa6aaAdded bar plots, different figures, and lots of things have been changedJ.A. de Jong2018-06-04 15:00:27 +0200
3357a0ded6Split up GUI in different Widgets, added revtime, added figure list possibilities, added Qt Resources, added About panel, added lots of comments, export and import of measurementsJ.A. de Jong2018-05-02 16:29:53 +0200
2842fb5714Added lots of comments to some C-code. Moved some Python code to lasp_ common.py. Added lasp_measurement, lasp_slm, lasp_weighcal. Lots of bugfixes, renamed fir_design to filter_design, cleaned up frequency weighting filter code.J.A. de Jong2018-04-23 09:29:21 +0200
3823d51074Changed default window for AvPowerSpectra to Hann. Bugfix in AvPowerSpectra. Finished and tseted SPLowpass.J.A. de Jong2018-04-01 19:06:50 +0200
a89914023eRemoved pushing of initial zeros to filterbank outputJ.A. de Jong2018-04-01 14:04:25 +0200
ce7f31ca86Renamed lasp_math.h to lasp_mat.h as it defines matrices, not math. Made a typedef from vd to dmat such that the types of these are the same. Same goes for vc and cmatJ.A. de Jong2018-04-01 14:01:07 +0200
7d825871e8First work on single pole lowpass IIR filterJ.A. de Jong2018-04-01 11:00:12 +0200
c8332f7f74Not savy implementation of exponential time weighting of spectrogramsJ.A. de Jong2018-04-01 10:58:55 +0200
b3d60a2d69Added monitor panel. Only spectra fast and slow weighting implementation is not savyJ.A. de Jong2018-04-01 10:57:29 +0200
60cf046fa6Removed some memory pool stuff. Decreased some tracer values. Removed debug warning on overflow. Bugfix on macro's ASCEE_USE_BLAS to LASP_USE_BLAS. Added SFSG macro. Added denominator in z-transform for frequency response of IIR filters. Added arbitrary fir design code. Put window types in a class in wrapper.J.A. de Jong2018-04-01 10:27:27 +0200
aa3935a82bFixed bug in print_dmat and print_cmat, allow for empty dmats and cmats in some part of the code. Added dmat_foreign_vd. Some minor improvements in code and docs. WARN and DBGWARN now print to stdout instead of stderr, as Spyder taps the stderr. Improved the dFifo to handle memory better. Now dFifo does not have a maximum size anymore. Renamed Fft_alloc to Fft_create.J.A. de Jong2018-02-19 10:37:08 +0100
54e9eeca37Changed internals of xmat to use strides instead of column pointers. Some other bugfixesJ.A. de Jong2018-02-12 20:44:07 +0100
b31866974eRenamed copy_dmat_rows to dmat_copy_rows and changed API. Added P_REF. Added Hadamard product of two matrices. Added vd_copy_rows. Put some dynamic allocation of fft.c to object data. Bugfix in dbgassert ps.c. Moved getFreq to a tools.pyJ.A. de Jong2018-02-12 19:32:23 +0100
85636ce946Changed Fft API to also be able to compute for one channelJ.A. de Jong2018-02-10 21:14:17 +0100
89e9622b1fBugfix, added overflow checks for debug mode. Tested AvPowerSpectra. Now works without errors, only addTimeData cannot be called twice. Improved fft implementation. Removed double wrapper for fftpack. Renamed fft.pyx to wrappers.pyx. Improved CMakeLists. Adde proper function entrance and exit tracers. Made tracers indent to function level. Added Bartlett window functionJ.A. de Jong2018-02-09 11:56:49 +0100
83aaf69befRefactoring math routines. Added comments. Removed multithreading from fft routines. Switched to fftpack for FFT. Added DoxyfileJ.A. de Jong2018-02-06 12:01:27 +0100