- The Netherlands
- https://www.ascee.nl
- Joined on
2018-10-23
Block a user
8e0b173fdf
Audio thread does not interfere with Python GIL anymore. Instead, GIL-acquiring stuff runs on different thread which communicates using queues. Small API change in callback to Python, no streamtime is given anymore, and buffers for input and output CAN be none.
5516fe44ce
Moved stream data to a C struct
04c3631a72
Renamed an attribute in daqconfigs. Small bugfix in lasp_calibrate.py
6acf45a909
Some minor fixes in siggen and ln to also work with (untested) 32-bit floats
09c6b2680b
Bugfix in shelve
945a960f1c
Added a machine-local LASP shelve, next to the overall (multiple machine-wide) one
3d5e9290ff
Wrapped the functions of FFTW to load and store wisdom.
82e077ec3a
Added timeweighting infinite for real time processing
0940179f50
Bugfix in equalizer. Seems to be working now. Bugfix in wrapper to make equalizer return array one-dimensional
281d4bf921
Added wrapper for equalizer.
bb2c0df427
Merged master
895b462bc5
Nominal_txt can now also be called with a list as argument.
613800dd15
Commented out tracerplus on siggen
d67fce8d06
Bugfixes in slm
3dd7e23587
Added statistics to sound level meter
6a756bf1b1
Merged master
0bbfe22d83
Bugfix for lowest frequency point in converting octave band to narrow band
22f1cb59ff
Update SLM API. Now works properly with different start and stop bands, and only overall band
183404338e
Merged improvements on SPL filter
78884cbbe2
Merged typex feature from slm
38865ef9cf
Bugfix in comment. sosfilterbank.h
60a5c63748
Added possibility to get size of filterbank
5dbccf4797
Revert "Implementation of filter designer"
1d488c983a
Implementation of filter designer
15c8b0d923
Working on SOS implementation of frequency weighting filters
f10e78ff41
removed old binning code
1a85b60d85
Exposed sweep to Python
c748e6cb75
Added code to generate narrow band data from band data and vice versa
fe53ada328
Added sweep signal generator. Partly functioning
8c6e6a5828
Added methods to filter bank designer to create narrow-band spectra from octave band results, assuming a uniform power spectrum in a certain band
2270a297cc
Bugfixes and improvements in Filters
1748daab4c
Put overflow detector a bit higher
703fbf5031
Rudimentary overflow checker implemented
00bd30eb2a
Major cleanup and improvements of filter design code.
54173b6ecc
Did some renaming to make sure FIR filterbanks can coexist with SOS filterbanks
4cd3f0bf9f
Added Second Order Sections filterbank. Works much better that Fir filterbank. Does not need decimation. Easy generation of filters with scipy.signal.butter.
9afed2c9a9
Renamed filterbank to firfilterbank in C-code
195319ab29
Added the possibility to shift to different fft backend. Now set to fftw. Seems to work properly
59f82ae14c
Added tools to bin narrow-band data into frequency bands
fa0766181a
Added spyproject to gitignore
1f1922272d
Lots of code and comments improvements
23fc4c9259
Exposed AvPowerSpectra explicitly. Comment improvements. Line breakages, etc. Added 10s and infinite to TimeWeighting types.