Welcome![Sign In][Sign Up]
Location:
Search - matlab 16 64qam

Search list

[Windows MobileOFDM_AWGN_SIM

Description: 高斯信道中的ofdm仿真程序,分别采用bpsk,qpsk,16qam,64qam调制-Gaussian Channel ofdm simulation program, were used bpsk, qpsk, 16qam. 64qam modulation
Platform: | Size: 1024 | Author: wangjun | Hits:

[matlabQAMPSK-GEN

Description: 这是QAM信号和PSK信号产生程序,可以生成16-QAM,32-QAM,64-QAM和M进制psk信号。-This is PSK and QAM signals a process can generate 16-QAM ,32-QAM. 64-M and 229 QAM signals psk.
Platform: | Size: 1024 | Author: 邬佳 | Hits:

[matlabQAMPSKdemo

Description: 这是QAM信号和PSK信号的解调程序,其中包括16-QAM,32QAM,64-QAM和M进制PSK信号。-This is PSK and QAM signal demodulation process, including 16-QAM, 32QAM. 64-QAM and M-ary PSK signals.
Platform: | Size: 1024 | Author: 邬佳 | Hits:

[matlabqammatlab

Description: 此代码是有关QAM的MATLAB的仿真,包括4QAM,16QAM,64QAM。还有其误码率的仿真-This code is related to the MATLAB simulation QAM, including 4QAM, 16QAM, 64QAM. Also its BER simulation
Platform: | Size: 1024 | Author: shirley | Hits:

[Communication-MobileBPSKQPSK16QAM64QAM

Description: 对基本调制解调进行了详细的阐述,包括BPSK,QPSK,16QAM,64QAM-The basic modulation and demodulation described in detail, including BPSK, QPSK, 16QAM, 64QAM
Platform: | Size: 4096 | Author: 何灵 | Hits:

[MiddleWaremodulator

Description: ofdm中几种常用的调制方式的调制和解调程序,包括:BPSK、QPSK、16QAM、64QAM-modulation
Platform: | Size: 3072 | Author: 张静 | Hits:

[OtherQAM

Description: 数字调制解调的MATLAB仿,包括4qam,8qam,16qam,64qam的调制和解调程序-Digital modem imitation of MATLAB, including 4qam, 8qam, 16qam, 64qam process of modulation and demodulation
Platform: | Size: 39936 | Author: 李波 | Hits:

[source in ebooksimulation

Description: 一些常用的通信系统仿真,16qam、64qam误码分析,turbo。-Some commonly used communication system simulation, 16qam, 64qam error analysis, turbo.
Platform: | Size: 712704 | Author: 杨鑫 | Hits:

[Compress-Decompress algrithmsBPSK-64QAM

Description: 进行BPSK、4QAM、16QAM、64QAM的信号调制解调-For BPSK, 4QAM, 16QAM, 64QAM signal modulation and demodulation
Platform: | Size: 1024 | Author: 江克 | Hits:

[Communication-MobileZHAO_OFDM

Description: 这个程序除了接收机同步、信道编码没有加入外,基本上反映了一个OFDM系统的特性: 1. qpsk/16qam/64qam映射、解映射 2. OFDM调制解调(循环前缀,FFT等) 3. 非整数采样时刻多径时延的多径信道 4. Rayleigh或者Rician多径信道 5. 信道的连续时变(非block fading) 6. 线性插值信道估计 7. FFT变换域插值信道估计-In addition to this program receiver synchronization, channel coding have not joined, the basically reflect the characteristics of an OFDM system: 1. Qpsk/16qam/64qam mapping, mapping solution 2. OFDM modulation and demodulation (cyclic prefix, FFT, etc.) 3. Non- integer sampling instant multi-path delay of multi-path channel 4. Rayleigh or Rician multipath channel 5. a continuous time-varying channel (non-block fading) 6. linear interpolation channel estimation 7. FFT transform domain interpolation channel estimation
Platform: | Size: 1024 | Author: 施炯 | Hits:

[CSharpModulate

Description: 用MATLAB实现功能,根据索引值进行复数调制,可选调制方式有BPSK、QPSK、16QAM、64QAM-MATLAB function, according to the index values for complex modulation, can XuanDiao means has BPSK, QPSK, 16 qam, 64 qam
Platform: | Size: 1024 | Author: litian | Hits:

[matlabmode_demode

Description: bpsk,qpsk,dbpsk,dqpsk,16qam,64qam调制解调MATLAB代码-Matlab BPSK, QPSK, DBPSK, DQPSK, 16 qam and 64 qam modulation method of modulation and demodulation, and accompanied by the validator, convenient for validation
Platform: | Size: 9216 | Author: 李玉 | Hits:

[matlabmapper

Description: 16QAM,64QAM调制解调,matlab下调试可行-16 qam and 64 qam modulation demodulation, debugging under matlab is feasible
Platform: | Size: 3072 | Author: 郭黎明 | Hits:

[matlabModulator

Description: The following two MATLAB functions show you can easily implement the LTE modulation and demodulation algorithms, with all their specifications, using System objects of the Communications System Toolbox The Modulator function has two input arguments: the input bit stream (u) and a parameter representing the modulation mode (Mode). As its output, the function computes the modulated symbols. The function implements the three different types of modulator used in the LTE standard. For example, in the case of QPSK, we use a comm.PSKModulator System object and set its modulation order to 4. Similarly, in the case of 16QAM and 64QAM we use the comm.RectangulatQAMModulator System objects and set their modulation orders to 16 and 64, respectively. Depending on the value of the modulation mode, we process the input bits to generate the modulated symbols as the output.-The following two MATLAB functions show how you can easily implement the LTE modulation and demodulation algorithms, with all their specifications, using System objects of the Communications System Toolbox The Modulator function has two input arguments: the input bit stream (u) and a parameter representing the modulation mode (Mode). As its output, the function computes the modulated symbols. The function implements the three different types of modulator used in the LTE standard. For example, in the case of QPSK, we use a comm.PSKModulator System object and set its modulation order to 4. Similarly, in the case of 16QAM and 64QAM we use the comm.RectangulatQAMModulator System objects and set their modulation orders to 16 and 64, respectively. Depending on the value of the modulation mode, we process the input bits to generate the modulated symbols as the output.
Platform: | Size: 1024 | Author: mokrane11 | Hits:

[source in ebookMQAM_MODULATION

Description: 用matlab实现多进制QAM调制,适用于4/16/64QAM调制。均正确-this matlab-program has been adopted,the result is right.
Platform: | Size: 1024 | Author: Joben | Hits:

[Otherqieting

Description: matlab环境下的窃听信道建模,包括crc校验编码,三种(QPSK,16QAM,64QAM)不同的调制方式仿真,加入扰码增强抗窃听能力。-Matlab environment eavesdropping channel modeling, including the CRC check code, three kinds of (QPSK, 16 qam and 64 qam) different modulation mode simulation, join the scrambler enhanced ability to resist eavesdropping.
Platform: | Size: 6144 | Author: 朱奇奇 | Hits:

CodeBus www.codebus.net