Error fft for secuence FOR

Error using fft Too many output arguments.
¿Que puedo hacer?
Ayuda por favor

답변 (1개)

Youssef  Khmou
Youssef Khmou 2013년 3월 27일

0 개 추천

hi , there is only one output argument Y,
the syntax is :
Y = fft(X)
Y = fft(X,n)
Y = fft(X,[],dim)
Y= fft(X,n,dim)

댓글 수: 2

Calculate dtft for signal oversampled several times
[HV,WV] = fft(yd(k,:),Np*64);
[HV]=fft(yd(k,:),Np*64);

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

카테고리

도움말 센터File Exchange에서 Fourier Analysis and Filtering에 대해 자세히 알아보기

제품

태그

질문:

2013년 3월 27일

Community Treasure Hunt

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

Start Hunting!

Translated by