我自己的fft文件:fft-matlab开发

时间:2024-06-21 12:25:02
【文件属性】:

文件名称:我自己的fft文件:fft-matlab开发

文件大小:621B

文件格式:ZIP

更新时间:2024-06-21 12:25:02

matlab

函数 Y=zjfft(x) %????FFT?????????? 抽动; x1=换单(x); %????????? N=长度(x1); %?????? M=log2(N); %?????? Y=零(1,N); %???????N??? B=零(1,N); %------------????????????-------------- Y=x1; %-------------------??---------------------- 对于 i=1:M B=Y; 对于 r=1:N %B=Y; zf=((-1).^floor((r-1)/(2.^(i-1)))); %??? W=exp(-j*2*pi*mod(r-1,2.^(i-1))/2.^i); %???? Y(r)=zf*B(r)*W.^((zf-1)/(-2))+W.^((zf+1)/2)*B(r+zf*2.^ (i-1)); %


【文件预览】:
zjfft.zip

网友评论