搜索资源列表
fft
- 设计一个按照时间抽取的基2快速傅里叶变换(基2FFT-DIT)。输入倒位序,输出自然顺序-To design a time of extraction according to the base 2 Fast Fourier Transform (base 2FFT-DIT). Input inversion sequence, the output of natural order。
ditfft
- 基2ditfft的matlab源程序,以及与matlab自带的fft函数工作效率的比较,附有.doc文档的说明。-2ditfft the matlab source code base, as well as built-in fft function matlab efficiency compared with. Doc document descr iption.
DIT2FFT
- 在VC++中实现基2时间抽取的FFT(快速傅里叶变换)算法.-In VC++ In time taken to achieve the base 2 of the FFT (Fast Fourier Transform) algorithm.
FFT
- 基2的FFT变换,带采样,结果输出到文件-fft program
fft
- FFT 源码,根据书本上的FFT的基2算法编的-fft program,i do it myself
fftkejian
- 基二fft算法的课件看看吧比较好理解呵呵 我们学的课件-2 fft algorithm-based courseware a better understanding of what we' ve learned our courseware Hehe
fft
- 本程序对输入序列din实现DIT——FFT基2算法,点数取大于等于din长度的2的幂次-The program input sequence din realize DIT- FFT radix-2 algorithm, points greater than or equal din take the length of two of the power law
myfft
- 基于matlab的编程实现基2时间抽取的FFT源算法,程序简单实用。-2 time programming based algorithm for extraction of the FFT source
DSSS
- (1) 产生数值为±1的用户随机数据;给出Matlab下对应的模块; (2) 产生并给出64×64的Walsh矩阵,作为用户接入的扩频码; (3) 利用上述一个用户的扩频码和用户数据演示扩频过程;给出Simulink工作框图; (4) 利用FFT,计算并画出基带数据和扩频信号的频谱(在一个图中给出); -(1) value of ± 1 generated random data users given under the corresponding Matlab module
FFT
- 基2时选FFT,此处取N=8,输入8位时域的值将输出傅立叶变换后的值-Yl 2:00 selected FFT, here take N = 8, the value of the input 8-bit time domain the output value after the Fourier transform
Desktop
- 在MATLAB环境下对于采用基2-时域FFT的FPGA实现-Base 2- time domain FFT FPGA implementation
fft
- 自己编写的FFT基2 MATLAB程序,其中包括换位以及旋转因子变化,调试通过,和matlab自带程序时间等都差不多-Write your own FFT-based 2 MATLAB program, including changes in transposition and twiddle factor debugging through time and matlab own procedures and so almost
FFT
- 按时间抽取的基-2快速傅里叶变换(FFT)C语言程序-Time taken by-2 Fast Fourier Transform (FFT) C language program
420FFT
- 中国数字地面电视标志的同步帧头的420点FFT算法。用于OFDM的调制和解调。因为是非基2,基4类的算法,所以还是有很大的参考性。-Chinese digital terrestrial television synchronization header logo 420-point FFT algorithm. For OFDM modulation and demodulation. Because the non-group 2, group 4 class algorithm, so i
ji8chengxu
- 一个实现FFT基8的VC程序,运算速率比一般的基2或分裂基算法都要快。-A realization of FFT-based VC 8 program, the operation faster than the average rate of the base 2, or split based algorithms.
the-realize-of-FFT-in-C-program
- 改程序在Turbo C或Visual 6.0中编译,能够实现基2的快速的傅里叶变换。-Reform program in Turbo C or Visual 6.0 compiled, enables fast Fourier transform base 2.
fft2^2matlab
- 实现了基2方fft的MATLAB程序 (虽然里面是R4但是用R2^2实现的)-To achieve a base 2 side of the MATLAB program fft (although there is R4 but achieved with R2 ^ 2)
DIF_FFT
- DIT_FFT基2快速离散傅里叶变换的源程序可在vc++上编程应用-DIT FFT radix-2 fast discrete Fourier transform of the source can be used in vc++ programming
FFTorIFFT_MATLAB
- FFT和IFFT的MATLAB实现代码 用时间抽取的基2快速傅里叶变换实现序列卷积 对利用自编函数对信号进行DFT变换 对利用自编函数对信号进行DFT反变换-FFT IFFT dft
vjtnztr
- 快速傅立叶变换算法中的分裂基算法,又称基2 4算法,对一维序列,这种算法使FFT比较完善()