-
### Description
The current "air absorption" low pass filter isn't enough, the game needs sound compression. Game gets extremely loud as it goes later into the match, with no limit on sound levels.
…
-
### Is your feature request related to a problem? Please describe.
**Complex filtering**
A complex filter is a filter in which the response of the positive and negative frequencies are not conjugate…
-
_From [alex.d...@gmail.com](https://code.google.com/u/112117906073099522199/) on April 12, 2013 21:40:37_
I got multiple requests from analog HW folk about adding analog waveforms into the WaveDrom t…
-
I had expected a delay of N for a filter of length 2N+1. With the slowfir implementation that's what I get; however, the fastfir implementation seems to have an unexpected and much longer delay. Sin…
-
The solution of low-pass filter is different from the formula in the video.
On line 26 of the solution, the code is `filtered[i] = filtered[i-1] + alpha*(signal[i] - filtered[i-1])`
However, accor…
-
When trying to create some more realistic soundscapes, like the sound of a sports car doing a pull in a tunnel, I'd want to use certain effects to achieve it like a low pass filter and reverb, but the…
-
Hi there,
Thanks for sharing the algorithm and all your work!
After comparing your acceleration data with mine, I encountered some questions and uncertainties. I would greatly appreciate it if you…
-
Here is just an observation on how the whole mixing/gain staging going on in the tracker.
Already read a lot of reports/complains on clipping, headroom issues here....
So, the deal is, when you mi…
-
### Description
A low pass filter (in this example a [butterworth filter](https://docs.scipy.org/doc/scipy-0.14.0/reference/generated/scipy.signal.butter.html)) for the preprocessing of time series…
-
Follow the steps:
1. Take the Fourier Transform of the given image (say the output is FFTOrginal).
2. Filter the image using Low Pass and High pass frequency-domain filter. Say Output is LowOutput a…