freqz -style plot of "window design" FIR?

2016-08-29 Thread Matti Viljamaa
I’m trying to design an arbitrary frequency response filter as described here: http://www.dspguide.com/ch17/1.htm The technique is said to result in an impulse response in time domain and later in to a filter kernel. I’ve been using scipy.signal.freqz to make

Re: freqz -style plot of "window design" FIR?

2016-08-29 Thread Matti Viljamaa
Since I noticed this is better suited to the SciPy Users List, I moved it there: https://mail.scipy.org/pipermail/scipy-user/2016-August/037023.html > On 29 Aug 2016, at 14:34, Matti Viljamaa wrote: > > I’m trying to design an arbitrary frequency response filter as described her