lasp/lasp
2020-01-09 14:04:42 +01:00
..
c Added Second Order Sections filterbank. Works much better that Fir filterbank. Does not need decimation. Easy generation of filters with scipy.signal.butter. 2020-01-03 21:11:56 +01:00
cmake Lots of things improved. Forgot to count, became big commit, excuse myself 2018-07-17 11:52:02 +02:00
device Output data for device now directly written to buffer. Bugfix in interleaved/deinterleaved creation of Numpy array from data 2019-12-26 16:04:49 +01:00
filter Major cleanup and improvements of filter design code. 2020-01-09 11:06:57 +01:00
plot High quality png export of bar figures. Save file dialog added for bar figures. 2018-10-03 20:14:33 +02:00
tools Popped old stash 2019-12-08 14:34:28 +01:00
__init__.py Exposed AvPowerSpectra explicitly. Comment improvements. Line breakages, etc. Added 10s and infinite to TimeWeighting types. 2019-03-28 21:26:11 +01:00
CMakeLists.txt Popped old stash 2019-12-08 14:34:28 +01:00
config.pxi.in Recording is working again. Sometimes it hangs on closing stream. 2019-12-18 10:02:20 +01:00
lasp_atomic.py Added loads of comments and readability improvements. 2018-12-29 15:34:24 +01:00
lasp_avstream.py First part of signal generator implementation. White noise and sine waves are working. 2019-12-28 16:58:13 +01:00
lasp_common.py Major cleanup and improvements of filter design code. 2020-01-09 11:06:57 +01:00
lasp_config.py Added loads of comments and readability improvements. 2018-12-29 15:34:24 +01:00
lasp_measurement.py Put overflow detector a bit higher 2020-01-09 14:04:42 +01:00
lasp_octavefilter.py Major cleanup and improvements of filter design code. 2020-01-09 11:06:57 +01:00
lasp_playback.py Default video off 2019-06-14 11:17:03 +02:00
lasp_record.py Output data for device now directly written to buffer. Bugfix in interleaved/deinterleaved creation of Numpy array from data 2019-12-26 16:04:49 +01:00
lasp_reverb.py Lots of code and comments improvements 2019-10-27 14:19:26 +01:00
lasp_slm.py Did some renaming to make sure FIR filterbanks can coexist with SOS filterbanks 2020-01-03 22:00:50 +01:00
lasp_weighcal.py Did some renaming to make sure FIR filterbanks can coexist with SOS filterbanks 2020-01-03 22:00:50 +01:00
wrappers.pyx Added Second Order Sections filterbank. Works much better that Fir filterbank. Does not need decimation. Easy generation of filters with scipy.signal.butter. 2020-01-03 21:11:56 +01:00