搜索资源列表
tryGUI
- 超宽带系统链路matlab仿真程序 超宽带系统简单仿真平台,有简单界面.包括可替换的脉冲成型(半余弦脉冲)、IEEE802.15.3a的修正SV信道、最大似然信道估计、Rake接收机等模块,可以实现monte carlo仿真求误码率。可添加多址接入、编码等功能(维特比编解码、帧同步的程序由本人同学编写)。入口主程序uwbsim.m 编解码程序:bin2deci.m;bini2deci.m;deci2bin.m VITRBI.m 信道及信道估计:ch_est.m;chan
UWBsimulator
- 自己编写的超宽带系统简单仿真平台,有简单界面.包括可替换的脉冲成型(半余弦脉冲)、IEEE802.15.3a的修正SV信道、最大似然信道估计、Rake接收机等模块,可以实现monte carlo仿真求误码率。可添加多址接入、编码等功能(维特比编解码、帧同步的程序由本人同学编写)。入口主程序uwbsim.m 编解码程序:bin2deci.m;bini2deci.m;deci2bin.m VITRBI.m 信道及信道估计:ch_est.m;channel.m;channelgenerator
stbc22
- 两天线的通信系统,包括空时码的编解码程序,以及与HARQ结合的传输方案代码,信道为准静止的瑞丽衰落信道
MIMO-OFDM
- 《MIMO-OFDM关键技术的研究和完整仿真平台的建立》,建立了一个完整的MIMO-OFDM的仿真平台,为实际的硬件平台提供解决方案,给出性能评估。为建立这个完整的仿真平台,本文从MIMO-OFDM信号模型,提出系统实现的各个关键技术:帧同步和载波频偏估计、信道估计、采样同步和载波跟踪、空时/频编解码。
simulate_QPSK
- OFDM,QPSK调制下仿真程序,包括信道编解码,调制解调,上下采样
TD_SCDMA.rar
- td_scdma的完整程序,包括发送和接受两部分,涉及信道编解码,交织,扩频等,td_scdma complete process, including sending and receiving two parts, related to the channel encoding and decoding, interleaving, spreading, etc.
GSM_simlate_packge.rar
- 基于matlab开发的GSM物理层仿真程序,包括信道编解码、GSMK调制解调、viterbi均衡等整套的L1算法,并有详细的文档说明。,Matlab based on the development of GSM physical layer simulation program, including channel encoding and decoding, GSMK modulation and demodulation, viterbi algorithm for a balanced
zonghe_cdma2000
- cdma2000的完整程序,包括发送和接受两部分,涉及信道编解码,交织,扩频等-gsm complete process, including sending and receiving two parts, related to the channel encoding and decoding, interleaving, spreading, etc.
MIMO
- 这是一个基于空时分组编码的MIMO_OFDM通信系统的仿真设计。此系统包括QPSK调制解调,IFFT调制,空时编解码,基于训练符号的信道估计等通信模块。 -This is a space-time block coding based on MIMO_OFDM Communication System Simulation and Design. The system consists of QPSK modulation and demodulation, IFFT modulation,
MIMO-Communication-Systems
- 这是一个基于空时分组编码的MIMO_OFDM通信系统的仿真设计。此系统包括QPSK调制解调,IFFT调制,空时编解码,基于训练符号的信道估计等通信模块。 -This is a space-time block coding based on the MIMO_OFDM Communication System Simulation and Design. This system consists of QPSK modulation and demodulation, IFFT modula
turbo-lte
- 3G 长期演进技术的LTE里边Turbo编解码,信道模拟,信噪比分析等-3G Long Term Evolution LTE technology inside Turbo decoding, channel modeling, signal to noise ratio analysis
TD-SCDMABasebandsignalprocessing
- 考虑到TD-SCDMA多种业务信道,本程序可以完成多重业务信道的仿真。完整的程序,包括Turbo信道编解码,CRC生成,扰码,交织,误码率统计,扩频等,程序编写规范,注释非常详细,是研究tdscdma的好东西,也是学习数字信号处理的好材料。-the program can complete several operation.the complete process, including the turbo channel encoding and decoding, CRC,scrambler
m
- 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 communic
ConvolutionalEncoder
- 用Viterbi译码的方法进行解码,其中的编解码全部自己编写代码(S-Function方式),在加性白高斯噪声信道中,画出比特信噪比与误码率的关系曲线。-With Viterbi decoding method of decoding, encoding and decoding them all to write your own code (S-Function mode), the additive white Gaussian noise channel, signal to noise
class
- 卷积码编解码,卷积码是一种性能优越的信道编码,它的编码器和解码器都比较易于实现-Convolutional encoding and decoding, convolutional code is a superior performance of channel coding, it' s the encoder and decoder are relatively easy to implement
MIMOcommunication
- 这是一个基于空时分组编码的MIMO_OFDM通信系统的仿真设计。 此系统包括QPSK调制解调,IFFT调制,空时编解码,基于训 练符号的信道估计等通信模块。-the programe is simulation for MIMO
joint-source-channel-coding
- 用matlab编写的码率自匹配的联合信源信道编解码仿真平台。使用码率与信噪比自匹配的信道传输一张jpeg2000图片,信道编码方式为turbo码。-Joint source channel codec bit rate using matlab since matching simulation platform. Channel transmission bit rate and SNR since matching a jpeg2000 pictures, channel coding, t
Reed-Solomon-Code-and-encode
- Reed-Solomon信道编解码的使用工具,C++代码-Reed-Solomon code and encode
LDPC
- LDPC码的编解码程序,能够在matlab上运行。(LDPC encoding and decoding)
卷积编解码
- 使用Simulink(或m语言)仿真卷积编码,并用Viterbi译码的方法进行解码,其中的编码、译码全部是自己编写代码(m语言方式),不是调用Simulink(或m语言)的已有编码、译码函数。并在加性白高斯噪声信道中,画出比特信噪比与误码率的关系曲线。(Simulink (or M language) is used to simulate convolutional coding, and Viterbi decoding method is used to decode, in which