Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - rfft
Search - rfft - List
DSP编程代码,FFT算法,经典!! FFT实验 一、 理论: 公式(1)FFT运算公式 FFT并不是一种新的变换,它是离散傅立叶变换(DFT)的一种快速算法。由于我们在计算DFT时一次复数乘法需用四次实数乘法和二次实数加法;一次复数加法则需二次实数加法。每运算一个X(k)需要4N次复数乘法及2N+2(N-1)=2(2N-1)次实数加法。所以整个DFT运算总共需要4N^2次实数乘法和N*2(2N-1)=2N(2N-1)次实数加法。如此一来,计算时乘法次数和加法次数都是和N^2成正比的,当N很大时,运算量是可观的,因而需要改进对DFT的算法减少运算速度。 根据傅立叶变换的对称性和周期性,我们可以将DFT运算中有些项合并。 我们先设序列长度为N=2^L,L为整数。将N=2^L的序列x(n)(n=0,1,……,N-1),按N的奇偶分成两组,也就是说我们将一个N点的DFT分解成两个N/2点的DFT,他们又从新组合成一个如下式所表达的N点DFT: 一般来说,输入被假定为连续、合成的。当输入为纯粹的实数的时候,我们就可以利用左右对称的特性更好的计算DFT。 我们称这样的RFFT优化算法是包装算法:首先2N点实数的连续输入称为“进包”。其次N点的FFT被连续被运行。最后作为结果产生的N点的合成输出是
Update : 2008-10-13 Size : 429.07kb Publisher : 徐克

DL : 0
计算实序列傅立叶变换,利用其共轭对称性计算速度快,存储量小。
Update : 2008-10-13 Size : 547byte Publisher : 张辉

DSP的实时FFT程序-DSP real-time FFT procedure
Update : 2008-10-13 Size : 73.62kb Publisher : 王高手

DL : 0
DSP的实时FFT程序-DSP real-time FFT procedure
Update : 2025-04-04 Size : 86kb Publisher : 王高手

C语言实现的SIMPLE语言词法分析器,并用JAVA实现界面。-the C language SIMPLE language lexical analyzer and used JAVA interface.
Update : 2025-04-04 Size : 58kb Publisher : KOF

实数序列的fft, 输入的参数为变换的数据和数据长度.变换的结果存放在输入中-actual sequence of fft input parameters to transform the data and data length. Transform the results were stored in the importation
Update : 2025-04-04 Size : 1kb Publisher : 小何

DL : 0
卷积&相关的VC程序,依托fft实现快速卷积和相关
Update : 2025-04-04 Size : 4kb Publisher : 顾楼

DL : 0
计算实序列傅立叶变换,利用其共轭对称性计算速度快,存储量小。-Fourier transform sequence is calculated using conjugate symmetry of the calculation of its speed, small storage capacity.
Update : 2025-04-04 Size : 1kb Publisher :

DL : 0
C++实现的FFT,已调试成功。应该还是比较好用的-C++ Realize the FFT, has been successful debugging. Should be still useful
Update : 2025-04-04 Size : 1022kb Publisher : zsc

DSP算法 Exercise the rfft function for real FFTs-DSP Algorithm Exercise the rfft function for real FFTs
Update : 2025-04-04 Size : 1kb Publisher : vts

本程序是基于C54x DSP的通用实数FFT程序,适合点数16~1024点或复数点数8~512点,主程序为rfft.asm。-This procedure is based on the C54x DSP real FFT common procedures, for points 16 ~ 1024 points, or plural points 8 ~ 512 points, the main program for rfft.asm
Update : 2025-04-04 Size : 31kb Publisher : dazhou

DL : 0
实数计算fft,按照复数计算,最大计算点数2048点复,算法经过优化-Calculation of real fft, in accordance with the plural, the largest 2048-point complex number calculation, the algorithm is optimized
Update : 2025-04-04 Size : 40kb Publisher : 李建立

DL : 0
calculate dft source
Update : 2025-04-04 Size : 3kb Publisher : han

这个函数就是用来进行离散的DFT运算了。它可以指定运算的长度。-This function is used for computing the discrete DFT. It can specify the length of operations.
Update : 2025-04-04 Size : 1kb Publisher : bradden

DL : 0
fft calculation of any input signal
Update : 2025-04-04 Size : 1kb Publisher : Ayush Handa

Simulator 这是一个仿真程序文件夹下面有: acorr 自相关 add 向量相加 convol 卷积 corr 互相关 dlms 自适应算法 hpassfir 高通FIR算法 lpassfir 低通算法 mmul 矩阵相乘 rfft FFT算法实验 sin 这是一个产生正弦波数据的程 sub 向量相减 -Simulator is a simulation program folder below: acorr autocorrelation vector sum convol add corr correlation dlms convolution algorithm hpassfir adaptive algorithm lpassfir high-pass FIR low-pass algorithm mmul rfft FFT algorithm for matrix multiplication is an experiment which produces sin sine wave data sub vector subtraction process
Update : 2025-04-04 Size : 1.03mb Publisher :

dsp实验中fft算法的实现,调用库函数通过rfft函数实现-dsp experiment fft algorithm, call the library functions achieve rfft function
Update : 2025-04-04 Size : 29kb Publisher : wy

计算实序列的快速傅里叶变换,它比复序列FFT算法大约可减少一半的运算量和存储量。-Calculate the real sequence of the fast Fourier transform, which is the time taken by the sequence of the base 2 FFT algorithm, it is more than complex sequence FFT algorithm can be roughly halved the amount of computation and storage.
Update : 2025-04-04 Size : 160kb Publisher : 冰河

DL : 0
数字信号处理FFT算法rfft.c,简单易懂-Digital signal processing FFT algorithm rfft,Straightforward..
Update : 2025-04-04 Size : 1kb Publisher : 陈浩均

the code file that is uploded is rfft file
Update : 2025-04-04 Size : 1kb Publisher : iman
« 12 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.