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 | frequency domain filtering?

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

  

Post a new Thread

frequency domain filtering? - krishnam acharya - Apr 24 13:13:00 2003



Hi all,
this is regarding my doubt in frequeny domain
filtering.
is it means to say that we convert a signal x(n)
into its frequency domain and we get the fourier
coefficients which represent the amplitude and phase
of the frequency components. then we make the fourier
coefficients( which are the amplitude and phase of
frequency components) of all unrequired frequencies to
zero and make a inverse fourier transform.

please make it clear whether my concept is right?
thanks ,
--krishna





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

Re: frequency domain filtering? - navaneetha krishnan - Apr 27 3:07:00 2003

I think frequency domain filtering usually means
implementing the convolution in frequency domain using
fft which is computationally efficient.

Navan

--- krishnam acharya <>
wrote:
> Hi all,
> this is regarding my doubt in frequeny domain
> filtering.
> is it means to say that we convert a signal x(n)
> into its frequency domain and we get the fourier
> coefficients which represent the amplitude and phase
> of the frequency components. then we make the
> fourier
> coefficients( which are the amplitude and phase of
> frequency components) of all unrequired frequencies
> to
> zero and make a inverse fourier transform.
>
> please make it clear whether my concept is right?
> thanks ,
> --krishna > ------------------------ Yahoo! Groups Sponsor
>
> _____________________________________
> /groups.php3
__________________________________





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

Re: frequency domain filtering? - Ashok Kumar - Apr 28 0:39:00 2003

Not exactly. You must multiply with the fft of the filter, and then find
the ifft if you want to impliment a filter in the frequency. All
convolution operations in the time domain becomes algebraic operations in
frequency domain, and vice versa. And it is not just making the unwanted
frequencies zeroes, but involve some smoothing operations for avoiding
Gibb's phenomenon. If you have anymore doubt regarding this, pls feel free
to write to me. I will try to do my best At 08:37 AM 4/27/03, navaneetha krishnan wrote:
>I think frequency domain filtering usually means
>implementing the convolution in frequency domain using
>fft which is computationally efficient.
>
>Navan
>
>--- krishnam acharya <>
>wrote:
> > Hi all,
> > this is regarding my doubt in frequeny domain
> > filtering.
> > is it means to say that we convert a signal x(n)
> > into its frequency domain and we get the fourier
> > coefficients which represent the amplitude and phase
> > of the frequency components. then we make the
> > fourier
> > coefficients( which are the amplitude and phase of
> > frequency components) of all unrequired frequencies
> > to
> > zero and make a inverse fourier transform.
> >
> > please make it clear whether my concept is right?
> > thanks ,
> > --krishna
> >
> >
> > ------------------------ Yahoo! Groups Sponsor
> >
> > _____________________________________
> > /groups.php3>http://www.dsprelated.com/groups.php3
> >
> > >http://docs.yahoo.com/info/terms/
> >
> >__________________________________ >Yahoo! Groups Sponsor >_____________________________________
>/groups.php3>http://www.dsprelated.com/groups.php3
>
>>Yahoo! Terms of Service.




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