Siegfried Gündert
Siegfried Gündert
pyfilterbank is developed with python 3, so there is no guarantee for it working with python 2. Following steps should solve your problem: 1. use python 3 2. compile the...
Thanks for the hint. However a refactor of the whole octave and sosfiltering module is planned: The compilation will be done using the out-of line API-mode from cffi (http://cffi.readthedocs.io/en/latest/cdef.html) If...
Please post some example code. How did you calibrate? Did you use the data from the same microphone? JonNeat schrieb am Do., 8. Aug. 2019, 17:58: > Hi guys, >...
Why not just: ``` python pysoundcard.terminate_portaudio() pysoundcard.initialize_portaudio() ``` so the user can handle both kinds of problems without digging into `._pa` namespace.
This is now solved by adding a mode default in the `dump()` and `load()` function. So it works as intended again. This error occured due to a change in h5py.
Solved in v0.4.0.
You should recheck your code (there is a wrong usage of the function) and read the documentation. ZR Han ***@***.***> schrieb am Fr., 6. Jan. 2023, 10:16: > sosfilter_c gives...
If you cascade sos, you need too feed the intermediate states into the function as well to get the expected results for your comparison. ZR Han ***@***.***> schrieb am Do.,...
Sorry, you are totally right with the states, I was a bit short in time, answering to your issue. Maybe you can find out, what the problem is? Because I...
Have you tried what happens if you feed the scipy sosfilt function with float32 data cascaded inside and outside? Maybe this is just a numerical issue. Siegfried Gündert ***@***.***> schrieb...