搜索资源列表
dft
- verilog语言实在点变换DFT源代码,可以配合软核或者其他CPU进行综合fft变换,也可以单独使用生成module!-verilog language is point fft transform source code, can tie in with the soft-core CPU, or other integrated fft transform, it can be used to generate module!
design
- The verilog implementation of 8-point fft in verilog. Radix 2 Decimation in Frequency.
fft2
- 512点8位基2fft程序。基于 vhdl/verilog。已仿真布线通过。-512 points, eight base 2fft program. Based on vhdl/verilog. Simulation layout has been adopted.
fft
- 8 point fft written in verilog
64R4SDFpoint_fft
- 该工程实现了一个64点fft,verilog编写,采用R4SDF结构,通过Modelsim功能仿真,压缩包里有rtl代码,dc脚本,输出报告。-The project implements a 64-point fft, verilog compiled by R4SDF structure, through the Modelsim functional simulation, compression bag with rtl code, dc scr ipt, the output repo
fft8
- fft8,8点fft运算,用verilog vhdl 语言编写,可以应用于64点fft-fft8, 8 点 fft computation, using verilog vhdl language, can be applied to 64-point fft
fft
- vhdl code and verilog code for an 128 point fft processor which has to be executed in xlinx software as needed for course project
fft_8
- 基于FPGA的8点fft的verilog实现-8 point of fft verilog implementation
8point_dit_fft
- 8 point DIT fft in verilog hdl 可直接使用-8 point DIT fft in verilog hdl
fft
- verilog CODE FOR FLOATING POINT 8 POINT fft
simplefft
- simplified fft implemented in verilog for 8 points
8-fft
- fft 8 PT RDX 2 USING verilog
8-point-pipeline-fft-by-verilog.pdf
- 简单的8位基2 流水 fft verilog-Simple 8 base 2 pipelined fft verilog
fft8PFPGAPverilog
- fft8+FPGA+verilog.输入:butt8_real0—7、butt8_imag0—7为输入的8位数据的实部和虚部;输出:y0_real~y7_real、y0_imag~y7_imag为8点fft的输出 -fft8 FPGA verilog.butt8_real0—7、butt8_imag0—7y0_real~y7_real、y0_imag~y7_imag
rec
- 8点8位的fft,verilog语言,经过Quartus仿真验证-8 piont 8 bits of fft, verilog language, through the Quartus simulation
8point_fft_verilog
- 基于FPGA的verilog语言实现的 8点fft算法-verilog 8-point fft algorithm
128点fft
- 128点基8的快速傅里叶变换的verilog代码(verilog code of fast Fourier transform based on 128 point base 8)
128点 基8 fft
- 使用verilog语言对128点 基8fft的实现(Implementation of 128-point basis 8fft)
8点fft
- 用quartus软件、verilog语言编写的8点fft源代码,代码简单易懂,整个代码只用了一个乘法器和一个加法器