How to convert from time domain to frequency domain?

조회 수: 3 (최근 30일)
MatlabGirl
MatlabGirl 2014년 12월 7일
댓글: MatlabGirl 2014년 12월 7일
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)

채택된 답변

Image Analyst
Image Analyst 2014년 12월 7일
Call fft() or pwelch().
  댓글 수: 5
Image Analyst
Image Analyst 2014년 12월 7일
But you're not filtering an impulse with filter_2 are you? You're filtering a signal with a filter, filter_2.
MatlabGirl
MatlabGirl 2014년 12월 7일
I see. thank you :)

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Smoothing and Denoising에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by