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

Search list

[matlabofdm-program()

Description: 仿真参数:800个载波,1024点IFFT,载波间频1,无多径和有延迟个码片仿真。调制方式是BPSK和QPSK-simulation parameters : 800 Carrier, the 1024-point IFFT, a carrier frequency between, No multi-path and the delay-chip simulation. BPSK modulation is QPSK
Platform: | Size: 8192 | Author: ssssss | Hits:

[OtherKluwer.Academic.Publishers_2002_Multi-Carrier.Digi

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:

[Industry researchOFDM

Description: 单载波调制和OFDM调制各自的优缺点分析及应用前景-Single-carrier modulation and OFDM modulation analysis of the respective advantages and disadvantages and application prospects
Platform: | Size: 8192 | Author: dq | Hits:

[Communication-MobileMIMO-OFDM

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:

[OtherICIMatrix

Description: 本程序求的OFDM中子载波干扰之间的相关性矩阵,可以用来对OFDM的cp利用以及检测效果进行估计和补偿-This procedure for the OFDM carrier interference neutron correlation between the matrix, can be used for OFDM using the cp as well as the detection of the effects of estimation and compensation
Platform: | Size: 1024 | Author: Laura | 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:

[DSP programOFDM

Description: 详细的OFDM设计过程,包括Matlab仿真、DSP源码及文档说明。 OFDM(正交频分复用)技术实际上是MCM(Multi-Carrier Modulation,多载波调制)的一种。-OFDM detailed design process, including the Matlab simulation, DSP source code and documentation. OFDM (Orthogonal Frequency Division Multiplexing) technology is actually MCM (Multi-Carrier Modulation, multi-carrier modulation) is.
Platform: | Size: 4782080 | Author: lee | Hits:

[matlabcarrier

Description: ML estimation of time and frequency offset in OFDM systems
Platform: | Size: 912384 | Author: roger | Hits:

[matlabblind

Description: ofdm的盲同步,很好的文章,需要的就看看吧-OFDM Blind Carrier Offset Estimation ESPRIT
Platform: | Size: 439296 | Author: GeneralLee | Hits:

[3G developUse_Carrier_OFDM_

Description: One programme use carrier of OFDM-Simulation programme use carrier of OFDM
Platform: | Size: 4096 | Author: yanfu | Hits:

[Linux-Unixofdm-tge

Description: OFDM程序,这么安排矩阵的目的是为了构造共轭对称矩阵 共轭对称矩阵的特点是 在ifft/fft的矢量上 N点的矢量 在0,N/2点必须是实数 一般选为0 1至N/2点 与 (N/2)+1至N-1点关于N/2共轭对称- BPSK simulation using a carrier cosine wave with ISI clc close all clear all figure(1) n=160 for i=1:n data(i)= 2*round(rand)-1 end create modulated BPSK signal first expand the bit stream exdata=[] for i=1:length(data) for rep=1:5 exdata= [exdata data(i)] end end ts=.1 t=1:ts:80.9 carrier=cos(pi*t) multiply expanded bitstream by cosine wave with carrier frequency this is the BPSK that is to be transmitted over the channel bpsk=carrier.*exdata bpsk=[bpsk(length(bpsk)-1) bpsk(length(bpsk)) bpsk] plot(bpsk) generating the noise p=rand(1,800)*2*pi p=rand*2*pi snr=10 r=sqrt(-1*(1/snr*log(1- rand))) no = 5*(r.* exp(j*p)) no = (r.* exp(j*p)) value of alpha al=rand+j*rand al=1 Spreading channel with the alpha as the variable for k=5:5:795 for l = 1:5 al=round(rand)+j*round(rand) rec(k+l)=bpsk(k+l)+al*bpsk(k-5+l) end end rxdata=rec+ no begin demodulation first multiply recie
Platform: | Size: 6146048 | Author: 卞敏捷 | Hits:

[Program docOFDM_Final_Report

Description: A MATLAB program has been written to investigate Orthogonal Frequency Division Multiplexing (OFDM) communication systems. This program is valuable for future researchers simulating systems that are too theoretically complex to analyze. Single-carrier QAM and multicarrier OFDM are compared to demonstrate the strength of OFDM in multipath channels. Two graphical user interface demonstrations show some of the basic concepts of OFDM.
Platform: | Size: 950272 | Author: king | Hits:

[Industry researchofdm

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:

[matlabofdm_bpsk_off_corr

Description: Script for performance measurements for Carrier and Sampling Frequency Offset Correction in OFDM Systems
Platform: | Size: 1024 | Author: Ali | Hits:

[Windows Developsync-4-ofdm

Description: Joint maximum likelihood (ML)symbol-time and carrier-frequency offset estimator in orthogonal frequency-division multiplexing(OFDM) systems.-Joint maximum likelihood (ML)symbol-time and carrier-frequency offset estimator in orthogonal frequency-division multiplexing(OFDM) systems.
Platform: | Size: 136192 | Author: jenna | Hits:

[Program docCARRIER_FREQUENCY_OFFSET_RECOVERY_FOR_ZERO-IF_OFD

Description: This a thesis about CARRIER FREQUENCY OFFSET RECOVERY FOR ZERO-IF OFDM RECEIVERS.rar. The zero intermediate frequency receiver architecture has now become popular as it has both economic and size advantages over the traditional superheterodyne architecture.-This is a thesis about CARRIER FREQUENCY OFFSET RECOVERY FOR ZERO-IF OFDM RECEIVERS.rar. The zero intermediate frequency receiver architecture has now become popular as it has both economic and size advantages over the traditional superheterodyne architecture.
Platform: | Size: 1097728 | Author: Kingfoo | Hits:

[BooksJohn.Wiley.and.Sons.Multi.Carrier.and.Spread.Spec

Description: EBOOK about OFDM nad multicarrier systems.
Platform: | Size: 1866752 | Author: pouria | Hits:

[Program docOFDM

Description: OFDM载波同步方法,对开发第四代通信系统的人来说,非常有用。-OFDM carrier frequency synchronization method, on the development of fourth generation communication system of people, very useful.
Platform: | Size: 137216 | Author: 刘斌 | Hits:

[File FormatOFDM

Description: OFDM正交多载波传输技术具有抗无线传输多径效应影响的能力,正逐步成为各种宽带无线数字传输系统-OFDM Orthogonal multi-carrier transmission technology with anti-multipath effects of wireless transmission capacity, is becoming a variety of broadband wireless digital transmission system
Platform: | Size: 136192 | Author: 聂海 | Hits:

[Communication-MobileOFDM

Description: 该模型实现了一个通用的OFDM TX和RX,这是不依赖于任何特定的行业标准。该模型的目标是开发和研究不断(不是“突发”)载波同步和定时跟踪方案。该技术纳入然后可以扩展和修改,以标准的具体通讯套件。该模型采用了“收购”技术,它利用了循环前缀相关属性,以赶在试图完成罚款跟踪算法一帧的边界粗略的估计。该模型实现了一个16点64循环前缀的OFDM载波波形。在OFDM符号有16个飞行员,3后卫音(0,带边幅),并使用45 QAM的剩余数据流4。 这包括最新型的衰落信道,误码率计算,并改善控制回路动态。-This model implements a generic OFDM TX and RX, which is not tied to any particular industry standard. The objective of this model is to develop and explore a continuous (not “bursty”) carrier and timing tracking synchronization scheme. The techniques incorporated can then be extended and modified to suite specific communications standards. The model uses an “acquisition” technique that exploits the correlation properties of the cyclic prefix to get a rough estimate of the frame boundary before attempting to accomplish the fine tracking algorithms. The model implements a 64 carrier OFDM waveform with a 16 point cyclic prefix. The OFDM symbol has 16 pilots, 3 guard tones (0 amplitude at band edge) and uses 4 QAM for the 45 remaining data streams. This latest model includes a fading channel, BER computation, and improved control loop dynamics.
Platform: | Size: 293888 | Author: zaaa | Hits:
« 12 3 4 5 6 7 8 9 10 ... 18 »

CodeBus www.codebus.net