- The Netherlands
- https://www.ascee.nl
- Joined on
2018-10-23
Block a user
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
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.
3481e4f9ba
Bugfix for OpenMP combinded with FFT. That one could not run in parallel in its current form.
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
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.
e900a5ddad
Updated PPM to give clip indices length same as number of channels. Grouped the real time components to group dsp/rt.
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.
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
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.
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().
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.
34239bfabf
Removed old testing code. Improved Doxyfile, added logo to Doxygen. Added pytest testing config.
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.