Description: OFDM:正交频分复用(OFDM)是第四代移动通信的核心技术。该文首先简要介绍了OFDM基本原理,重点研究了理想同步情
况下,保护时隙(cP)和不同的信道估计方法在高斯信道和多径瑞利衰落信道下对OFDM系统性能的影响。在给出OFDM系
统模型的基础上,用MATLAB语言实现了整个系统的计算机仿真并给出参考设计程序-OFDM : Orthogonal Frequency Division Multiplexing (OFDM) is the fourth-generation mobile communication core technology. The article briefly introduces the basic principles of OFDM, focus on the ideal synchronous circumstances, Protection slot (counted ac cording) and different channel estimation method in Gaussian channel and multi-path Rayleigh fading channels of OFDM system performance. OFDM system is the model on the basis of MATLAB language of the entire system is computer simulation and reference design process Platform: |
Size: 2291 |
Author:xoaxiao |
Hits:
Description: Channel estimation for OFDM systems based on comb-type pilot arrangement in frequency selective fading channels
一篇信道估计的经典文章-Channel estimation for OFDM systems based on comb-type pilot arrangement in frequency se lective fading channels a channel estimation of the classic article Platform: |
Size: 881664 |
Author:李瑞锋 |
Hits:
Description: OFDM:正交频分复用(OFDM)是第四代移动通信的核心技术。该文首先简要介绍了OFDM基本原理,重点研究了理想同步情
况下,保护时隙(cP)和不同的信道估计方法在高斯信道和多径瑞利衰落信道下对OFDM系统性能的影响。在给出OFDM系
统模型的基础上,用MATLAB语言实现了整个系统的计算机仿真并给出参考设计程序-OFDM : Orthogonal Frequency Division Multiplexing (OFDM) is the fourth-generation mobile communication core technology. The article briefly introduces the basic principles of OFDM, focus on the ideal synchronous circumstances, Protection slot (counted ac cording) and different channel estimation method in Gaussian channel and multi-path Rayleigh fading channels of OFDM system performance. OFDM system is the model on the basis of MATLAB language of the entire system is computer simulation and reference design process Platform: |
Size: 2048 |
Author:xoaxiao |
Hits:
Description: 国外OFDM经典书籍,介绍正交频分复用(OFDM)技术的原理及其在无线通信领域内的应用,包含无线通信系统的发展历程以及无线衰落信道的基本特性,OFDM技术的基本原理与特性,OFDM技术内峰值平均功率比,同步和信道估计等问题-OFDM abroad classic books, Introduction Orthogonal Frequency Division Multiplexing (OFDM) technique and its application in the field of wireless communications applications, including wireless communication systems, as well as the development process of the wireless fading channel basic characteristics, OFDM technology, the basic principles and characteristics of , OFDM technology within the peak-average power ratio, synchronization and channel estimation issues such as Platform: |
Size: 4419584 |
Author:wan |
Hits:
Description: This paper considers semiblind channel estimation
and data detection for orthogonal frequency-division multiplexing
(OFDM) over frequency-selective fading channels.-This paper considers semiblind channel estimationand data detection for orthogonal frequency-division multiplexing (OFDM) over frequency-selective fading channels. Platform: |
Size: 409600 |
Author: |
Hits:
Description: 《MIMO-OFDM关键技术的研究和完整仿真平台的建立》,建立了一个完整的MIMO-OFDM的仿真平台,为实际的硬件平台提供解决方案,给出性能评估。为建立这个完整的仿真平台,本文从MIMO-OFDM信号模型,提出系统实现的各个关键技术:帧同步和载波频偏估计、信道估计、采样同步和载波跟踪、空时/频编解码。- MIMO-OFDM key technology research and the establishment of a complete simulation platform , the establishment of a complete MIMO-OFDM simulation platform, for the actual hardware platform to provide solutions, given performance evaluation. For the establishment of the integrity of the simulation platform, this article from the MIMO-OFDM signal model, the system in all key technologies: frame synchronization and carrier frequency offset estimation, channel estimation, sampling synchronization and carrier tracking, space-time/frequency codecs. Platform: |
Size: 2463744 |
Author:李继龙 |
Hits:
Description: This project aim was to build wireless software modem for data communication
between two computers using an acoustic interface in the voice frequency range (20Hz–
20,000Hz). The transmitting antenna is a speaker (frequency response of: 90Hz –
20,000Hz) and the receiving antenna is a microphone (frequency response of: 100Hz –
16,000Hz). The test files used as information files were text files.
This goal was attained both in an incoherent scheme and in a coherent scheme.
Build under Matlab code, our modem uses OFDM (orthogonal frequency division
multiplexing) modulation, synchronization by LMS sequence, channel estimation (no
equalizer) via pilot tones. The symbols are either PSK or ASK for a constellation size of
2 or 4. To optimize the probability of error, these symbols were mapped using Gray
mapping.
Report-This project aim was to build wireless software modem for data communicationbetween two computers using an acoustic interface in the voice frequency range (20Hz-20000Hz). The transmitting antenna is a speaker (frequency response of: 90Hz-20000Hz) and the receiving antenna is a microphone (frequency response of: 100Hz-16000Hz). The test files used as information files were text files.This goal was attained both in an incoherent scheme and in a coherent scheme.Build under Matlab code, our modem uses OFDM ( orthogonal frequency divisionmultiplexing) modulation, synchronization by LMS sequence, channel estimation (noequalizer) via pilot tones. The symbols are either PSK or ASK for a constellation size of2 or 4. To optimize the probability of error, these symbols were mapped using Graymapping.Report Platform: |
Size: 559104 |
Author: |
Hits:
Description: ofdm仿真程序有关信道传输中的多径效应,多普勒频移,时延扩展-OFDM simulation program on the transmission channel of multi-path effects, Doppler frequency shift, delay spread Platform: |
Size: 1024 |
Author:时光 |
Hits:
Description: ofdm信道特性
Channel transmission simulator
Channel transmission simulator
%
% inputs:
% sig2 - noise variance
% Mt - number of Tx antennas
% Mr - number of Rx antennas
% x - vector of complex input symbols (for MIMO, this is a matrix, where each column
% is the value of the antenna outputs at a single time instance)
% H - frequency selective channel - represented in block-Toeplitz form for MIMO transmission
% N - number of symbols transmitted in OFDM frame
%
% outputs:
% y - vector of channel outputs (matrix for MIMO again, just like x matrix)
% create noise vector sequence (each row is a different antenna, each column is a
% different time index) note: noise is spatially and temporally white-channel characteristics of OFDM Channel transmission simulatorChannel transmission simulator inputs: sig2- noise variance Mt- number of Tx antennas Mr- number of Rx antennas x- vector of complex input symbols (for MIMO, this is a matrix, where each column is the value of the antenna outputs at a single time instance) H- frequency selective channel- represented in block-Toeplitz form for MIMO transmission N- number of symbols transmitted in OFDM frame outputs: y- vector of channel outputs (matrix for MIMO again, just like x matrix) create noise vector sequence (each row is a different antenna, each column is a different time index) note: noise is spatially and temporally white Platform: |
Size: 1024 |
Author:sunxu |
Hits:
Description: 此程序是关于OFDM(正交频分复用)同步中信道响应的程序-This procedure is on the OFDM (Orthogonal Frequency Division Multiplexing) channel synchronization in response to the procedure Platform: |
Size: 2048 |
Author:郭振红 |
Hits:
Description: 信道描述,计算冲激响应函数,为频选衰落信道,用于MIMO或MIMO-OFDM系统-Channel description, calculation of impulse response function, for Frequency-Selective Fading Channels for MIMO or MIMO-OFDM system Platform: |
Size: 1024 |
Author:刘斐 |
Hits:
Description: OFDM(正交频分复用)技术实际上是MCM(Multi-Carrier Modulation,多载波调制)的一种。其主要思想是,将信道分成若干正交子信道,将高速数据信号转换成并行的低速子数据流,调制到在每个子信道上进行传输。正交信号可以通过在接收端采用相关技术来分开,这样可以减少子信道之间的相互干扰(ICI)。每个子信道上的信号带宽小于信道的相关带宽,因此每个子信道上的可以看成平坦性衰落,从而可以消除符号间干扰。而且由于每个子信道的带宽仅仅是原信道带宽的一小部分,信道均衡变得相对容-OFDM (Orthogonal Frequency Division Multiplexing) technology is MCM (Multi-Carrier Modulation, multi-carrier modulation) is. The main idea is to channel into a number of orthogonal sub-channel, high-speed data signals into sub-parallel low-speed data streams, modulation in the transmission on each channel. Orthogonal signal at the receiving end through the use of related technologies to separate, thus reducing the mutual interference between the channel (ICI). Each channel on the signal bandwidth is less than the relevant channel bandwidth on each channel of the decline can be seen as flat, make it possible to eliminate inter-symbol interference. And because of the bandwidth of each channel is the original channel only a small portion of bandwidth, channel capacity become relatively balanced Platform: |
Size: 87040 |
Author:siren |
Hits:
Description: 正交频分复用(OFDM,Orthogonal Frequency Division Multiplexing)是一种多载波数字调制技术,也可以被当作一种复用技术。具有频谱利用率高、抗多径干扰等特点,OFDM系统能够有效地抵抗无线信道带来的影响,例如信道的频率选择性衰落,脉冲噪声和共信道干扰的影响。本文主要介绍了OFDM原理的相关知识。-The Orthogonal Frequency Division Multiplexing (OFDM, Orthogonal Frequency Division Multiplexing) is more than one kind of carrier digital modulation technology, may also treat as one kind of multiplying technology. Has the frequency spectrum use factor high, characteristics and so on anti-multi-diameter disturbance, the OFDM system can resist the influence which effectively the wireless channel brings, for example channel s frequency selectivity declines, impulse noise/pulse noise/pulsive noise and altogether channel disturbance influence. This article mainly introduced the OFDM principle related knowledge. Platform: |
Size: 333824 |
Author:卡其米奇 |
Hits:
Description: OFDM(Orthogonal frequency-division multiplexing)意即正交頻分複用技術對頻率偏移極為敏感,初期皆以導引信號作為偵測.
後期則著重在盲通道估測~此兩篇論文是盲通道的技術~有助於你學習更多知識
-OFDM (Orthogonal frequency-division multiplexing) means orthogonal frequency division multiplexing frequency offset pairs are extremely sensitive to begin with the initial guidance as to detect the signal. The later focus on the blind channel estimation ~ The two papers is a blind channel Technical ~ help you learn more knowledge Platform: |
Size: 815104 |
Author:Dephiroth |
Hits:
Description: channel estimation is single carrier frequency division multiple access also called as DFT spread OFDM. Platform: |
Size: 749568 |
Author:dude |
Hits:
Description: 基于传统信道估计LS,MMSE,和不同多普勒频移下的误码率等(Based on the traditional channel estimation ls, MMSE, and different Doppler frequency shift bit error rate) Platform: |
Size: 110592 |
Author:阿珂珂珂 |
Hits: