lasp/src/lasp
Anne de Jong 1a22a33c0f
continuous-integration/drone/push Build is failing Details
Finally: some align_val_t that did not work on Windows!
2023-06-17 07:03:14 -07:00
..
device Finally: some align_val_t that did not work on Windows! 2023-06-17 07:03:14 -07:00
dsp Finally: some align_val_t that did not work on Windows! 2023-06-17 07:03:14 -07: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 Rudymentary portaudio support. A stream callback is running. 2023-06-14 21:23:53 +02:00
tools Update to new smoothing algorithm. Should be made faster. 2023-02-23 18:10:06 +01:00
CMakeLists.txt Finally: some align_val_t that did not work on Windows! 2023-06-17 07:03:14 -07: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 Rudymentary portaudio support. A stream callback is running. 2023-06-14 21:23:53 +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 Moved IndataHandler to its own implementation file. Refactored some code. Fixed race conditions when starting and stopping indatahandlers. It appears that this does not solve the segfault, but is at least mitigates some race conditions when constructors are not ready on an object, and avoiding the call of virtual functions of an object which destructor has already been called. Added some extra assert check that a function is called from the right thread. Put explicit start and stop methods in constructor / destructor of PyInDataHandler. WARNING: this means all .start() and .stop() methods should be removed. THIS IS AN API break! 2023-06-06 16:05:24 +02: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