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

Ads

Discussion Groups

Free Online Books

Discussion Groups | Comp.DSP | IIR filters

There are 5 messages in this thread.

You are currently looking at messages 0 to 5.


IIR filters - porterboy - 11:56 16-01-04

Can anyone direct me to resources on any of the following topics,
encountered during research on IIR filtering... alternatively, a brief
explantion would be appreciated...

1. relatively prime polynomials
2. Pade approximation
3. McMillan degree
4. Hankel singular values
5. Schur complement
6. Kalman filters
7. persistently exciting
8. Sylvester Matrix

Now there's a mouthful!

Re: IIR filters - Jerry Avins - 12:29 16-01-04



porterboy wrote:
> Can anyone direct me to resources on any of the following topics,
> encountered during research on IIR filtering... alternatively, a brief
> explantion would be appreciated...
> 
> 1. relatively prime polynomials:
http://www.google.com/search?q=relatively%20prime%20polynomial

> 2. Pade approximation
http://www.google.com/search?q=Pade+approximation

> 3. McMillan degree
http://www.google.com/search?q=McMillan+degree
> 4. Hankel singular values
http://www.google.com/search?q=Hankel+singular+value

Etc. Take it from there.
...

Jerry
-- 
Engineering is the art of making what you want from things you can get.
ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ


Re: IIR filters - Robin Clark - 19:41 16-01-04

On Fri, 16 Jan 2004 08:56:11 +0000, porterboy wrote:


> 6. Kalman filters


These are predicitive filters. Basically they have a model for how
a signal should behave. They lock onot the model, and then calculate
statistically how close the model is to the readings taken from it.

Wieghtings are then applie to the statistical likelihood of the predictive
part of the reading part and a wieghted average is output.

Very good for deciding when to fire a missile at somethin, or working out
where a plane is most likely to be on a radar screen

Re: IIR filters - cf - 00:40 18-01-04

These are all topics covered in Linear System Theory.  Look at the
book by Kailath for more information.  It's a pretty old book but covers
basically everything you have listed.

hth,

cf

porterboy wrote:
> 
> Can anyone direct me to resources on any of the following topics,
> encountered during research on IIR filtering... alternatively, a brief
> explantion would be appreciated...
> 
> 1. relatively prime polynomials
> 2. Pade approximation
> 3. McMillan degree
> 4. Hankel singular values
> 5. Schur complement
> 6. Kalman filters
> 7. persistently exciting
> 8. Sylvester Matrix
> 
> Now there's a mouthful!

Re: IIR filters - porterboy - 11:53 22-01-04

Thanksfor the recommendation, 
I just ordered the book from Amazon...

cf <c...@nospam.org> wrote in message news:<4...@nospam.org>...
> These are all topics covered in Linear System Theory.  Look at the
> book by Kailath for more information.  It's a pretty old book but covers
> basically everything you have listed.
> 
> hth,