Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - FFT 1024
Search - FFT 1024 - List
1024点fft程序,在TMS320F2407上运行
Update : 2009-08-14 Size : 11.83kb Publisher : zqingshun

1024点fft程序,在ccs上可以直接仿真,无需调试FFT1024点
Update : 2009-05-16 Size : 13.44kb Publisher : 996361359@qq.com

1024点FFT快速傅立叶变换,(vhdl代码)-1024-point FFT vhdl
Update : 2025-02-17 Size : 568kb Publisher :

Vc中关于FFT算法的编程-Vc on the FFT algorithm programming
Update : 2025-02-17 Size : 21kb Publisher : 陈品

快速FFT算法的程序-FFT procedure
Update : 2025-02-17 Size : 3kb Publisher : 陈品

这是利用C++ 编的fft-This is the C series fft
Update : 2025-02-17 Size : 2kb Publisher : 吕炎军

自己编写的,1024点快速傅里叶变换、倒频谱分析、功率谱分析及其Applet曲线显示程序源代码。 说明清楚,附有验证使用的数据文件-themselves prepared in 1024 point fast Fourier transform, cepstrum analysis, power spectrum analysis and Applet curve shows the source code. Make it clear with the use of the test data files
Update : 2025-02-17 Size : 6kb Publisher : 冯瑶

1024点fft程序,在ccs上可以直接仿真,无需调试-1,024 points fft procedures, the ccs can direct simulation, debugging without
Update : 2025-02-17 Size : 14kb Publisher : 王月

16位1024点FFT的VHDL语言实现-16 1024-point FFT VHDL
Update : 2025-02-17 Size : 17kb Publisher : 郭子荣

1024点8位FFT的Verilog语言实现-1024-point FFT eight Verilog language
Update : 2025-02-17 Size : 11kb Publisher : 郭子荣

F2812 标准FFT算法,128点,256点,512点,1024点FFT算法,具体做法为将库含数FFT.LIB加入的目标项目,加入对应的C含数和头文件,特别注意的FFT算法缓冲去一定要存放在0X8000H中的内部缓冲区中!!!切记,本人调试时就走了很多弯路啊-F2812 standard FFT algorithm, 128, 256, 512, 1024-point FFT algorithm, the specific approach to the library will join with several FFT.LIB goals, joined counterparts with the number of C header files, pay special attention to the FFT algorithm to buffer must 0X8000H stored in the internal buffer! ! ! remember, I debug away many detours ah
Update : 2025-02-17 Size : 23kb Publisher : 孙玉海

里面有一对定点FFT和IFFT算法,Hanning window,内含有1024-point正弦系数(已进行定标),可支持2^n(n<=10)点的FFT/IFFT变换-There are a pair of fixed-point FFT and IFFT algorithm, Hanning window, containing 1024-point sine coefficient (calibration has been carried out), can support 2 ^ n (n <= 10) point FFT/IFFT transform
Update : 2025-02-17 Size : 144kb Publisher : haoding

DL : 0
// 入口参数: // l: l = 0, 傅立叶变换 l = 1, 逆傅立叶变换 // il: il = 0,不计算傅立叶变换或逆变换模和幅角;il = 1,计算模和幅角 // n: 输入的点数,为偶数,一般为32,64,128,...,1024等 // k: 满足n=2^k(k>0),实质上k是n个采样数据可以分解为偶次幂和奇次幂的次数 // pr[]: l=0时,存放N点采样数据的实部 // l=1时, 存放傅立叶变换的N个实部 // pi[]: l=0时,存放N点采样数据的虚部 // l=1时, 存放傅立叶变换的N个虚部 // // 出口参数: // fr[]: l=0, 返回傅立叶变换的实部 // l=1, 返回逆傅立叶变换的实部 // fi[]: l=0, 返回傅立叶变换的虚部 // l=1, 返回逆傅立叶变换的虚部 // pr[]: il = 1,i = 0 时,返回傅立叶变换的模 // il = 1,i = 1 时,返回逆傅立叶变换的模 // pi[]: il = 1,i = 0 时,返回傅立叶变换的辐角 // il = 1,i = 1 时,返回逆傅立叶变换的辐角-err
Update : 2025-02-17 Size : 1kb Publisher : bluefeifei

本程序是基于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-02-17 Size : 31kb Publisher : dazhou

DL : 0
FFT算法实现 Radix2 可以计算 4,8,16,32, 64,128, 256....点FFT Radix4 可以计算 4,16, 64, 256, 1024...点FFT FFT_DIT_general.c 实现了 Radix2 和Radix4 的配合使用,可以计算Radix2可以计算的所有FFT,但效率比Radix2高。-FFT can be calculated Radix2 algorithm 4,8,16,32, 64,128, 256 .... can calculate the FFT Radix4 points 4,16, 64, 256, 1024-point FFT FFT_DIT_general.c ... Radix2 and Radix4 achieved with the use of Radix2 can calculate can calculate all the FFT, but Radix2 high efficiency.
Update : 2025-02-17 Size : 2kb Publisher : liuxiaoxiao

关于FFT在FPGA上的完美程序,有电路图和实物图显示,在NOIS上运行正常,经测试成功,有完整的论文-FFT in the FPGA on the perfection of procedures, it shows the circuit diagram and in-kind, in the NOIS run properly, test the success of a complete paper
Update : 2025-02-17 Size : 683kb Publisher : 无名氏

DL : 0
FFT,128,256,512,1024点均可以-FFT, 128,256,512,1024 points can be
Update : 2025-02-17 Size : 910kb Publisher : laozhiguai

DL : 0
1024点matlab仿真,10位输入,12位输出,结果保存在图像中-Matlab simulation of 1024 points, 10-bit input, 12 output, the result stored in the image
Update : 2025-02-17 Size : 22kb Publisher : ray

DL : 0
基于TMS320C54x的FFT实现,从而掌握掌握8~1024点复数 C54x FFT程序的使用方法-TMS320C54x the FFT-based implementation to grasp the master 8 1024 point complex ' C54x FFT program to use
Update : 2025-02-17 Size : 2kb Publisher : jlryry

1024 point DFT & FFT (radix2 decimation in frequency)
Update : 2025-02-17 Size : 136kb Publisher : 10bul
« 12 3 4 5 6 7 8 9 10 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.