Anne de Jong anne
anne pushed to develop at ASCEE/lasp 2021-04-20 20:26:25 +00:00
3a894879f0 Added biquad filter code
anne pushed to master at ASCEE/lrftubes_doc 2021-03-31 10:25:37 +00:00
c6b73f5ffc Added pics
anne pushed to master at ASCEE/lrftubes_doc 2021-03-31 10:24:28 +00:00
61b978b379 Updated lyx doc
anne pushed to develop at ASCEE/lasp 2021-03-31 09:24:01 +00:00
2d33110138 Updated API. First work on impedance tube code
1f9e0325f4 Merge branch 'impedancetube_merge' into develop
959bcafca3 Added quiescent tail to sweep implementation
96edc90c55 Implementation of impedance tube code
a1e4a63043 Added coherent periodic averaging methods to Measurement
Compare 5 commits »
anne pushed to develop at ASCEE/lasp 2021-02-19 09:28:32 +00:00
d72a35bfb5 Added logarithmic sweep. For now, chosen to not implement the hyperbolic sweep
anne pushed to develop at ASCEE/lasp 2021-01-30 20:15:04 +00:00
1c5a5f04f2 Small additions, markup improvements
022108f99e Unit symbol has only one param now, not multiple in a tuple, added string representation for a qty
5c3cae730f Bugfix for something that does not seem to work anymore with Numpy. np.int16.itemsize is not a number anymore.
476d989898 Bugfix in Measurement, updated such that DaqChannel Qty can no longer be set in constructor
dd0b011fa3 Disabled annotation. Improved compilation flag for Cython
Compare 40 commits »
anne pushed to develop at ASCEE/lasp 2020-08-29 18:12:41 +00:00
2192f5a7fc Parallelized the SOS filter implementation. Updated worker implementation to deal with NULL pointers for initialization and destructor function pointers
anne pushed to master at ASCEE/lasp 2020-08-22 17:55:17 +00:00
28358f5385 Added calibration settings
anne pushed to develop at ASCEE/lasp 2020-08-22 17:55:02 +00:00
28358f5385 Added calibration settings
anne pushed to develop at ASCEE/lasp 2020-08-22 11:53:02 +00:00
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
Compare 3 commits »
anne pushed to master at ASCEE/lasp 2020-08-22 09:02:37 +00:00
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
Compare 3 commits »
anne pushed to develop at ASCEE/lasp 2020-08-08 12:09:43 +00:00
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
Compare 6 commits »
anne pushed to master at ASCEE/lasp 2020-08-08 12:09:29 +00:00
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
Compare 9 commits »
anne pushed to develop at ASCEE/lasp 2020-07-09 07:45:58 +00:00
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
Compare 3 commits »
anne pushed to master at ASCEE/timedomainresonace 2020-04-28 07:45:52 +00:00
9d34cdb76a Improved interface
b910655fed Improved interface
bc4a8941b7 Working code
55170494e3 Working! Finally. Stupid mistake
ad6c6800fa Still not working
anne created repository ASCEE/timedomainresonace 2020-04-28 07:45:44 +00:00
anne pushed to master at ASCEE/lasp 2020-04-26 12:41:50 +00:00
2d909b07dd Small fixes for building on Windows. Note, that there are some things hardcoded which should not be hardcoded.
anne pushed to develop at ASCEE/lasp 2020-04-26 12:41:22 +00:00
2d909b07dd Small fixes for building on Windows. Note, that there are some things hardcoded which should not be hardcoded.
anne pushed to master at ASCEE/lasp 2020-04-26 12:39:10 +00:00
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
Compare 12 commits »
anne pushed to develop at ASCEE/lasp 2020-04-13 13:22:22 +00:00
7cc77b073a Bugfixes which were found when trying to compile on windows