Deepthi Ravula
Followers: 0 Following: 0
Feeds
답변 있음
How to write fast fourier transform function without using fft function ?
Clc Clear all N=length(x); for k=1:N A(k)=0; for n=1:N A(k)=A(k)+x(n).*exp(-1j) end end
How to write fast fourier transform function without using fft function ?
Clc Clear all N=length(x); for k=1:N A(k)=0; for n=1:N A(k)=A(k)+x(n).*exp(-1j) end end
거의 5년 전 | 0