Commit Graph

327 Commits

Author SHA1 Message Date
ced45c7638 First work on equalizer 2020-02-12 12:36:11 +01:00
748358a453 Bugfix for overall channel in SLM, code improvement in octave filter. 2020-02-09 15:08:48 +01:00
d67fce8d06 Bugfixes in slm 2020-01-24 20:44:12 +01:00
3dd7e23587 Added statistics to sound level meter 2020-01-24 14:08:24 +01:00
6a756bf1b1 Merged master 2020-01-23 17:23:33 +01:00
0bbfe22d83 Bugfix for lowest frequency point in converting octave band to narrow band 2020-01-23 17:23:13 +01:00
22f1cb59ff Update SLM API. Now works properly with different start and stop bands, and only overall band 2020-01-22 21:11:20 +01:00
685329d307 Almost-working SLM implementation in LASP, only statistics not yet done 2020-01-21 21:10:38 +01:00
98421893f0 Bugfix in tracer. Found using clang_check 2020-01-21 21:07:07 +01:00
bd88882f25 Negative time constant for single pole lowpass filter means no time-weighting at all. 2020-01-21 21:06:17 +01:00
183404338e Merged improvements on SPL filter 2020-01-21 13:25:14 +01:00
78884cbbe2 Merged typex feature from slm 2020-01-21 11:09:52 +01:00
29dc70fad3 Some tracing 2020-01-20 20:19:09 +01:00
b4360951a8 Updated wrappers. SLM almost fully functioning. Only does not produce statistics (max, min, eq) yet. 2020-01-20 20:18:37 +01:00
388fa0ed0a Bugfix in SLM for resetting offset with multi-channel filter banks 2020-01-20 20:15:52 +01:00
b4ed3138d4 Reversed poles of weighting filters to make filter stable 2020-01-20 20:13:24 +01:00
b3197a3dee Midband frequencies can now also be called with list of xs 2020-01-20 19:47:09 +01:00
d91007dbaa Updated sound pressure weighting filters API 2020-01-20 19:46:41 +01:00
1258ff4919 Merged master 2020-01-20 12:11:50 +01:00
38865ef9cf Bugfix in comment. sosfilterbank.h 2020-01-20 12:11:22 +01:00
60a5c63748 Added possibility to get size of filterbank 2020-01-20 12:10:57 +01:00
438c657f65 First work on SLM. Seems to be working properly without pre-filtering and bandpass bank 2020-01-20 12:10:24 +01:00
b5088bef14 Merge branch 'splweighting_sos' into slm_c_impl 2020-01-18 13:45:28 +01:00
5dbccf4797 Revert "Implementation of filter designer"
This reverts commit 1d488c983a.
2020-01-18 13:45:17 +01:00
1d488c983a Implementation of filter designer 2020-01-18 13:43:22 +01:00
15c8b0d923 Working on SOS implementation of frequency weighting filters 2020-01-17 22:10:42 +01:00
31c6fcdc22 Initial commit. Deleted single pole lowpass header file 2020-01-17 20:57:23 +01:00
f10e78ff41 removed old binning code 2020-01-17 17:03:45 +01:00
1a85b60d85 Exposed sweep to Python 2020-01-17 17:03:00 +01:00
c748e6cb75 Added code to generate narrow band data from band data and vice versa 2020-01-17 17:00:07 +01:00
fe53ada328 Added sweep signal generator. Partly functioning 2020-01-17 16:58:49 +01:00
8c6e6a5828 Added methods to filter bank designer to create narrow-band spectra from octave band results, assuming a uniform power spectrum in a certain band 2020-01-13 14:43:25 +01:00
2270a297cc Bugfixes and improvements in Filters 2020-01-10 21:23:57 +01:00
1748daab4c Put overflow detector a bit higher 2020-01-09 14:04:42 +01:00
703fbf5031 Rudimentary overflow checker implemented 2020-01-09 11:20:25 +01:00
00bd30eb2a Major cleanup and improvements of filter design code. 2020-01-09 11:06:57 +01:00
54173b6ecc Did some renaming to make sure FIR filterbanks can coexist with SOS filterbanks 2020-01-03 22:00:50 +01:00
4cd3f0bf9f Added Second Order Sections filterbank. Works much better that Fir filterbank. Does not need decimation. Easy generation of filters with scipy.signal.butter. 2020-01-03 21:11:56 +01:00
9afed2c9a9 Renamed filterbank to firfilterbank in C-code 2020-01-01 15:32:10 +01:00
195319ab29 Added the possibility to shift to different fft backend. Now set to fftw. Seems to work properly 2019-12-29 22:07:27 +01:00
86e7cbbbe9 Put all state of white noise generator in object. Added possibility of changing output level. 2019-12-28 21:33:14 +01:00
aa3581cf74 First part of signal generator implementation. White noise and sine waves are working. 2019-12-28 16:58:13 +01:00
3a86facb5a First work on signal generator 2019-12-28 12:02:45 +01:00
28122d5c15 Some GIL releases, and bugfix in AvStream 2019-12-28 12:01:56 +01:00
dcb861a6ef Output data for device now directly written to buffer. Bugfix in interleaved/deinterleaved creation of Numpy array from data 2019-12-26 16:04:49 +01:00
705f77858d Updated API for recording using context manager. Easy for Recording, both in GUI and in CLI 2019-12-23 12:25:37 +01:00
b88ec2904c Update API for the AvStream. 2019-12-22 15:00:50 +01:00
0109056b5f Recording is working again. Sometimes it hangs on closing stream. 2019-12-18 10:02:20 +01:00
3ea745245f First work in the direction of getting a recording running again 2019-12-17 14:09:45 +01:00
9715f3e844 Popped old stash 2019-12-08 14:34:28 +01:00