搜索资源列表
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
latch
- Abstract—Power is becoming a precious resource in modern VLSI design, even more so than area. This paper proposes a novel architecture for modular, scalable &reusable hybrid constant co-efficient multiplier (KCM) circuit. Comparison is made b
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源代码,代码简单易懂,整个代码只用了一个乘法器和一个加法器