what is the error ?

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)

Respuestas (0)

La pregunta está cerrada.

Productos

Versión

R2016b

Etiquetas

Preguntada:

el 3 de Jun. de 2021

Cerrada:

el 3 de Jun. de 2021

Community Treasure Hunt

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

Start Hunting!

Translated by