Info

Cette question est clôturée. Rouvrir pour modifier ou répondre.

what is the error ?

1 vue (au cours des 30 derniers jours)
Mostafa Anwar
Mostafa Anwar le 3 Juin 2021
Clôturé : Adam Danz le 3 Juin 2021
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)

Réponses (0)

Cette question est clôturée.

Tags

Produits


Version

R2016b

Community Treasure Hunt

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

Start Hunting!

Translated by