- The Netherlands
- https://www.ascee.nl
- Joined on
2018-10-23
Block a user
0b5a94be4c
Input of filterbank API improvements
4dd95cb80c
Level ref value can be changed in SLM, Qty stuff stored in measurement
0a8949e0cf
Updated exporting to wav file, NEEDS more testing. Added progress function to signal generator, which returns None by default
683c0b6566
Removed assertions on n_rows and n_cols in lasp_pyarray.h
c9ad4dc1b4
Bugfix for transposing an numpy array in code. Can only be done by calling PyArray_Transpose, not by setting flags, apparently. Fixed the lasp_recording for new member attributes of AvStream.
287b0cfe83
Big change to new stream configuration. Possibility to include output channels back to input
b17178c4a7
Better implementation of 'Measurement.fromWaveFile, using scipy, which is able to handle wave files with floating point data
3e2e8c8953
Merge branch 'develop' into channel_metadata
683c0b6566
Removed assertions on n_rows and n_cols in lasp_pyarray.h
c9ad4dc1b4
Bugfix for transposing an numpy array in code. Can only be done by calling PyArray_Transpose, not by setting flags, apparently. Fixed the lasp_recording for new member attributes of AvStream.
287b0cfe83
Big change to new stream configuration. Possibility to include output channels back to input
b17178c4a7
Better implementation of 'Measurement.fromWaveFile, using scipy, which is able to handle wave files with floating point data
3e2e8c8953
Merge branch 'develop' into channel_metadata
6830d5192e
Merge branch 'develop' of ssh://code.ascee.nl:12001/ASCEE/lasp into develop
c30960b1a3
Added method to import measurement data from a wave file
82ec7faa45
Bugfix for float32 data type. Neoformat comment markup
9d34cdb76a
Improved interface
b910655fed
Improved interface
bc4a8941b7
Working code
55170494e3
Working! Finally. Stupid mistake
ad6c6800fa
Still not working
2d909b07dd
Small fixes for building on Windows. Note, that there are some things hardcoded which should not be hardcoded.
2d909b07dd
Small fixes for building on Windows. Note, that there are some things hardcoded which should not be hardcoded.
7cc77b073a
Bugfixes which were found when trying to compile on windows
92034d3d2f
Running on Windows. WOOHOO!
c1d8fe97d4
Bugfixes to hopefully let it run on Windows. Needs further testing
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
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