필터 지우기
필터 지우기

How can I compute fourier coefficient?

조회 수: 2 (최근 30일)
Ghazal Hnr
Ghazal Hnr 2017년 3월 10일
댓글: Ghazal Hnr 2017년 3월 10일
Hi I have a pulse and I want to compute the first 20 fourier coefficient of it. Would anyone help me to do this?

채택된 답변

Image Analyst
Image Analyst 2017년 3월 10일
f = fft(yourSignal);
f20 = f(1:20); % Extract first 20 coefficients.
  댓글 수: 1
Ghazal Hnr
Ghazal Hnr 2017년 3월 10일
oooo it has a code ?? thank you !!!

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Fourier Analysis and Filtering에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by