搜索资源列表
一个实用的fft程序
- 1024点fft程序,在TMS320F2407上运行
1024点fft程序,在ccs上可以直接仿真,无需调试FFT1024点
- 1024点fft程序,在ccs上可以直接仿真,无需调试FFT1024点
fft.rar
- 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
fft_1024_hdl
- 一个 1024 点 FFT , 基 4 蝶形运算架构, 5级流水,乒乓内存,有测试环境。-A 1024-point FFT, Radix-4 butterfly structure operation, five water, ping-pong memory, a test environment.
DSP_FFT
- 基于stm32 DSP库的1024个点的FFT运算,对st公司的源程序进行了改进。仅需修改少量定义就能换成256点或64点的运算-Stm32 DSP-based library of 1024 point FFT operation, the company' s source of st has been improved. Can only modify the definition of a small amount of 256 points or 64 points into c
FFT1024
- matlab 实现 1024点 FFT 运算 已经试过 运行很好-matlab achieve the 1024-point FFT computation
FFT
- 本程序是基于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
1024FFT_ASIC
- 1024点复数专用FFT处理器的ASIC实现-1024 point complex FFT processor dedicated ASIC realization
FFT
- // 入口参数: // 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
work
- 包含DVB-T标准中的内交织,内编码,卷积交织,和基4FFT 1024。所有程序为MATLAB实现,特别推荐FFT旋转因子求法。-Includes DVB-T standard within intertwined, with coding, Convolutional Interleaver, and base 4FFT 1024. MATLAB realization of all the procedures, in particular, recommended rotating fac
fft1024
- an implementation of fft 1024 with cos and sin generated by matlab.
1024FFT.ZIP
- 该文件是1024点的快速FFT,它是用C语言编程,在CCS环境下运行的-fast fourier transform
FPGAbasedontheworkofthe1024-pointpipelinedFFT
- 基于FPGA的1024点流水线工作方式的FFT实现,适合fpga的技术人员做信号处理参考-FPGA based on the work of the 1024-point pipelined FFT approach the realization of the technical staff for doing fpga signal processing reference
cfft_latest.tar
- VHDL 1024 FFT PROJECT
FFT1024
- 利用DSP的1024点蝶形运算FFT全套程序,很不错的-The use of DSP computing 1024-point FFT butterfly full set of procedures, very good
FFT
- 关于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
fft
- FFT,128,256,512,1024点均可以-FFT, 128,256,512,1024 points can be
FFT
- 1024点matlab仿真,10位输入,12位输出,结果保存在图像中-Matlab simulation of 1024 points, 10-bit input, 12 output, the result stored in the image
FFT
- 基于TMS320C54x的FFT实现,从而掌握掌握8~1024点复数 C54x FFT程序的使用方法-TMS320C54x the FFT-based implementation to grasp the master 8 1024 point complex ' C54x FFT program to use
[Source code] 1024 point DFT n FFT
- 1024 point DFT & FFT (radix2 decimation in frequency)