How to convert from time domain to frequency domain?

3 Ansichten (letzte 30 Tage)
MatlabGirl
MatlabGirl am 7 Dez. 2014
Kommentiert: MatlabGirl am 7 Dez. 2014
I have this filter:
filter_2 = firceqrip(2,0.6,[0.05 0.03]);
I want to convert it to the frequency domain to multiply it by a signal (i.e filter in the frequency domain)

Akzeptierte Antwort

Image Analyst
Image Analyst am 7 Dez. 2014
Call fft() or pwelch().
  5 Kommentare
Image Analyst
Image Analyst am 7 Dez. 2014
But you're not filtering an impulse with filter_2 are you? You're filtering a signal with a filter, filter_2.
MatlabGirl
MatlabGirl am 7 Dez. 2014
I see. thank you :)

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by