Commit Graph

  • a581226f3d Merged Pybind11 branch. It is more ~ less ready Anne de Jong 2022-10-06 21:45:36 +0200
  • 90a5d87419 Typo fix. Added 44.1 kHz as possible sampling frequency for computing filters. Anne de Jong 2022-10-06 21:34:33 +0200
  • 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 de Jong 2022-10-06 21:13:21 +0200
  • 01674db1e8 Added setFilter possibility for Siggen, and removed one default debugtrace enabled Anne de Jong 2022-10-05 21:51:47 +0200
  • 4b82977709 Set some DEBUGTRACES back to disabled by default Anne de Jong 2022-10-05 19:23:00 +0200
  • 9324c9bc54 Added small debugtrace Anne de Jong 2022-10-05 14:58:38 +0200
  • 3481e4f9ba Bugfix for OpenMP combinded with FFT. That one could not run in parallel in its current form. Anne de Jong 2022-10-05 14:57:39 +0200
  • 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 de Jong 2022-10-05 13:39:45 +0200
  • 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 de Jong 2022-10-05 11:27:46 +0200
  • e900a5ddad Updated PPM to give clip indices length same as number of channels. Grouped the real time components to group dsp/rt. Anne de Jong 2022-10-04 09:48:32 +0200
  • 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 de Jong 2022-10-04 09:27:27 +0200
  • 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. Anne de Jong 2022-10-01 19:59:35 +0200
  • 59085b091f Some bugfixes and useful function additions Anne de Jong 2022-09-28 09:41:02 +0200
  • 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 ;)). Anne de Jong 2022-09-27 17:20:45 +0200
  • 5ce5fba50b Sweep bug fixed. There is still something weird with RtAudio: only one channel is outputting signal. Anne de Jong 2022-09-22 21:02:41 +0200
  • 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 de Jong 2022-09-22 10:18:38 +0200
  • b629edde4c Updated pyproject and doxyfile, and readme Anne de Jong 2022-09-22 10:11:47 +0200
  • 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 de Jong 2022-09-03 20:59:14 +0200
  • 10749137ec Removed old C-code. This is not the way forward anymore Anne de Jong 2022-09-03 16:10:12 +0200
  • 34239bfabf Removed old testing code. Improved Doxyfile, added logo to Doxygen. Added pytest testing config. Anne de Jong 2022-09-03 16:07:44 +0200
  • f8e8ab422b SLM seems to be working. Needs proper testing. Not yet fully coupled to Python code Anne de Jong 2022-08-16 21:22:35 +0200
  • 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 Anne de Jong 2022-08-14 21:00:22 +0200
  • 1e8b18aabe Added threadpool, biquadbank could be working for equalizer. First steps of SLM and AvPowerSpectra Anne de Jong 2022-08-11 14:47:44 +0200
  • 7ca52695da First work on avpowerspectra implementation. Added stubs for all other code that needs to be implemented in C++ as well. Anne de Jong 2022-08-07 21:13:45 +0200
  • 12cf9586eb DaqConfiguration(s) back in place. Time to couple some stuff to ACME Anne de Jong 2022-08-01 17:26:22 +0200
  • 0421236ed0 Renamded lasp_daqconfiguration.cpp to lasp_daqconfig.cpp in pybind11 Anne de Jong 2022-07-29 09:36:49 +0200
  • 3160aacc07 Replaced github STL-Threadsafe with boost::lockfree. Added PyIndataHandle to glue Python callbacks to new data. First work on getting recording back to work. Anne de Jong 2022-07-29 09:32:26 +0200
  • b35686f79d Default build type is Release Anne de Jong 2022-07-25 22:30:11 +0200
  • da99618fc3 Some comment improvement and cleanup Anne de Jong 2022-07-25 22:29:42 +0200
  • 6a006e27f9 Output of a sine wave now works. Pfff Anne de Jong 2022-07-20 14:58:48 +0200
  • 7095f9d5e7 Intermediate commit. Ready for some serious testing. Anne de Jong 2022-06-29 12:25:32 +0200
  • b561c83448 Deleted last Cython stray Anne de Jong 2022-06-14 21:54:13 +0200
  • 3b3bd6d83d Backend ready for some testing Anne de Jong 2022-06-13 21:30:02 +0200
  • 7eaaf43653 Inbetween pybind11 commit. Nothing working. Anne de Jong 2022-06-13 19:35:41 +0200
  • c9580b2c28 Updated code to only ask for input stream when starting recording Anne de Jong 2022-06-07 15:01:53 +0200
  • 89a29c6d41 Merge branch 'develop' of ssh://code.ascee.nl:12001/ASCEE/lasp into develop Anne de Jong 2022-06-07 11:08:17 +0200
  • 5d1b88a883 Merge branch 'stable' into develop Anne de Jong 2022-05-17 15:07:34 +0200
  • f635cac209 First work on going to Pybind11. Rewritten the code for the UlDaq significantly. Much cleaner, but still contains bugs. Anne de Jong 2022-05-23 17:26:29 +0200
  • 9e03f5e944 Merge branch 'stable' into develop Anne de Jong 2022-05-17 15:07:34 +0200
  • 95c1a194fa Removed bug of double free corruption that was an attempt to fix memory leak Anne de Jong 2022-05-17 14:58:12 +0200
  • 16390352dc Removed stupid handleMessages from streammanager. Anne de Jong 2022-05-17 13:52:34 +0200
  • 200ee69e2a Renamed shelve to shelf, added some comments. Anne de Jong 2022-03-22 11:11:44 +0100
  • d51d3f7d37 Some sanity checks. Removed activateSiggen and deactivateSiggen fucntionality, as it has no use. Anne de Jong 2022-02-02 14:07:21 +0100
  • 5e26f4a026 Lowered trace output of siggen Anne de Jong 2022-02-02 14:05:39 +0100
  • c3b1c1ec4a Merge branch 'develop' of ssh://code.ascee.nl:12001/ASCEE/lasp into develop Anne de Jong 2022-02-02 12:38:34 +0100
  • 13b0243721 Import array is moved to the Cython thread, and memory is put in a capsule, also on Linux. I don't know why, but it seemed to fix the memory leak Anne de Jong 2022-02-02 12:38:29 +0100
  • 4f1249512f Enabled 100th octave smoothing Casper Jansen 2022-01-28 16:20:33 +0100
  • e0f74121fe Added force option to overwrite measurements when created from Numpy array Anne de Jong 2022-01-28 14:14:01 +0100
  • cf0b4cf283 Added export of compile commands. Stop make on first error Anne de Jong 2022-01-28 14:11:58 +0100
  • 4339ecdbc0 Probable fix of memory leak Anne de Jong 2022-01-13 13:59:35 +0100
  • 8fee46a41f Bugfix in using lasp_lib code in the C++ code of device in debug mode Anne de Jong 2022-01-02 21:24:08 +0100
  • b570b4ba18 One definition in CMakeLists.txt not required Anne de Jong 2021-12-27 12:08:53 +0100
  • 9e6a6b8c93 Bugfixes for LASP_DEBUG definition to variable value. Not made correctly, resulting in release mode of code not working anne Anne de Jong 2021-12-20 14:21:03 +0100
  • 6f5a3c2ea1 Bugfix in overall value of results Anne de Jong 2021-11-13 14:27:57 +0100
  • 7b00e3b2bd Better output of SLM for plotting as a line Anne de Jong 2021-11-11 21:29:08 +0100
  • accde58b5b Set CMake minumum version to 3.12, for PythonLibs finding Anne de Jong 2021-11-01 11:47:12 +0100
  • e30fd84dac Bugfix in input high pass filter Anne de Jong 2021-10-23 14:43:24 +0200
  • 3a6ffd130c Implemented a high-pass filter for input data Anne de Jong 2021-10-23 14:35:15 +0200
  • c016636add Merge branch 'master' into develop Anne de Jong 2021-10-23 14:27:41 +0200
  • 4649232767 Merge branch 'develop' of ssh://code.ascee.nl:12001/ASCEE/lasp into develop Casper Jansen 2021-10-22 13:36:57 +0200
  • 9c8c546566 Restored FFT scaling to power/bin instead of PSD Casper Jansen 2021-10-22 13:36:23 +0200
  • 9694173a65 Bugfix in fft, set Blas vendor to openblas Anne de Jong 2021-10-19 11:30:39 +0200
  • 6bc6e4b922 Merge branch 'develop' of ssh://code.ascee.nl:12001/ASCEE/lasp into develop Casper Jansen 2021-10-18 10:25:04 +0200
  • ea0edd2817 fixed bug in new smoothing algorithm Casper Jansen 2021-10-18 10:24:42 +0200
  • 71c91112cb Merge branch 'develop' of ssh://code.ascee.nl:12001/ASCEE/lasp into develop Casper Jansen 2021-10-18 10:16:42 +0200
  • 9aaa63512c ignore last data point in smoothing, at Nyquist frequency Casper Jansen 2021-10-18 10:16:21 +0200
  • 640de6afb7 Merge branch 'develop' of ssh://code.ascee.nl:12001/ASCEE/lasp into develop Casper Jansen 2021-10-18 10:06:45 +0200
  • cfd60f2826 fixed bug in new octave smoothing Casper Jansen 2021-10-18 10:02:23 +0200
  • 388cde38be Merge branch 'master' into develop Casper Jansen 2021-10-18 09:45:40 +0200
  • a1bcae508b Added mute option to siggen Anne de Jong 2021-10-18 09:18:39 +0200
  • b51e9d4b82 minor fixes Casper Jansen 2021-10-18 09:17:36 +0200
  • 82fc38a990 Fixed a bug in the new smoothing algorithm Casper Jansen 2021-10-18 08:23:42 +0200
  • 60afface35 Fixed #90, and set default sample rate back to 48k Anne de Jong 2021-10-17 14:50:38 +0200
  • b3476ba62f Bug #94: Better error message for monitoring output Anne de Jong 2021-10-17 14:17:06 +0200
  • 2b88a9eb52 Bugfix in fft.c, forgot some defines Anne de Jong 2021-10-17 14:00:16 +0200
  • 921c1b067f Terminate processes when the pipes are broken, or the queues are raising exceptions. Helps with cleaning up orphaned processes when the software crashes. Anne de Jong 2021-10-16 13:29:42 +0200
  • 417c1bd3d8 Removed error in smoothing function Casper Jansen 2021-10-15 16:02:26 +0200
  • 8912cb145c Updated octave smoothing function; completely different approach Casper Jansen 2021-10-15 15:33:25 +0200
  • 6f782f237e Bugfix: wrong #define statements, resulting in no Audio APIs at all Anne de Jong 2021-10-04 20:54:36 +0200
  • 5a82367a45 Sanitized list of DT9837A sample rates, #105 Anne de Jong 2021-10-04 16:44:28 +0200
  • e958b8361a Forgot to add 32-64 bits definitions to include in wrappers.pyx. Now fixed. Removed constrained on h5py version. This might result in new instabilities, but we expect it to be more fixed. Anne de Jong 2021-10-04 15:53:22 +0200
  • 81d3779f9f Small comment change Anne de Jong 2021-10-04 10:11:22 +0200
  • 9983ca6096 Throughput of flag LASP_PARALLEL. If not set, some downstream code will be broken as JobQueues will not go empty for this case. For all code in the library, a serial implementation works off the not present job queue Anne de Jong 2021-09-15 21:10:27 +0200
  • b159f4d144 Major cleanup of build code (CMake related). First steps towards C++ and C-compiler safety. Also first steps made to get single precision back to working Anne de Jong 2021-09-14 20:05:42 +0200
  • a6906bb620 Some extra comments Anne de Jong 2021-09-11 15:54:00 +0200
  • c98b10b83a Fixed scaling issue in FFT Casper Jansen 2021-08-13 11:40:25 +0200
  • 4c0f399505 Added comments and maybe some minor repairs. Casper Jansen 2021-08-09 09:51:51 +0200
  • c03979991d Bugfix in lasp_measurement Anne de Jong 2021-06-17 10:44:08 +0200
  • aaf6597776 Bugfix for comparing of physical quantities Anne de Jong 2021-06-17 10:33:22 +0200
  • ab1edaa530 Now that bug is fixed. Try2 Anne de Jong 2021-06-14 16:57:20 +0200
  • 1167a1e8ac Now that bug is fixed. Anne de Jong 2021-06-14 16:54:07 +0200
  • cd98424fd3 Annoying bugfix. SiQTY not stored properly Anne de Jong 2021-06-14 16:45:46 +0200
  • 3f32176804 Bugfix for transferring malloc'ed data to a pyarray under windows with the capsule Anne de Jong 2021-06-03 21:35:04 +0200
  • 32e5860352 Merged develop for version 1 Anne de Jong 2021-05-24 19:31:35 +0200
  • f76c89a688 Merge branch 'develop' of ssh://code.ascee.nl:12001/ASCEE/lasp into develop Anne de Jong 2021-05-24 16:08:17 +0200
  • 47bcd369b6 Bugfix in message, added a handle for returning a list of the stream messages from handleMessages() Anne de Jong 2021-05-24 16:08:11 +0200
  • ea14ce9699 Merge branch 'develop' of ssh://code.ascee.nl:12001/ASCEE/lasp into develop Anne de Jong 2021-05-23 22:54:04 +0200
  • 7ae0de3a06 Some improvements in build, some comments added Anne de Jong 2021-05-23 22:53:48 +0200
  • 0c1eef5388 Fixed error in build flags on Linux Anne de Jong 2021-05-23 19:23:53 +0200
  • 1e3adf1835 Merge branch 'develop' of ssh://code.ascee.nl:12001/ASCEE/lasp into develop Anne de Jong 2021-05-23 19:21:17 +0200