Welcome![Sign In][Sign Up]
Location:
Search - qpsk.m matlab

Search list

[Program docmatlab实现几种基本的通信仿真技术

Description: 这是我收集的几个通信基础理论的Matlab仿真实现,包括bpsk、qpsk、ofdm以及信号衰减和延迟的仿真。尽管不是我本人原创,但比较都经典。文件为*.m格式-This is my collection of several communications infrastructure theory Matlab Simulation, including BPSK, QPSK, and the OFDM signal attenuation and delay in the simulation. Although it was not my original, but more are classics. M*. document format
Platform: | Size: 5120 | Author: 武昌盛 | Hits:

[Post-TeleCom sofeware systemsdigitalmodulate

Description: 各种调制方式的matlab源码bask.m, bfsk.m, bpsk.m, msk.asv, msk.m, qpsk.m, raymodel.m-various forms of Matlab modulation source bask.m, bfsk.m, bpsk.m. msk.asv, msk.m, qpsk.m, raymodel.m
Platform: | Size: 3072 | Author: lk | Hits:

[Communicationqpsk

Description: 对M=4的PSK通信系统进行蒙特卡罗仿真 简单实用-Of M = 4 of PSK communication systems Monte Carlo simulation of simple and practical
Platform: | Size: 3072 | Author: 李洁 | Hits:

[Otherqpsk

Description: 绍了数字通信中的Q PSK 调制解调的原理和过程, 通过用M atlab 对这一过程的编程, 分析信号在 理想信道和加噪信道中模拟传输时的时域图, 并用蒙特卡罗方法, 讨论模拟过程中的误码率, 所得结果与理论 结果基本一致. 关键词:Q PSK 系统仿真 蒙特卡罗分析 M atlab-Shaozeng digital communications Q PSK modulation and demodulation principle and process, M atlab through the process of programming, analysis of signal processing in the ideal channel noise channel analog transmission of time-domain diagram, and Monte Carlo methods discussed in the process of simulation BER results are basically consistent with the theoretical results. Key words: Q PSK System Simulation Monte Carlo Analysis of M atlab
Platform: | Size: 1070080 | Author: zhanghuan | Hits:

[matlabQPSK

Description: 使用matlab程序实现了由随机序列到码元电平、m序列直接扩频解扩、qpsk调制解调,射频调制解调一个完整的qpsk系统过程-Matlab program to use by the random sequence to the symbol level, m direct sequence spread spectrum despreading, qpsk modulation and demodulation, RF modulation and demodulation of the QPSK system, a complete process
Platform: | Size: 8192 | Author: 朱丽平 | Hits:

[matlabcdma-matlab

Description: 用matlab程序模拟实现cdma系统的整个过程。包括并串、串并转换,m序列的产生,直接扩频、解扩,qpsk的调制解调,载波调制解调等。-Matlab simulation procedures used to achieve the whole process of cdma systems. Including and string SERDES, m sequence generation, direct spread spectrum, despreading, qpsk the modulation and demodulation, carrier modulation and demodulation, etc..
Platform: | Size: 8192 | Author: 朱丽平 | Hits:

[matlabMATLAB-OFDM

Description: 根据OFDM的基本原理, 利用MATLAB编写 OFDM系统仿真的程序,通过分步执行,能够比较清 楚地了解OFDM实现的整个过程,熟悉每一步变化 的数据特征。对掌握OFDM的原理和熟悉MATLAB 仿真都是非常重要的,仿真的最后给出了该OFDM 系统仿真的误码率。其中qpskmod.m 为QPSK调制 的函数 qpskdemod.m 为QPSK解调的函数 comb.m 为产生加性高斯白噪声的函数 giins.m 为往信号中 插入保护间隔的函数 girem.m 为从接收信号中去除 保护间隔的函数。这部分函数分别由相应的子程序 实现,文中没有给出源代码。-Orthogonalfrequencydivisionmultiplexing (OFDM) isamulti 2carrierbroadbandmodulation technique.ThemainadvantagesofOFDMexistinbetteruseofthebandwidthandbetterperformanceof antimultipath interferenceanditisadaptivetohigh 2dada2ratewirelesscommunicationsystems.Thispaper analyzed OFDMtechniqueanditsimplementationprincipleandmadeuseofMATLABtosimulatethe transmissionperformanceofOFDM.Theresultsofcomputersimulationarealsodiscussed.
Platform: | Size: 128000 | Author: 田静 | Hits:

[Communication-MobileOFDMcode

Description: 完整的OFDM链路程序并作了较为具体的解析从基本的bpsk,qpsk,qam到实际的ofdm系统,cdma链路,mac层仿真分析.-Orthogonal frequency division multiplexing (OFDM) is becoming the chosen modulation technique for wireless communications. OFDM can provide large data rates with sufficient robustness to radio channel impairments. Many research centers in the world have specialized teams working in the optimization of OFDM for countless applications. Here, at the Georgia Institute of Technology, one of such teams is in Dr. M. A. Ingram’s Smart Antenna Research Laboratory (SARL), a part of the Georgia Center for Advanced Telecommunications Technology (GCATT). The purpose of this report is to provide Matlab code to simulate the basic processing involved in the generation and reception of an OFDM signal in a physical channel and to provide a description of each of the steps involved. For this purpose, we shall use, as an example, one of the proposed OFDM signals of the Digital Video Broadcasting (DVB) standard for the European terrestrial digital television (DTV) service.
Platform: | Size: 160768 | Author: 田静 | Hits:

[matlabQPSK

Description: 自己编写的QPSK调制与解调,内含matlab-figure-file、matlab-M-file和得出的jpg格式图形!-I have written QPSK modulation and demodulation, containing matlab-figure-file, matlab-M-file and come to the jpg format graphics!
Platform: | Size: 43008 | Author: 李里 | Hits:

[Communicationofdmgen.m

Description: MATLAB program for OFDM generation and reception This is a simple MCM communications system. The code is pretty self-explanatory. Here I have not used the cyclic prefix. Transmitter End: 1. Generate random serial data with M symbols (RANDSRC will do this) 2. Perform modulation (4-PSK = QPSK for now) 3. Serial to parallel 4. IFFT 5. Parallel to serial Receiver end Just opposite of transmitter end.
Platform: | Size: 1024 | Author: snapaj | Hits:

[Communication-Mobilebpskandqpskandmsk

Description: matlab的bpsk,qpsk,msk,qam打包下载,不是自带的程序函数。按照通信框图做的程序-MATLAB,bpsk,qpsk,msk,qam
Platform: | Size: 52224 | Author: huang | Hits:

[OtherwcdmaQpskAndSpread

Description: 几点说明: 1、source_main.m为主函数,qpsk.m和spread.m为子函数; 2、在matlab工程目录下运行source_main.m即可; 3、为方便大家理解,特以P-CCPCH信道的处理进行了举例,若大家认为资料有用的话请回帖, 我会将整个WCDMA下行信号源的matlab代码提供给需要的人; 4、为方便初学者学习,特提供了我自己开发时参考的3GPP资料,并在关键位置做了记号。 -Some explanations: 1, source_main.m main function, qpsk.m and spread.m as Functions 2, matlab project directory can be run source_main.m 3, to facilitate us to understand, especially for P-CCPCH channel processing of the example, if we consider the information useful, please Replies, I will put the WCDMA downlink signal source matlab code available to people in need 4, for the convenience of beginners to learn, especially when providing a reference to my own development 3GPP information, and in key positions in the mark.
Platform: | Size: 205824 | Author: 卢婷 | Hits:

[matlabQPSK

Description: QPSK的系统仿真 simulink 的M文件 讲解了许多关于QPSK 仿真的内容 让大家可以更深一步了解matlab这款软件-QPSK system simulation covering m-file which impart something about Qpsk simulation and let us know about matlab more deep
Platform: | Size: 7168 | Author: 贺铮 | Hits:

[matlabalamouti_mimo

Description: alamouti的mimo方案,包括1发2收,2发1收,2发2收。里面包含文件:qpsk.m;decode1.m;decode.m;mimo_12.m;mimo_21.m;mimo_22.m以及结果和说明文档mimo.doc。 帧数:1000 帧长:1024 调制方式:qpsk 收发天线数:1*2,2*1,2*2 -alamouti of mimo programs, including a fat, 2 received, 2 fat, 1 received, 2 sent 2 income. Which contains the file: qpsk.m decode1.m decode.m mimo_12.m mimo_21.m mimo_22.m and results and documentation mimo.doc. Frames: 1000 Frame Size: 1024 Modulation: qpsk transceiver antennas: 1* 2,2* 1,2* 2
Platform: | Size: 51200 | Author: loseword | Hits:

[matlabofdm_conv

Description: 这是urban_macro信道加卷积编码的ofdm程序。 包含文件有:qpsk.m qpsk调制程序 deqpsk.m qpsk解调 ofdm_siglepath.m 单径瑞利衰落程序 sigle_path_conv.m 单径瑞利衰落信道加卷积编码程序 ofdm_urban_macro.m urban_macro信道的ofdm程序 ofdm_my.m urban_macro信道加卷积编码的ofdm程序 viterbi.m viterbi译码程序 cnv_encd.m 卷积编码程序 sigle_path_conv.fig 为单径瑞利衰落信道加卷积编码结果 ofdm_conv.doc 仿真报告-This is urban_macro channel plus ofdm convolutional coding procedures. Include files are: qpsk.m qpsk modulation demodulation process deqpsk.m qpsk ofdm_siglepath.m single Rayleigh fading process sigle_path_conv.m single Rayleigh fading channel plus convolution coding process ofdm_urban_macro.m urban_macro ofdm channel program ofdm_my.m urban_macro channel plus ofdm convolutional coding process viterbi.m viterbi decoding process cnv_encd.m convolutional coding process sigle_path_conv.fig single path Rayleigh fading channel plus convolution coding results ofdm_conv.doc Simulation Report
Platform: | Size: 51200 | Author: loseword | Hits:

[matlabbased-on-MATLAB-M-file-QPSK-and-oqpsk-modulation.r

Description: 基于MATLAB中的M文件实现QPSK及QDPSK的调制,希望能帮助你学习-M-file MATLAB-based implementation of QPSK modulation and QDPSK
Platform: | Size: 243712 | Author: 黄海 | Hits:

[Communication-Mobilem

Description: MIMO-OFDM系统的matlab程序,包括QPSK调制解调、IFFT调制、空时编解码、基于训练符号的信道估计等通信模块-Matlab MIMO-OFDM system procedures, including QPSK modulation and demodulation, IFFT modulation, space-time coding and decoding, symbol-based channel estimation training and other communication module
Platform: | Size: 9216 | Author: 张日朗 | Hits:

[Communication-MobileQPSK

Description: matlab实现的qpsk调制过程,很详细,包括调制解调、自动频率控制和误码率分析等过程-matlab implementation qpsk modulation process, very detailed, including the modulation and demodulation, automatic frequency control, and error rate analysis process
Platform: | Size: 130048 | Author: 张健 | Hits:

[Communication-Mobilematlab(BPSKQPSKQAMGMSK)

Description: 一些基本的调制解调程序,自己最近收集的。m文件的形式,可以直接拿来用(bpsk qpsk mqam in Additive White Gaussian Noise)
Platform: | Size: 34816 | Author: XZT_db | Hits:

[Communication-MobileQPSK-ALL

Description: 简单的MIMO模拟 假定QPSK,ML解码(SM ZF检测器除外)。 mrc.m - 最大比例组合 stc.m - 具有1和2个接收天线的Alamouti空时分组码 bf.m - 特征波束形成 sm.m - 空间复用2x2(ML解码和次优逼迫) 简单的OFDM仿真 模拟保护带,用于信道估计的循环前缀前导码符号(Simple MIMO simulations Assumes QPSK, ML decoding (except SM ZF detector). mrc.m - maximal ratio combining stc.m - Alamouti space-time block code with 1 and 2 receive antennas bf.m - Eigen-beamforming sm.m - Spatial multiplexing 2x2 (both ML decoding and suboptimal zero forcing) Simple OFDM simulation Simulates guard band, cylic prefix Preamble symbol used for channel estimation)
Platform: | Size: 10240 | Author: mls9583 | Hits:
« 12 3 4 »

CodeBus www.codebus.net