搜索资源列表
FFT8
- 本设计根据OFDM系统的实际需要,提出一种用FPGA实现FFT运算的方案,并以64点FFT为例,在Quartus II软件上通过了综合和仿真。
fft_1024
- ofdm调制中用到的1024点FFT源码,ADI的TS系列DSP平台。
FFT
- OFDM系统中FFT的VerilogHDL语言实现-FFT of OFDM system VerilogHDL language
FFT
- Verilog实现的FFT模块,供OFDM调制系统使用,可供大家参考学习-Verilog implementation FFT module for the OFDM modulation system used for your reference study
fftshixian
- OFDM系统中FFT的Verilog HDL 语言实现。-OFDM system FFT of Verilog HDL language.
cFFT
- CFFT is a radix-4 fast Fourier transform (FFT) core with configurable data width and a configurable number of sample points in the FFT. Twiddle factors are implemented using the CORDIC algorithm, causing the gain of the CFFT core to be differen
butterfly1
- FFT蝶形运算单元程序,可用于OFDM,以及任何相关数字信号处理的设计中-FFT butterfly processor program can be used in OFDM, as well as any relevant design of digital signal processing
gam3
- FPGA Implementation ofLow Power 64-Point Radix-4 FFT Processor for OFDM System
gam5
- FPGA Implementation ofLow Power 64-Point Radix-4 FFT Processor for OFDM System
gam7
- FPGA Implementation ofLow Power 64-Point Radix-4 FFT Processor for OFDM System
WP8-Lund-VTC2004-05-05-2004-V1.0
- vhdl for fft and ofdm
ofdm_vhdl
- OFDM的VHDL代码,ofdm_vhdl文件,包括fft,ifft等模块,能正确运行得到结果-The VHDL code for OFDM, ofdm_vhdl documents, including fft, ifft other modules, can get the results correctly
ofdm_v1_debug_canwork_7_15
- DSP上实现的OFDM配套调制解调程序,使用了FFT和IFFT算法,可参考本人的matlab程序-DSP to achieve the OFDM modulation and demodulation procedures supporting the use of FFT and IFFT algorithms, refer to my matlab program
fast-fft
- 关于高速FFT的FPGA实现的一份资料 OFDM 的基本原理 定点 FFT 分析-On high speed FFT FPGA to achieve a basic principle of OFDM fixed-point FFT analysis
OFDM_FPGA
- 采用FPGA 来实现一个基于OFDM 技术 的通信系统中的基带数据处理部分,即调制解调器。其中发射部分的调制 器包括:信道编码(Reed-Solomon 编码),交织,星座映射,FFT 和插 入循环前缀等模块。-FPGA to implement a baseband data based on OFDM technology in the communication system processing section, namely modem. Transmitter modul
OFDM-_matlab
- OFDM里常用到的模型,一个相对完整的OFDM通信系统的仿真设计,包括编码,调制,IFFT,上下变频,高斯信道建模,FFT,PAPR抑制,各种同步,解调和解码等模块,并统括系统性能的仿真验证了系统设计的可靠性。 -OFDM where commonly used to model a relatively complete OFDM communication system simulation design, including coding, modulation, IFFT, and
IFFT
- 使用ISE开发环境实现802.11a物理层OFDM系统中逆fft模块-ISE development environment inverse fft module 802.11a physical layer OFDM system
modeloQa
- It is a simulation OFDM with CP. there are modulator, FFT/IFFT, channel AWGN.
Dec_mul
- 时间同步后即可确定每帧数据的起始位置,这样就能完整的截取下每一帧。但是,数据中还带有频偏信息。在常规的通信系统中,多普勒很小仅仅会带来很小的频偏,但是在大多普勒的情况下,频偏将非常大,20马赫的速度将会带来将近34K的频偏。因此,如何很好的纠正频偏即为本系统的难点。 OFDM中,我们将大于子载波间隔倍数的频偏称为整数倍频偏,而将小于一个子载波间隔的频偏称为小数倍频偏。频偏矫正精度只要能保证小于十分之一倍的子载波间隔,频偏就不会对均衡和解调造成影响。本文中我们借鉴这种思想,由于硬件资源限制,我