Paul Williams (@probbie)
As regards the IFIR, it will perform no better than a conventional FIR in terms of group delay, but it could consume less DSP cycles - that is really its only advantage....
I don't think any of the punters will notice a LPF at 20kHz. If you desire a less bright sound, then may I suggest a more gentle shelving filter which attenuates...
So it sounds like you can have a DSP channel dedicated to each zone, which will allow you to EQ each zone independently, which has to be better than having no DSP...
It depends what you want the DSP to do to the resulting sound. If you are simply applying some Equalisation, then the *change* in EQ will be the same if there is...
Yes, if the changes are sufficiently abrupt to warrant it, you could for example use triangular windows with a 50% overlap (to keep it simple). You would then of...
You might like to refer to the AES paper "The Time-Varying Bilinear Transform" by Able & Berners.Probbie
Yes, multiplying your coefficients by a factor will increase the gain by this factor, but I would recommend that you try to understand what is happening so you can...
An IIR filter is very useful for replicating the response of an analogue filter, using very little DSP resource and imposing very little latency. One example...
Hello,You should integrate your data otherwise, if the algorithm acts 'instantaneously', you will have built a clipper rather than an AGC. The integrator would be...
IIRs would usually be anything between second order and maybe 16th order. Any more than that and you would probably be better off considering FIR. It depends on...
It really depends on how much processing you need to squeeze in. You will get very dramatic improvements in efficiency if you write in assembler. The compiler will...
In that case, as has been suggested, you need to apply a moving average filter to the data points you are collecting (assuming that the source of the curve you have...
If you use a parallel filter bank, the biggest issue will be the phase relationship between the bands when you sum them together again. If you use linear phase FIR...
It's largely a cost thing. Very high power amplifiers are very expensive partly because of the expensive high-power parts, and partly because at the very highest...
Hi KazGood suggestion - seems to work. I have to finesse the transition from the last bin to the value used in padding in order to avoid frequency domain ripple.Many...
Hi RickThat works for me! I didn't bother with trying to do it with fft/dft in the end since this is an offline operation. Just bought myself a copy of your book..Have...
Hi RickThat looks *really* interesting. I am currently working through it to see if I can use fft/ifft. Any pointers would be much appreciated. (BTW Looks like...
Hi DavidReally appreciate the suggestion. I believe what you are suggesting is a more efficient implementation of interpolation. Efficiency isn't a big requirement...
Hi KazReally appreciate the suggestion. That gives me alternate 'holes' in the magnitude response of the new FIR. I can't do simple linear interpolation on the...
Use this form to contact probbie
Before you can contact a member of the *Related Sites:
- You must be logged in (register here)
- You must confirm you email address