Sign in

username:

password:



Not a member?

Search compdsp



Search tips

comp.dsp by Keywords

Adaptive Filter | ADPCM | ADSP | ADSP-2181 | Aliasing | AMR | Anti-Aliasing | ARMA | Autocorrelation | AutoCovariance | Beamforming | Bessel | Blackfin | Butterworth | C6713 | CCS | Chebyshev | CIC Filter | Circular Convolution | Code Composer Studio | Comb Filter | Compression | Convolution | Cross Correlation | DCT | Decimation | Deconvolution | Demodulation | DM642 | DSP Boards | DSP/BIOS | DTMF | Echo Cancellation | Equalization | Equalizer | ETSI | EZLITE (Ez-kit Lite) | FFT | FFTW | FIR Filter | Fixed Point | FSK | G.711 | G.723 | G.729 | Gaussian Noise | Goertzel | GPIO | Hilbert Transform | IFFT | IIR Filter | Interpolation | Invariance | JTAG | Kalman | Laplace Transform | Levinson | LPC | McBSP | MIPS | Modulation | MPEG | Multirate | Notch Filter | Nyquist | OFDM | Oversampling | Pink Noise | Pitch | PLL | Polyphase | QAM | QDMA | Quantization | Quantizer | Radar | Random Noise | Reed Solomon | Remez | Resampling | RTDX | Sampling | Sharc | TI C6711 | Undersampling | Viterbi | Wavelets | White Noise | Wiener Filter | Windowing | XDS510PP | Z Transform

Sponsor

NEW! TMS320C6474: 3x the performance. 1/3 the cost. Three 1 GHz cores on 1 chip.

Discussion Groups

Free Online Books

Discussion Groups | Comp.DSP | FIR filter design

There are 4 messages in this thread.

You are currently looking at messages 0 to 4.


FIR filter design - ashish - 02:53 02-07-04

Are there any iterative design techniques,for FIR filters, other than
park's-mclellan and least squares.

Re: FIR filter design - Erik de Castro Lopo - 03:24 02-07-04



ashish wrote:
> 
> Are there any iterative design techniques,for FIR filters, other than
> park's-mclellan and least squares.

Meteor uses linear programming:

    http://www.cs.princeton.edu/~ken/meteor.html

The source code is available in Pascal or autconverted to
C with p2c.

Erik
-- 
+-----------------------------------------------------------+
  Erik de Castro Lopo  n...@mega-nerd.com (Yes it's valid)
+-----------------------------------------------------------+
A Microsoft Certified System Engineer is to computing what a
MacDonalds Certified Food Specialist is to fine cuisine.

Re: FIR filter design - Jon Harris - 12:06 02-07-04

There's always the windowed sync approach, i.e. take an ideal response and
window it to make it practical to implement.  This works with "classic" LP, HP,
etc. filters, but isn't readily applicable to other more complex filter
responses.

"ashish" <a...@yahoo.com> wrote in message
news:9...@posting.google.com...
> Are there any iterative design techniques,for FIR filters, other than
> park's-mclellan and least squares.



Re: FIR filter design - I. R. Khan - 00:59 05-07-04

MAXFLATs are the most accurate in narrow bands, and very simple to design.

"ashish" <a...@yahoo.com> wrote in message
news:9...@posting.google.com...
> Are there any iterative design techniques,for FIR filters, other than
> park's-mclellan and least squares.