搜索资源列表
fftfpga
- 采用按时间抽选的基4原位算法和坐标旋转数字式计算机(CORDIC)算法实现了一个FFT实时谱分析系统。整个设计采用流水线工作方式,保证了系统的速度,避免了瓶劲的出现;整个系统采用FPGA实现,实验表明,该系统既有DSP器件实现的灵活性又有专用FFT芯片实现的高速数据吞吐能力,可以广泛地应用于数字信号处理的各个领域。-time selected by using the in-situ-4 algorithm and coordinate rotation digital computer (CO
match
- 最大归一互相关图像匹配算法是图像匹配中的常用算法,其关键是解算活动图与基准图间的相关系数。 针对相关系数计算量大的特点,分析了FFT 的基与FFT 处理速度之间的关系以及基16FFT 算法特点,提出用基 16FFT 算法计算相关系数,相关系数的处理时间大幅减小;同时针对高基蝶形单元设计复杂、使用不灵活等特点, 提出采用级连思想实现主基16 蝶形单元,使处理器的设计复杂度降低。实验证明,将主基16FFT 处理器用于相关 系数的计算中,使最大归一互相关图像匹配处理速度达到国际领先水平
ChapterXonthetestmachine(be)
- 第十章 上机实验(定)实验一 系统响应及系统稳定性。 实验二 时域采样与频域采样。 实验三 用FFT对信号作频谱分析。 实验四 IIR数字滤波器设计及软件实现。 实验五 FIR数字滤波器设计与软件实现 实验六 应用实验——数字信号处理在双音多频拨号系统中的应用 -Chapter X on the test machine (be)
DesignandDSPrealizationofan0FDMreceiver
- 设计了一个OFDM接收机,并采用1fI公司的TMS320C6416芯片进行实现。在假设理想 同步的前提下,该系统进行了FFT变化、使用了Ls(最小二乘法)进行信道估计,并且采用了 QPSK算法进行解调。最后将接收机输出数据与发端数据进行比较,在不同信噪比情况下计算其 误码率,得出了比较理想的结果。-An OFDM receiver is designed in山is paper and realized on the platform of the 1MS32OC6416 chip
shuzijunheng
- 2009年电子大赛数字均衡器设计方案.该方案采用FFT进行数字均衡.-2009 E-Series digital equalizer design. The program uses FFT digital balance.
Foreign-design-Radio-Spectrum-Monitor
- 分析了输入信号的频谱,运用的FFT处理数据,外国人设计的 效果不错-This is an experimental work to monitor a spectrum pattern in radio band, and is a continuous project from Audio Spectrum Monitor. To analyze the spectrum of an input signal, I chose an Atmel AVR microcontroller that
430_contest
- 2007年全国大学生电子设计大赛FFT 430实现的程序代码!-2007 National Undergraduate Electronic Design Contest implementation code FFT 430!
128-Point-fft-ok
- 这是一个外文文档,在fft的设计方面有较大的改进,可以当作大家的参考-This is a file writed by english,which has been optimized in fft.It is a good choice for the ones who are working on dsp and fpga.
fft-pdf
- 这些都是用来做fft设计的文档,具有非常高的参考价值,大家可以下载使用.-these are all used to compulate fft.which is high reworded .you can get them to read them carefully.
DFTPFFT
- 数字信号系统设计DFT-FFT,C程序,-Digital signal system design DFT-FFT, C program,
kuaisufuliyebianhuan
- 介绍了快速Fourier变换算法(FFT)的核心思想及其算法描述,并用Matlab程序设计语言实现了FFT算法.最后,举例说明用FFT算法计算复函数f(x)的插值函数-Introduced the fast Fourier transform (FFT) algorithm and its core idea of the algorithm descr iption and using Matlab programming language to implemen
FFT_51danpianji
- 该程序设计了一个基于51单片机和keil的FFT变换程序,已调试通过。-The program is designed based on 51 single and keil FFT transform procedures have been debug through.
SPPP3.0PUserPGuide
- SP++3.0手册,C++库的信号处理库,包括信号产生,FFT,滤波器设计,频谱分析,小波变换-SP++ 3.0 Manual, C++ library signal processing including signal generation, FFT, filter design, spectrum analysis, wavelet transform
Design-and-Implementation-of-FPGA
- 设 计与 实 现了 一种 以 F P GA 为核 心 的实 时 频 谱分 析 系 统。 系 统 包含 实时 频 谱 监 测 和 实 时 频 谱仪 2 种 频 谱分 析 模式 。 实 时频 谱 监 测 模 式采 用 F F T 算法 设 计实 现 , 用 于 对信 号 的 实时 监 测 实 时 频 谱 仪 模 式 采 用 D F T 算法 设计 实 现, 用于 信 号的 细致 分 析。 实验 证 明 , 系 统 充 分 利 用 了 F P GA 芯 片 的 资 源, 具 有
FPGA_FFT
- 基于FPGA的FFT设计,帮助你快速理解FFT算法在FPGA上实现。-The design of FFT based on FPGA which help you study FFT ALG.