Commit Graph

70 Commits

Author SHA1 Message Date
2efb610caa Added export of timeweighting to Python code 2024-09-29 21:17:16 +02:00
65df1c82f6 Changed some unwraps to expect. Debugged multiplication with weighting broadcast 2024-09-29 17:38:59 +02:00
826266b8ee Moved apsmode and apssettings to their own files 2024-09-29 11:45:46 +02:00
08ecdf6dc4 Added sensible name for overlap 2024-09-26 21:57:03 +02:00
42045da5cc Added overlap to Python wrappers. Moved overlap to different file. Added default and helper methods for Python instantiation of structs for AvPowerSpectra. Added frequency weighting to AvPowerSpectra --> to be tested! 2024-09-26 21:13:11 +02:00
c843c089dd More exposure of classes and enums to Python 2024-09-26 20:09:11 +02:00
d9fbe25dc1 TimeWeighting __eq__ method added. Improved comments. Tested Python code. Now ready for implementing WindowType Python wrapper 2024-08-28 21:51:16 +02:00
eb94785a89 Bump v0.6.1 2024-08-28 14:59:55 +02:00
476479b693 Rolled back to older Pyo3 version to make it compatible with Rust-Numpy that is not yet ready to go to new Pyo3 API. Improved power spectra estimator by removing DC value before going into window. Later overwriting it. Improved functionality of Python bindings 2024-08-28 14:59:10 +02:00
7662ff176c Bump 0.6.0 2024-08-26 21:57:47 +02:00
7092ef4717 Added test files. Debugged quite some things. SLM needs still tests on statistics. Bugfix in frequency weighting filters. Added a lot of wrappers for Python calls. 2024-08-26 21:57:11 +02:00
90c7f0eb37 Added Jupyter lab example 2024-08-19 23:14:31 +02:00
d8814e6c11 Bugfixing on SLM. First tests. Code seems to work, but might still have subtle bugs (as timeweighting was wrong previous to this commit). 2024-08-19 23:02:13 +02:00
6208e97f8a Added octave band filter design code. First steps into SLM. Still needs proper testing 2024-08-19 20:23:29 +02:00
302c2cbfd3 Updated test code to also pass on f32 compilation. Improved doc tests. 2024-08-15 13:10:40 +02:00
02bb55a721 Another warning removed 2024-08-11 13:58:07 +02:00
0338807507 Removed some warnings. Updated to new pyo3 api 0.22 2024-08-11 13:57:03 +02:00
c7d2cfc43f A bit of refactoring in checks, added documentation and examples of ZPKModel 2024-08-11 13:47:24 +02:00
99a8db23b8 First work on ZPKmodel for the benefit of the sound level meter implementation. Added code for bilinear transforms. Added butterworth analog filters. Documentation improvements. This is an intermediate commit of working code, but nothing finished. 2024-08-11 11:58:50 +02:00
649c9f549c Cleanup code. Added ApsSettingsBuilder, bugfixes in RtAps. 2024-08-03 12:23:39 +02:00
ada5bfb427 Comment syntax markdown fix 2024-07-18 17:40:57 +02:00
c9e7418b3a Bugfixes for building Python extension module 2024-07-18 13:41:27 +02:00
d3c162ab79 Clippy fixes 2024-07-18 13:34:37 +02:00
f3dbf9d948 Fixed an error found due to clippy 2024-07-18 13:30:23 +02:00
ff6a0687c4 Bugfix in type detection for instreammsg. Refactored some overcomplicated code, added first steps for rtaps 2024-07-18 13:06:49 +02:00
a905e58023 Updated comments and added getStreamMetaData() to StreamMgr() 2024-07-13 09:43:01 +02:00
622ece7486 Bump 0.4.2 2024-07-11 21:11:58 +02:00
9a9192d4b4 Updated docs and readme 2024-07-11 21:10:38 +02:00
245f4ebfb2 And removed the actual ApsResult struct 2024-07-11 21:03:46 +02:00
66ab149159 Removed unnecessary complex API with APSResult and switched to two methods: compute_last and compute_all. Improved docstrings and fixes in docstrings. 2024-07-11 21:02:21 +02:00
9db49ff8c7 No math yet. Bump 0.4.1 2024-07-10 10:57:33 +02:00
679e577b7b bump v0.4.0 2024-07-10 10:55:01 +02:00
14dae88d48 Add reset method to AvPowerSpectra 2024-07-10 10:49:06 +02:00
d695b31426 Coarsened checks in test_ap() again. Import complexfloat traits in config 2024-07-10 00:23:34 +02:00
ed576df32d Updated epsilon on unit test. Updated recording use statements on doctest 2024-07-10 00:18:51 +02:00
19484fd1cb Aps working, or almost working? 2024-07-10 00:10:34 +02:00
565829f1fa AvPowerSpectra not yet working, but going in right direction 2024-07-06 19:38:49 +02:00
0a847318f3 Updated comments and test code 2024-07-06 19:38:22 +02:00
b366c47ca7 Added some test code, comments, refactoring, and updated docserve tool 2024-07-06 19:36:51 +02:00
81872c62e1 TransferFunction implemented for series biquad 2024-07-03 22:06:33 +02:00
7e9cf734d0 Biguad, biquadbank, dummy filters, etc. A bit on all topics 2024-07-03 20:01:12 +02:00
7315939cbd Intermediate commit. Added some stuff related to biquads, added some stuff related to power spectra estimation 2024-06-25 16:20:47 +02:00
158ea77c40 Signal generator working, even with Python bindings. startOutputStream implementend for CPAL 2024-05-05 15:01:50 +02:00
22a9c9f850 Code cleanup with more use statements. Better Python wrapper code. 2024-05-01 15:25:26 +02:00
b15e81409e Split up filter in module parts 2024-04-19 14:09:32 +02:00
ebdb8a86a1 Clippy improvements, some comments added, etc. 2024-04-19 12:13:23 +02:00
93c7f71d1c Some cleanup in outputdefault test prog 2024-04-19 09:59:16 +02:00
52eb0206eb Some better imports and positioning of public and private components 2024-04-18 19:12:02 +02:00
c20094fb3f Some clippy improvements 2024-04-18 18:49:35 +02:00
35d5d7f750 Default output stream working 2024-04-18 18:38:35 +02:00