photo

Nur Kaynar


Attivo dal 2015

Followers: 0   Following: 0

Statistica

Feeds

Visto da

Domanda


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.*...

oltre 9 anni fa | 6 risposte | 0

6

risposte