Re: questions on FFT



jeffxia wrote:
....
3. Suppose I have N samples in time domain and the time interval is t. I
want to remove its low frequency components. So I desigh a K order FIR
highpass filter. The length of the resulting signal is N+K-1. Does the
time interval is still meaningful in the resulting signal? What if I still
want to keep N samples of the resulting data?

Let's say you have two polynomials, one with degree N and the other
with degree K. You multiply them together, the new polynomial has
degree N+K. Can you throw away some terms to make it have degree N?

Obviously, if N is the number of samples on a CD, and K is a
third-order difference filter, then you won't lose too much information
if you truncate the filtered output back to N samples.

If you have to, make sure that you throw away the right part of the
output signal (this depends on whether your FIR is linear- or
minimum-phase or none of the above).

Regards,
Andor

.



Relevant Pages

  • Re: Farrow Filter implementation in Matlab
    ... polynomial coefficients. ... "Performance and design considerations of the Farrow filter when used ... resampler -- if it is possible it is probably a very cost intensive ... The polynomials are calculated off line and fixed - they only ...
    (comp.dsp)
  • Re: Question on evaluating polynomials/polyval
    ... polynomials is Horner's Method. ... Here x is the point of evaluation and p is a vector of polynomial ... I've tried to work out the filter equation and see how ... This is a difference equation. ...
    (comp.soft-sys.matlab)
  • Re: Farrow Filter implementation in Matlab
    ... I just wrote some matlab code to do a polynomial interpolation of the ... filter coefficients. ... tap in the filter in the polynomial fit. ... %Order of polynomials for fitting ...
    (comp.dsp)
  • Re: Equiripple FIR filter design
    ... >>I have to build a lowpass filter: ... the passband ripple will be the problem. ... You want to reduce the sample rate by 10 to fs/10. ... Interpolate the filtered output up to fs such that the values on the ...
    (comp.dsp)
  • Need Help With Matlab
    ... I am trying to simulate the low pass filtered output of a square wave ... filter. ... fall transition. ...
    (comp.dsp)