搜索资源列表
fft&ifft
- 集成ifft和fft,以头文件的形式提供调用,可以用于任何C编译器-integration and fft to the first document in the form of call, can be used on any C compiler
fft-Ifft
- 实现FFT和IFFT的C++源码,比较经典的基二算法。
matlb ifft
- MATLB中的IFFT运算程序
FFTorIFFT.用于信号处理的matlab小程序
- 用于信号处理的matlab小程序。傅里叶变换和傅里叶逆变换,fft or ifft
DSP_ifft32x32.rar
- optimized iFFT code for TI C64 processor,optimized iFFT code for TI C64 processor
ifft2_cuda
- It is the IFFT transform in CUDA, and very suitable for the programer who is interested in GPU development.
ding
- 选取windows系统自带的ding.wav信号作为分析对象,在Matlab软件平台下,利用函数wavread对音频信号进行采样,记住采样频率和采样点数,听一下原始声音sound(y, fs, bits)。 (2)音频信号的频谱分析,先画出音频信号的时域波形;然后对音频号进行快速傅里叶变换fft(y,N),N取32768,画出信号的频谱特性,加深对频谱特性的理解。 (3)根据频谱,反演时域特性,画出时域波形。寻找幅值最大的两个频率,此频率除以fft点数在乘以采样频率就是信号的主频,即可合
FFT-and-IFFT
- fft与ifft的子程序代码,时间抽取基2FFT算法,参数包含4个:N点数、M蝶形运算迭代级数、换算到频域后的实部和虚部-fft ifft coding
dit_fft
- 本程序包括:DFT(离散傅里叶变换),FFT(快速傅里叶变换),IFFT(快速傅里叶逆变换),conv(卷积:圆周卷积、线性卷积),主要应用于信号处理,既可以对实序列做上述操作,也可以对复序列。-This process includes: DFT (Discrete Fourier Transform), FFT (fast Fourier transform), IFFT (inverse fast Fourier transform), conv (convolution: circula
OFDMmod
- 用MATLAB编程实现OFDM调制,使用了FFT和IFFT方法-Programming with MATLAB realize OFDM modulation, the use of FFT and IFFT methods
DVB_T
- 该程序是DVB-T系统的1024点的FFT 与 IFFT 代码-The procedures are DVB-T system in 1024 point FFT and IFFT code
program1_2
- matlab实现ofdm完整系统,包括qpsk调制,串并变换,ifft,同步等-ofdm in matlab
IFFT_manual
- A Matlab IFFT implementation using matlab itself
top
- 实现2K点的IFFT,在ISE10.1版本运行,通过测试,XC3S500E芯片上运行。-2K IFFT
FFT_exmaples_Matlab
- FFT/IFFT algorithm applications in Matlab
fftifft-wind4891
- C Source Code program of FFT IFFT Function
FFT
- fft reciever and it can also be work as ifft transmitter
fft
- fft处理及频谱图绘制、均方根谱图、功率谱、IFFT谱图等matlab的绘制程序-fft processing and display
fix_fft_ifft
- fft,ifft 定点C代码,简单易学,便于自学。-FFT,IFFT source code.
IFFT
- 自己編寫的matlab代碼,實現fft函數及ifft函數功能-I have written matlab code to achieve the original fft function and the ifft function