Info

この質問は閉じられています。 編集または回答するには再度開いてください。

what is the error ?

1 回表示 (過去 30 日間)
Mostafa Anwar
Mostafa Anwar 2021 年 6 月 3 日
閉鎖済み: Adam Danz 2021 年 6 月 3 日
N = 4;
x = [ 3 4 5 6 ];
for k = 0 : N-1
for n=0:N-1
sum = sum + x.*(exp(-1*1i*2*pi*k.*n/N));
end
end
stem(sum)

回答 (0 件)

この質問は閉じられています。

タグ

製品


リリース

R2016b

Community Treasure Hunt

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

Start Hunting!

Translated by