代码搜索:FFT_IFFT
找到约 5 项符合「FFT_IFFT」的源代码
代码结果 5
www.eeworm.com/read/359245/10159351
m exa2_8.m
% exa2-8_fft_ifft.m for example 2-8
% to test fft.m and ifft.m
clear all;
% 产生两个正弦加白噪声;
N=256;
f1=.1;
f2=.2;
fs=1;
a1=5;a2=3;
w=2*pi/fs;
x=a1*sin(w*f1*(0:N-1))+a2*sin(w*f2*(0:N-1))
www.eeworm.com/read/277958/10590797
m exa2_8.m
% exa2-8_fft_ifft.m for example 2-8
% to test fft.m and ifft.m
clear all;
% 产生两个正弦加白噪声;
N=256;
f1=.1;
f2=.2;
fs=1;
a1=5;a2=3;
w=2*pi/fs;
x=a1*sin(w*f1*(0:N-1))+a2*sin(w*f2*(0:N-1))
www.eeworm.com/read/448259/7535717
m exa2_8.m
% exa2-8_fft_ifft.m for example 2-8
% to test fft.m and ifft.m
clear all;
% 产生两个正弦加白噪声;
N=256;
f1=.1;
f2=.2;
fs=1;
a1=5;a2=3;
w=2*pi/fs;
x=a1*sin(w*f1*(0:N-1))+a2*sin(w*f2*(0:N-1))
www.eeworm.com/read/216263/15022236
m exa2_8.m
% exa2-8_fft_ifft.m for example 2-8
% to test fft.m and ifft.m
clear all;
% 产生两个正弦加白噪声;
N=256;
f1=.1;
f2=.2;
fs=1;
a1=5;a2=3;
w=2*pi/fs;
x=a1*sin(w*f1*(0:N-1))+a2*sin(w*f2*(0:N-1))
www.eeworm.com/read/395775/8152794
plg myfft.plg
Build Log
--------------------Configuration: myfft - Win32 Debug--------------------
Command Lines
Creating command line "rc.exe /l 0x404 /fo"D