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 件のコメント

venancio zapata
venancio zapata 2013 年 3 月 27 日
Calculate dtft for signal oversampled several times
[HV,WV] = fft(yd(k,:),Np*64);
Youssef  Khmou
Youssef Khmou 2013 年 3 月 27 日
[HV]=fft(yd(k,:),Np*64);

サインインしてコメントする。

カテゴリ

ヘルプ センター および File ExchangeFourier 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