搜索资源列表
RSCodecSim
- 包括RS码的编码,硬(BM)/软(KV)译码,AWGN信道调制解调仿真. 具体采用何种编译码方案和调制解调方式可在Profile.txt文件中指定(内有详细说明). 且扩展性极好,容易向其中加入新的调制/解调函数和编/译码函数(具体说明今后会补上)
QPSK
- QPSK是通信信道中一种很好的调制方式,对于其性能参数进行了仿真,信道以及噪声选择可以根据代码自由改动。对学习无线编码很有用处。
gmsk
- 高斯编码调制,这是我们在GSM体制中使用的调制方式
MQAM
- MQAM调制方式 本文主要介绍了正交幅度调制(QAM)调制和解调的原理和实现,MQAM与OFDM,MPSK的性能比较,以及MQAM在有扰信道下的性能及其改进方法:信道编码和频域均衡。并在已知特性的通信信道上进行仿
stbc.rar
- 使用qam星座调制方式下的,空时编码STBC的误码率(BER)仿真,The use of QAM modulation constellation manner, the space-time coding STBC BER (BER) simulation
QPSK-Rayleigh_channel
- QPSK通过瑞利信道的MATLAB仿真,Alamouti空时码在不同调制方式下的性能仿真-QPSK Rayleigh channel through MATLAB simulation
16qam_channel_encode
- 一、 本程序采用16QAM调制方式,对一串2进制信源进行调制,采用(7,4)循环码对信源做信道编码,用升余弦滚降函数进行基带调制,再调到高频信道;在信道上加入高斯白噪声,运用匹配滤波器解调,画出解调星座图,运用最小欧氏距离译码判决,再对信号进行信道解码,画出采用信道编码技术和不采用信道编码技术的误比特率图。-First, this program uses 16QAM modulation mode, for a string of two binary source is modulated,
ofdm1
- 利用卷积编码和BPSK调制方式,关于高斯白噪声信道下信噪比与比特误码率关系的Simulink仿真-The use of convolutional coding and BPSK modulation on the Gaussian white noise channel ,the relationship between SNR and bit error rate using Simulink simulation
stbc
- 2*1系统的空时分组编码,采用BPSK调制方式-2* a system of space-time block coding, using BPSK modulation
BPSK-STBC
- 空时码编码方案,其中系统的模型为2发1收,调制方式为BPSK-Space-time coding scheme, in which the model system made a collection of 2, for the BPSK modulation
BPSK_QPSK_AWGN_BER
- 基于matlab中simulink下的通信系统在BPSK和QPSK调制方式和AWGN信道特性下的无编码和卷积编码误码率仿真-Communication system uses BPSK and QPSK modulation method respectively with under no coding and convolution code in the coding and decoding ber, simulating the error of signal transmission
chapter12
- 仿真Alamouti,多发送多接收空时编码性能,调制方式为QPSK-Simulation Alamouti, multi-multi-receiver transmission performance of space-time coding and modulation scheme is QPSK
QAM16_demodu
- 完成3gpp标准中LTE系统16QAM调制方式的编码,该附件为子函数,输入bit流即可-Completion of 16QAM modulation coding 3gpp standard LTE system, the attachment of Functions, input bit stream can be
Mimo-OFDM
- 主要讲了空时编码,及Mimo-OFDM调制方式, Alamounti空时分组编码方法-Major topics of the space-time coding, and Mimo-OFDM modulation, Alamounti space-time block coding method
fenji
- 大规模MIMO系统中,发射端、接收端采用QPSK调制、解码方式,使用Alamouti预编码算法,经过瑞丽衰落信道的分集性能matlab仿真。-The simulation of diversity gain that signals which are moduled by QPSK transmitt via Rayleigh channel in a massive MIMO system.
fuyong
- 大规模MIMO系统中,发射端、接收端采用QPSK调制、解码方式,使用Alamouti预编码算法,经过瑞丽衰落信道的复用性能matlab仿真。-The simulation of multiplexing gain that signals which are moduled by QPSK transmitt via Rayleigh channel in a massive MIMO system.
卷积维特比
- 对使用MSK调制、运用卷积编码的信道编码方式的通信系统进行了误码率曲线的仿真,并通过与无信道编码的通信系统进行比较,分析卷积编码的性能。(The bit error rate curve of the communication system using MSK modulation and convolutional coding is simulated, and the performance of convolutional coding is analyzed by comparing
lpdc
- 实验LDPC编码译码算法结合BPSK调制方式(Experimental LDPC coding decoding algorithm combined with BPSK)
DVB-S2-communication-chain-master
- DVB-S2通信链的设计与仿真,使用了LDPC编码以及多种QAM调制方式。(Design and simulation of a DVB-S2 communication chain,LDPC coding and a variety of QAM modulation methods are used.)
Almouti编码+OFDM
- 对于一个2*1的天线系统,采用Almouti编码方式,并用OFDM调制。经过一个瑞利衰落信道,然后接收端使用相应的线性解码方案。