搜索资源列表
cadence-datasheet
- SynTest-Cadence : One-Pass DFT and Synthesis Solution for ASICs
Digital-Signal-Processing_Written-Assignments.doc
- digital signal proccessing dft fft
FFT
- C语言实现FFT运算的注意(用的是基二时域算法) 且点数是2的n次方-FPGA-based FFT implementation
DFT(FFT)
- 对FFT的一些深刻理解,有助于初学者的学习和应用。- To FFT some profound understanding, is helpful to beginner s study and the application.
Rader17.v
- DFT Implementation with Rader Algorithm. 17 points DFT verilog implementation design.
C8051F120-DFT
- c8051f120 fft 样例程序,全部通过测试,可放心使用-c8051f120 fft
03~chapter-02-dft
- Slides from book "VLSI Test principles"
nonsythasizable8pointfft
- A Fast Fourier Transform(FFT) is an efficient algorithm for calculating the discrete Fourier transform of a set of data. A DFT basically decomposes a set of data in time domain into different frequency components. DFT is defined by the following equa
FFTSim.m
- 仿真FFT参数对采用FFT算法分析信号频谱的影响。产生频率分别为2Hz,2.05Hz的正弦波合成信号,采样 频率=10Hz。根据(8-8)式,要实现分辨两个单频信号的目的,DFT的序列长度必须满足 。分别仿真3种 情况下的FFT变换:1)取 的128点数据,计算FFT;2)将128点 以补零的方式加长到512点,计算FFT; 3)取512点 ,计算FFT-fft simulation matlab
Johnson_count_dft
- DFT code for johnson count written in V
fft
- 实现功能:基8实现64点FFT处理器(进行两次8点FFT计算,采用基8进行64点) 详细说明:硬件结构包括六部分,分别为输入模块、8点FFT模块、乘法模块、顺序调整模块、输出模块和总控制模块。 其中,输入模块的主要功能是将串行输入的64个数据进行分类,分成8批次,每次8个输入到8点FFT模块中进行计算。 8点FFT模块:FFT是DFT的快速算法,当点数较大时,可以较大的减少DFT的运算量。常用的FFT算法主要有两种,分别为按时间抽选的FFT算法(DIT-FFT)和按频率抽选的FFT算