1 Nov 2009 14:26
Re: [SciPy-user] least-square filter design
Neal Becker <ndbecker2 <at> gmail.com>
2009-11-01 13:26:18 GMT
2009-11-01 13:26:18 GMT
Tom K. wrote: > > > Neal Becker wrote: >> >> Anyone have code for least square (minimum mean square error) FIR filter >> design? >> > > Could you be a little more specific? scipy.signal.firwin almost designs a > least square low pass FIR filter if you use a rectangular window (I say > almost because like other packages the filter's response is normalized to > unity at DC so technically it is not least squares although the difference > is slight and decreases with increasing filter order). > > Do you need a transition band? What type of FIR filter: lowpass, > highpass, > bandpass, bandstop, or multiband? Are discrete samples OK, or do you need > a > continuous band (or set of bands)? Which type of filter - is symmetric > OK, or do you need antisymmetric? > > Or, are you talking about an adaptive filter? > I'm looking for something like this: http://www.mathworks.com/access/helpdesk/help/toolbox/filterdesign/ref/firls.html
RSS Feed