搜索资源列表
信道编译码的Matlab源代码
- ofdm信道编码和译码的源代码,用matlab实现-OFDM channel coding and decoding of the source code, using Matlab to achieve
(7,4)循环码-信道编码的matlab仿真
- (7,4)循环码-信道编码的matlab仿真,包含simulink模块。,(7,4) cyclic code- the channel coding matlab simulation, containing simulink module。
信道编码的matlab程序,CRC校验码,RS码,卷积码
- 信道编码的matlab程序,CRC校验码,RS码,卷积码,turbo码,TCM码-Matlab program channel coding, CRC check code, RS code, convolutional codes, turbo codes, TCM code
Turbo-Code
- 该程序用来实现Turbo编解码,而Turbo码是一种信道编码、且是一种纠错码,可以保证信息的传输质量,本程序是用matlab实现的!-The procedure used for Turbo coding and decoding, while the Turbo code is a channel coding, and is an error-correcting codes, can guarantee the quality of information transmission, th
Turbocodinganddecoding
- 本程序主要完成Turbo码的编码和解码,在信道编码中经常使用,编码效率很高。-This procedure mainly complete Turbo code encoding and decoding, channel coding at frequent use, a high coding efficiency.
OFDM
- OFDM的详细仿真代码,有信道编码,调制,信道估计等-Detailed OFDM simulation code, there is channel coding, modulation, channel estimation
LDPCBSN
- LDPC码既低密度奇偶校验码(Low Density Parity Check Code,LDPC),它由Robert G.Gallager博士于1963年提出的一类具有稀疏校验矩阵的线性分组码,不仅有逼近Shannon限的良好性能,而且译码复杂度较低, 结构灵活,是近年信道编码领域的研究热点,目前已广泛应用于深空通信、光纤通信、卫星数字视频和音频广播等领域。LDPC码已成为第四代通信系统(4G) -LDPC codes BER simulation under AWGN channel.
xindao
- 附件包含离散信道以及各种信道编码的matlab仿真-Annex contains the discrete channels and a variety of channel coding matlab simulation
LDPC_Code
- 用来进行LDPC编码、信道编码、是一种纠错码,可以保证信息的传输质量,本程序是用matlab实现的!-Used for LDPC codes, channel coding, is an error-correcting codes, can guarantee the quality of information transmission, the process is achieved using matlab!
Channel_Encode_AWGN_channel
- AWGN信道环境下,信道编码的性能分析(包括误码率BER和开销即运行时间),运用了Hamming Code Golay Code Circle Code and Converlute Code-channel encode including Hamming Code Golay Code Circle Code and Converlute Code in AWGN channel
MATLAB
- MATLAB仿真作业。 1.Huffman编码 2.qpsk调制与解调 3.hamming信道编码-MATLAB simulation of operation. 1.Huffman coded modulation and demodulation 2.qpsk channel coding 3.hamming
ZHAO_OFDM
- 这个程序除了接收机同步、信道编码没有加入外,基本上反映了一个OFDM系统的特性: 1. qpsk/16qam/64qam映射、解映射 2. OFDM调制解调(循环前缀,FFT等) 3. 非整数采样时刻多径时延的多径信道 4. Rayleigh或者Rician多径信道 5. 信道的连续时变(非block fading) 6. 线性插值信道估计 7. FFT变换域插值信道估计-In addition to this program receiver synchroniza
turbo_en_and_decode
- matlab仿真程序,有关信道编码中turbo码的编译码程序-matlab simulation program, the channel coding and decoding process in the turbo code
Channel-coding-matlab
- 汉明码信道编码matlab仿真,学生作业,编码增益与信噪比。-Hamming code channel coding matlab simulation, student work, the coding gain and signal to noise ratio.
线性卷积编码的线形移位寄存器poly2trellis的解释
- 线性的卷积编码,基本的信道编码,可以由线性移位寄存器(即线性多项式)构成。 输出网格trellis表示由移位寄存器组成的网格装的卷积编码器,通过移位寄存器多项式生成,所以在Matlab中的函数叫做poly2trellis,也就是多项式poly-to-网格trellis,用来描述寄存器的结构方式。生成的trellis可以作为线形卷积编码函数convenc和或者其解码(如Viterbi解码函数vitdec)的输入。
信道编码
- 汉明码和crc校验码等信道编码的详细MATLAB代码(Hamming code, such as channel coding detailed MATLAB code)
RS码的MATLAB实现(附MATLAB仿真程序)
- 信道编码的matlab程序,rs码通信系统的仿真实验,包括源程序和说明((Matlab program channel coding, RS code,)
RS纠错编码原理及其实现方法
- RS纠错编码原理及其实现方法 matlab信道编码(The principle of RS error correction coding and its implementation)
LDPC 64QAM的Matlab仿真
- matlbe仿真 ,很详细。有具体的编码和解码源程序,对信道编码的人很有帮助
MATLAB程序例子
- 实现数字基带信号的编码,使用的是PCM编码和曼切斯特信道编码;整个程序包含编码和解码的全过程,以及最后对传输信号的正确性进行计算