搜索资源列表
DFT.rar
- 该程序包括了一个应用最为广的离散傅里叶变换,褶积,抽样最小相位。绝对能运行,The program includes an application of the most widely used discrete Fourier transform, convolution, sampling minimum phase. They can certainly run
fourine1
- 一个曼彻斯特码的离散傅里叶变换,按照公式编写-Manchester code a discrete Fourier transform, in accordance with the formula written
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
fft
- 实现快速离散傅里叶变换,即FFT,很有用的程序-Fast discrete Fourier transform, namely, FFT, very useful program
fftw-3.1.2-dll
- fftw,the fastest fourier transform in the West。用于快速计算离散傅里叶变换,用c编程-fftw, the fastest fourier transform in the West. For fast calculation of discrete Fourier transform, using c programming
fft
- 基2fft,实现对实数序列的离散快速傅里叶变换-Based 2fft, the realization of the real sequence of discrete Fast Fourier Transform
efficientchannelestimationbasedondiscretecosinetra
- 论文中提出了了一种适用于正交频分复用的基于离散余弦变换(DCT)变换导频辅助的信道估计法。这种方法可以减小基于离散傅里叶变换(DFT)的信道估计器中的混叠效应-Presented a paper suitable for orthogonal frequency division multiplexing based on discrete cosine transform (DCT) transform the pilot aided channel estimation. This meth
DFT_ang
- 在uVision环境下用C编程,用离散傅里叶变换可以计算出频率的值-In uVision environment using C programming, using discrete Fourier transform frequency value can be calculated
FFT
- 快速傅里叶变换c程序,用FFT实现离散傅里叶变换 -Fast Fourier transform c program, with the discrete Fourier transform FFT
FFTdesin
- 傅里叶变换能将满足一定条件的某个函数表示成三角函数(正弦和/或余弦函数)或者它们的积分的线性组合。在不同的研究领域,傅里叶变换具有多种不同的变体形式,如连续傅里叶变换和离散傅里叶变换。最初傅里叶分析是作为热过程的解析分析的工具被提出的-Fourier transform to meet certain conditions can be expressed as a function of trigonometric functions (sine and/or cosine functions
Ex4_3
- 傅里叶变换是一种将信号从时域变换到频域的变换形式,是信号处理的重要分析工具。离散傅里叶变换(DFT)是傅里叶变换在离散系统中的表示形式。但是DFT的计算量非常大, FFT就是DFT的一种快速算法, FFT将DFT的N2 步运算减少至 ( N/2 )log2N步。-Fourier transform is a signal from the time domain to frequency domain transformation form, is an important signal pr
fft-c
- 使用c语言实现的fft(快速离散傅里叶变换呢)运算-Using c language fft (fast discrete Fourier transform it) operator
DFT
- 可对离散数据(如正交数据Q+jI)做离散傅里叶变换 附有测试数据-Can discrete data (such as quadrature data Q+ jI) Discrete Fourier Transform to do with test data
fft
- 离散傅里叶变换的ppt文档,总结的比较全面,绝对经典。-Discrete Fourier transform of ppt documents, summary of a more comprehensive, absolute classic.
FFT
- 基于DFT的FFT算法,在数字信号处理中快速求出离散傅里叶变换,要求序列长为2的次幂-DFT-based FFT algorithms in digital signal processing for calculating the discrete Fourier transform require sequence length for the two power
DFT
- Visual C++实现数据的离散傅里叶变换及逆变换,并输出结果为Excel工作薄。 -Visual C++ achieve data of the discrete Fourier transform and inverse transform, and output the result to an Excel workbook.
matlab_12codes_original
- 压缩包里包括:离散傅里叶变换、Zernike多项式各项的图形表示、洛伦兹曲线、TM模数值模拟、牛顿后向插值法、特征值求解、求解速率方程、小波函数增加水印、Q开关分析等等。-Compressed bundle includes: the discrete Fourier transform, Zernike polynomials each graphical representation of the Lorenz curve, the TM mode numerical simulation,
dft
- 离散傅里叶变换的子程序,matlab的built in函数的一部分程序-Discrete Fourier Transform subroutine built in matlab function part of the program
kuaisufuliye
- 快速傅里叶变换 (fast Fourier transform), 即利用计算机计算离散傅里叶变换(DFT)的高效、快速计算方法的统称,简称FFT。(Fast Fourier transform, that is, the use of computer to calculate discrete Fourier transform (DFT) efficient and fast calculation methods collectively, referred to as FFT.)
test1
- 将离散的数据或信号,需要进行简单的傅里叶变换进行频谱分析。采用调用fft函数直接进行傅里叶变换。(Fourier transform of data)