Community Profile

photo

Nur Kaynar


Active since 2015

Followers: 0   Following: 0

Statistics

Feeds

View by

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

9 years ago | 6 answers | 0

6

answers