photo

Nur Kaynar


Actif depuis 2015

Followers: 0   Following: 0

Statistiques

Feeds

Afficher par

Question


How to write fast fourier transform function without using fft function ?
function [A]=DFT(x) N=length(x); for k=1:N A(k)=0; for n=1:N A(k)=A(k)+x(n).*exp((-1j).*2.*pi.*...

plus de 9 ans il y a | 6 réponses | 0

6

réponses