lasp/src/lasp
Anne de Jong a1a7b411f1
continuous-integration/drone/push Build is passing Details
Updates and bugfixes on fromnpy in Measurement
2023-05-16 12:12:36 +02:00
..
device Bugfix: Made Uldaq sample rate check depending on actually provided sample rates 2023-04-18 11:09:01 +02:00
dsp Important BUGfix: effectively there was no sleep period in the thread handling the data from the UlDAQ 2023-03-10 16:27:51 +01:00
filter Added first-order HP and LP compensation filters to the biquad class 2023-03-22 16:23:57 +01:00
plot Output of a sine wave now works. Pfff 2022-07-20 14:58:48 +02:00
pybind11 Merge branch 'develop' into rt_signalviewer 2023-02-20 09:38:42 +01:00
tools Update to new smoothing algorithm. Should be made faster. 2023-02-23 18:10:06 +01:00
CMakeLists.txt Added Armadillo backend for Fft's. This one seems to work properly. Added some tests code for daq and StreamMgr in C++. Fixed a stray of a debug dmat somewhere in lasp_daqdata. 2022-10-12 15:02:42 +02:00
__init__.py Added measurementset 2023-02-19 11:06:22 +01:00
lasp_atomic.py Some bugfixes and useful function additions 2022-09-28 09:41:02 +02:00
lasp_common.py Some doc update 2023-04-21 13:27:45 +02:00
lasp_config.h.in Added RtAudio and UlDAQ as subprojects that are compiled in. Fixed proper connection of UlDAQ. Set default sensitity to 1.0 for a new DaqChannel. Segfault bug fixed in DaqData::copyToRaw. Scan in background for devices when StreamMgr() is initialized. Fixed bug in storing of DaqConfigs to lasp_shelve. Set RtAudio to 5.2.0. 2022-10-05 11:27:46 +02:00
lasp_config.py Switched to OpenMP for parallellizing for loops. Bugfixes in PowerSpectra() class. Added tests to check Parsevall hold. Improved lots of comments. Added module groups. Use CMake to specify code version number. Device info should be obtained from StreamMgr in Python code. 2022-09-03 20:59:14 +02:00
lasp_cpp.cpp Documentation updates. 2023-01-20 14:22:48 +01:00
lasp_daqconfigs.py Add: DaqConfigurations.loadRaw() and saveRaw() for easy accessing of DAQ configuration data 2022-10-24 12:05:59 +02:00
lasp_imptube.py Output of a sine wave now works. Pfff 2022-07-20 14:58:48 +02:00
lasp_logging.py Output of a sine wave now works. Pfff 2022-07-20 14:58:48 +02:00
lasp_measurement.py Updates and bugfixes on fromnpy in Measurement 2023-05-16 12:12:36 +02:00
lasp_measurementset.py Added measurementset 2023-02-19 11:06:22 +01:00
lasp_octavefilter.py Some bugfixes 2022-11-14 11:11:03 +01:00
lasp_playback.py Output of a sine wave now works. Pfff 2022-07-20 14:58:48 +02:00
lasp_record.py Splitted UlDAQ code in header and cpp file to make a more logical separation between declaration and implementation. BUGFIX: lasp_record did not return True in self.finish(), resulting in a stream stop. 2023-01-04 14:21:39 +01:00
lasp_reverb.py DaqConfiguration(s) back in place. Time to couple some stuff to ACME 2022-08-01 17:26:22 +02:00
lasp_slm.py Split timeweighting into different types for each of the possible use cases. 2023-02-03 20:41:59 +01:00
lasp_weighcal.py Output of a sine wave now works. Pfff 2022-07-20 14:58:48 +02:00