-
Hi, Thank for the really nice filter implementation.
But I see two issues on the convolution in firFilter.js:
- the buffer is initialized in line 36. The length is one too short.
For this reaso…
-
For a graph based library, the internal nodes should probably be written in a better language than Python.
As a result the performance isn't comparable to similar solutions in c++ when it could be.
-
Hello balbuze,
I installed your brutefir plugin on my Volumio System (version 3.179) but after activation and reboot there is no sound.
Instead the system shows Error: Failed to open "alsa" (alsa)…
-
Currently, pass/stopbands are specified using std::vectors for frequency, amplitude, and weight. In principle, this allows arbitrary FIRs to be constructed using a very high number of subbands. Howeve…
-
It would be great if you could add support for double precision.
Thank you
Regard
Linus
-
Two points to consider when adding a CIC mode to pyfda:
1. When designing a moving average filter which averages over 10 samples, then the number of delays is obviously only 9 since I can use the l…
-
Some things noted in upstream issue https://github.com/happycube/ld-decode/issues/802
(vhs-decode is already using rfft so not all of it applies, needs some fixes on cvbs-decode still)
For the tbc…
-
Here are a few examples that could easily be used to improve the docstrings and/or tutorial of scipy.signal:
http://www.scipy.org/Cookbook/FIRFilter
http://www.scipy.org/Cookbook/FiltFilt
http://mpa…
-
**Story**
As a data processor I want to apply some operation to my time series and then store the output time series in an MTH5.
These operations might be of two flavors:
1. Some linear f…
-
```
julia> f = FIRFilter([.25, 0.5, 0.25]);
julia> freqz(f)
ERROR: MethodError: no method matching freqz(::DSP.Filters.FIRFilter{DSP.Filters.FIRStandard{Float64}})
julia> Pkg.status()
[ ... ]
…