Welcome![Sign In][Sign Up]
Location:
Search - simple ofdm

Search list

[OtherOFDM

Description: 简单的OFDM系统仿真,其中一些代码没有写完,希望能人能够补充。-Simple OFDM system simulation, some of which code is not finished, I hope to add capable.
Platform: | Size: 1024 | Author: | Hits:

[Software EngineeringOFDM

Description: ofdm仿真程序,用于wimax链路级仿真。比较简单-OFDM simulation program for wimax link level simulation. Relatively simple
Platform: | Size: 665600 | Author: aaabbbaaaccc | Hits:

[OtherOFDM

Description: 本文首先概述了OFDM 的原理、特征和关键技术,介绍了系统需要的几种同步。然后就同步误差对系统性能的影响进行了简单的分析,表明定时偏差和采样频率偏差将会引入码间干扰,载波频率偏差导致载波间干扰的发生。因此,在OFDM系统接收机中定时的确定、载波频率偏差和采样频率偏差的纠正是信号恢复的关键。之后对OFDM系统同步的几种实现方法进行了介绍,分析了各同步方法的性能。-The paper first outlines the principles of OFDM, features and key technologies, the system needs to introduce several synchronization. Synchronization error and then the impact on system performance for a simple analysis, show that the timing deviation and the sampling frequency deviation will introduce inter-symbol interference, the carrier frequency deviation led to the occurrence of ICI. Therefore, in OFDM system receiver to determine the timing, carrier frequency offset and sampling frequency offset correction signal to restore the key. After the OFDM system to achieve synchronization of several methods of introduction, an analysis of the performance of the synchronization method.
Platform: | Size: 268288 | Author: dajinyu | Hits:

[matlabMatlab

Description: ofdm的matlab编程,绝对是好东西,简单明了,对于ofdm学习很有帮助-The OFDM matlab programming is definitely good things, simple and clear, very helpful for OFDM
Platform: | Size: 1395712 | Author: 徐鹏 | Hits:

[matlabofdm-siso

Description: 正交频分复用是一种多载波宽带数字调制技术。相比一般的数字通信系统, 它具有频带利用率高和抗多径干扰能力强等优点,因而适合于高速率的无线通信系统。- OFDM Simulator -------------------------------------------------------------------------------- MIMO OFDM Simulator: OFDM.m: OFDM Simulator (outer function) create_channel.m: Generates a Rayleigh fading frequency-selective channel, parametrized by the antenna configuration, the OFDM configuration, and the power-delay profile. svd_decompose_channel.m: Since full channel knowledge is assumed, transmission is across parallel singular value modes. This function decomposes the channel into these modes. BitLoad.m: Apply the bit-loading algorithm to achieve the desired bit and energy allocation for the current channel instance. ComputeSNR.m: Given the subcarrier gains, this simple function generates the SNR values of each channel (each singular value on each tone is a separate channel). chow_algo.m: Apply Chow s algorithm to generate a particular bit and energy allocation. EnergyTableInit.m: Given the SNR values, form a table of energy increments for
Platform: | Size: 184320 | Author: 田静 | Hits:

[Communication-Mobileofdm

Description: OFDM程序,很详细,也比较简单,适合初学者学习研究-OFDM procedures in great detail, but also relatively simple, suitable for beginners study
Platform: | Size: 1024 | Author: 小红 | Hits:

[CommunicationOFDM

Description: 比较简洁的OFDM+QPSK的仿真,带AWGN和误码率统计-Simple comparison of the simulation of OFDM+ QPSK with AWGN and bit error rate statistics
Platform: | Size: 21504 | Author: qinghao | Hits:

[matlabOFDM_4QAM.RAR

Description: OFDM_4QAM simple simulink ofdm
Platform: | Size: 10240 | Author: Crusher | Hits:

[matlabofdm

Description: MIMO-OFDM的matlab程序,包括接收和发送部分,采取了简化的信道模型。-the matlab program code for MIMO-OFDM, including the transmission and receiving model.it adopts a simple channel model
Platform: | Size: 5120 | Author: psyche | Hits:

[matlabofdm_awgn

Description: A simple ofdm implimentation over awgn channel with BER performance
Platform: | Size: 7168 | Author: obinna | Hits:

[matlabOFDM

Description: Matlab的OFDM仿真,信道估计,有BER曲线 该程序进行了简单的LMS信道估计,没有加入与MMSE等其他信道估计算法的比较;-Matlab simulation of OFDM, channel estimation, BER curves the program was simple LMS channel estimation, not joined with the MMSE channel estimation algorithm and other comparative
Platform: | Size: 4096 | Author: mama | Hits:

[matlabOFDM-mod

Description: 基于matlab实现简单的OFDM通信,采用的是BPSK的调制方式-Based on the OFDM matlab simple communication, using BPSK modulation
Platform: | Size: 4096 | Author: wangchi | Hits:

[Communication-Mobileofdm-system-simulink

Description: 一个简单的通信系统仿真的设计 以及参数设计-Simulation of a simple communication system design and parameter design
Platform: | Size: 722944 | Author: 葛凯 | Hits:

[Communication-MobileOFDM-Function

Description: 本文档是简单的ofdm仿真过程,可以运行。LTE 及后续技术都采用OFDM技术,可以给初学者一定指导。-This document is a simple OFDM simulation process, can run. LTE and follow-up technology have adopted OFDM technology, can give beginners guide.
Platform: | Size: 4096 | Author: 雅莉 | Hits:

[matlabsimple-ofdm_signal

Description: MATLAB Simple OFDM implementation
Platform: | Size: 2048 | Author: captainlucky | Hits:

[Communication-Mobileofdm

Description: creation of simple ofdm symbols
Platform: | Size: 1024 | Author: bushramughal020 | Hits:

[matlabMIMO-OFDM-Simulator

Description:  多输入多输出正交分频多工模拟器。    正交分频多工:OFDM模拟器(外层函数)         create_channel:产生一个瑞利衰落信道复用,解的天线配置、正交分频多工结构、power-delay档案。         svd_decompose_channel:既然全网络知识是假设,在并行传输奇异值模式。这个函数分解这些频道模式。         BitLoad:适用bit-loading算法来实现预期的钻头和能量 -MIMO OFDM Simulator: OFDM.m: OFDM Simulator (outer function) create_channel.m: Generates a Rayleigh fading frequency-selective channel, parametrized by the antenna configuration, the OFDM configuration, and the power-delay profile. svd_decompose_channel.m: Since full channel knowledge is assumed, transmission is across parallel singular value modes. This function decomposes the channel into these modes. BitLoad.m: Apply the bit-loading algorithm to achieve the desired bit and energy allocation for the current channel instance. ComputeSNR.m: Given the subcarrier gains, this simple function generates the SNR values of each channel (each singular value on each tone is a separate channel). chow_algo.m: Apply Chow s algorithm to generate a particular bit and energy allocation. EnergyTableInit.m: Given the SNR values, form a table of energy increments for each channel. campello_algo.m: Apply Campello s algorithm to converge to the optimal bit and energy allocatio
Platform: | Size: 14336 | Author: liufan | Hits:

[OtherOFDM-based-on-comb

Description: OFDM系统程序,实现简单的基带OFDM系统-ofdm system code,build a simple ofdm system
Platform: | Size: 3072 | Author: 李琴 | Hits:

[matlabOFDM

Description: 一个简单的OFDM系统,无信道编码,QPSK,256子载波,无同步,硬判决,自编FFT和卷积-a simple OFDM system
Platform: | Size: 98304 | Author: 安安 | Hits:

[3G developofdm

Description: 简单的ofdm系统 包括调制、解调、QPSK调制以及信道仿真(Simple OFDM systems include modulation, demodulation, QPSK modulation, and channel simulation)
Platform: | Size: 3072 | Author: 小颓狒 | Hits:
« 12 3 4 5 6 7 8 9 10 »

CodeBus www.codebus.net