Sign in

username:

password:



Not a member?

Search matlab



Search tips

Subscribe to matlab



matlab by Keywords

Atanh | Autocorrelation | Bandpass Filter | C++ | Conv | Database | Deconv | Excel | FFT | Filter | Filtering | FIR | Fourier Transfrom | FSK | Gaussian Noise | Haykin | IFFT | Image | Java | LFSR | LMS | LPC | MEX | OFDM | QPSK | Radix | Random | Sampling | Segmentation | Simulink | Visual Basic | Waveform | Wavelet

Discussion Groups

Discussion Groups | Matlab DSP | Unknown Filter Type

Technical discussion about Matlab and issues related to Digital Signal Processing.

  

Post a new Thread

Unknown Filter Type - larkjon - Jan 13 17:46:00 2005





Hi,

I may have inadvertly posted this twice. If so, I apologize.

I've "inherited" the following filter:

Yn = Yn-1 + C(Xn-Xn-1)^2 - C(Xn-Xn-1)(Yn-1)
Where
Yi are outputs
Xi are inputs
C is a constant
The filter performs a smoothing function. Does anyone recognize the
form of this filter?
What type is it? Any good reference material on this filter?

Thanks,
Jon





(You need to be a member of matlab -- send a blank email to matlab-subscribe@yahoogroups.com )

RE: Unknown Filter Type - Author Unknown - Jan 28 6:07:00 2005


Hi Jon
I may be wrong:
It looks like it is a discrete time version of a system governed by the
following equation:

dy(t)/dx = C[(dx(t)/dt) - y(t) ], where x(t) and y(t) are functions
dependent on time and a derivative of y wrt x exists.

Again, I am stressing that I may be wrong.

Regards
arun -----Original Message-----
From: larkjon [mailto:]
Sent: Friday, January 14, 2005 3:17 AM
To:
Subject: [matlab] Unknown Filter Type

Hi,

I may have inadvertly posted this twice. If so, I apologize.

I've "inherited" the following filter:

Yn = Yn-1 + C(Xn-Xn-1)^2 - C(Xn-Xn-1)(Yn-1)
Where
Yi are outputs
Xi are inputs
C is a constant
The filter performs a smoothing function. Does anyone recognize the
form of this filter?
What type is it? Any good reference material on this filter?

Thanks,
Jon




(You need to be a member of matlab -- send a blank email to matlab-subscribe@yahoogroups.com )