Anne de Jong anne
anne pushed to develop at ASCEE/lasp 2022-10-06 19:45:51 +00:00
a581226f3d Merged Pybind11 branch. It is more ~ less ready
90a5d87419 Typo fix. Added 44.1 kHz as possible sampling frequency for computing filters.
f7a49dc4ff Added real time spectra: RtAps. All seem to work. Bugfix with SiQtys storage. Added extra lock guards for constructor and destructors of InDataHandlers (otherwise race conditions occur). Changed time_constant integer to fs_tau in AvPowerSpectra.
01674db1e8 Added setFilter possibility for Siggen, and removed one default debugtrace enabled
4b82977709 Set some DEBUGTRACES back to disabled by default
Compare 35 commits »
anne pushed to pybind11 at ASCEE/lasp 2022-10-06 19:43:24 +00:00
90a5d87419 Typo fix. Added 44.1 kHz as possible sampling frequency for computing filters.
anne pushed to pybind11 at ASCEE/lasp 2022-10-06 19:13:25 +00:00
f7a49dc4ff Added real time spectra: RtAps. All seem to work. Bugfix with SiQtys storage. Added extra lock guards for constructor and destructors of InDataHandlers (otherwise race conditions occur). Changed time_constant integer to fs_tau in AvPowerSpectra.
anne pushed to pybind11 at ASCEE/lasp 2022-10-05 19:51:50 +00:00
01674db1e8 Added setFilter possibility for Siggen, and removed one default debugtrace enabled
anne pushed to pybind11 at ASCEE/lasp 2022-10-05 17:23:03 +00:00
4b82977709 Set some DEBUGTRACES back to disabled by default
anne pushed to pybind11 at ASCEE/lasp 2022-10-05 12:58:40 +00:00
9324c9bc54 Added small debugtrace
anne pushed to pybind11 at ASCEE/lasp 2022-10-05 12:57:42 +00:00
3481e4f9ba Bugfix for OpenMP combinded with FFT. That one could not run in parallel in its current form.
anne pushed to pybind11 at ASCEE/lasp 2022-10-05 11:39:51 +00:00
12d6826140 Removed some compile warnings when compiling sub-projects. Removed warnings related to unknown pragmas in case of compiling without OpenMP support. Fixed some test problems
anne pushed to pybind11 at ASCEE/lasp 2022-10-05 09:27:51 +00:00
31ead60469 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.
anne pushed to pybind11 at ASCEE/lasp 2022-10-04 07:48:35 +00:00
e900a5ddad Updated PPM to give clip indices length same as number of channels. Grouped the real time components to group dsp/rt.
anne pushed to pybind11 at ASCEE/lasp 2022-10-04 07:27:30 +00:00
5f1a207104 Added Peak Programme Meter, added functionality to clone SeriesBiquads without copying state. Improved recording callback mechanism. Added reset() function for IndataHandlers, which send a pointer to DAQ instance.
anne pushed to pybind11 at ASCEE/lasp 2022-10-01 17:59:41 +00:00
bb26fc6bcc Added suggested SLM down sampling factor, improved quite a lot of documentation. Measurement object can now work with old, as well as new measurement files.
59085b091f Some bugfixes and useful function additions
Compare 2 commits »
anne pushed to pybind11 at ASCEE/lasp 2022-09-27 15:20:50 +00:00
288e7c8dc5 Input stream and output stream both running. Added lockfree boost dependency to git modules, removed carma build as it is not required and every time again downloads Armadillo. Added functions to enable / disable all channels at once. Fixed a bug with RtAudio input streams. Fixed a bug in StreamMgr leading to segfaults (how to: use std::move ;)).
5ce5fba50b Sweep bug fixed. There is still something weird with RtAudio: only one channel is outputting signal.
Compare 2 commits »
anne pushed to pybind11 at ASCEE/lasp 2022-09-22 08:18:43 +00:00
b200b465f6 Code cleanup. RescanDaqdevices changed API. DaqApi string returns only apiname. Added comments, added Doxygen groups, exported FFT wisdom load / store to Python. SLM stores reference level squared. Added comments on SLM Lpeak, Leq and Lmax, a lot of using rte = std::runtime_error, added Window string conversion, Pybind11 enum no longer exports values, added cpp_enum to convert Qty to an enumerated value in C++ code. Removed class and methods to fill comboboxes. Does not belong in LASP, but in ACME instead. DeviceInfo has operator string().
anne pushed to pybind11 at ASCEE/lasp 2022-09-22 08:11:51 +00:00
b629edde4c Updated pyproject and doxyfile, and readme
anne pushed to pybind11 at ASCEE/lasp 2022-09-03 18:59:18 +00:00
70891ceaf4 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.
anne pushed to pybind11 at ASCEE/lasp 2022-09-03 14:10:14 +00:00
10749137ec Removed old C-code. This is not the way forward anymore
anne pushed to pybind11 at ASCEE/lasp 2022-09-03 14:07:49 +00:00
34239bfabf Removed old testing code. Improved Doxyfile, added logo to Doxygen. Added pytest testing config.
anne pushed to pybind11 at ASCEE/lasp 2022-08-16 19:22:42 +00:00
f8e8ab422b SLM seems to be working. Needs proper testing. Not yet fully coupled to Python code
anne pushed to pybind11 at ASCEE/lasp 2022-08-14 19:00:32 +00:00
c75f0dddc5 Split up indatahandler with python callback in part and part that calls the Python function. Threading is now handled using a thread pool. Some bugfixes
1e8b18aabe Added threadpool, biquadbank could be working for equalizer. First steps of SLM and AvPowerSpectra
7ca52695da First work on avpowerspectra implementation. Added stubs for all other code that needs to be implemented in C++ as well.
Compare 3 commits »