搜索资源列表
一种OFDM系统仿真
- 本通信系统的仿真设计包括编码、调制、IFFT、上下变频、高斯信道建模、FFT\PAPR抑制、各种同步、解调和解码等模块,并通过系统性能的仿真验证了系统设计的可靠性。
neco:网络编码仿真器
- neco:网络编码仿真器
Turbo码编码解码c程序
- 吴宇飞的turbo码编码解码,能在matlab上实现较好的仿真
瑞利信道仿真
- 用matlab建立的通信信道的仿真,包括卷积编码,qam调制,瑞利信道仿真-using Matlab established communication channel simulation, including the convolution coding, QAM modulation, Rayleigh Channel Simulator
RS编码器软件
- 本程序仿真做出了一个RS编码器。运行本软件,可得到一个可视化界面,按界面提示随意输入信息序列,即可对其进行RS编码。一般的RAR解压即可-made an RS encoder. Running the software, will be a visual interface, interface suggested by the random input sequences can be encoded its RS. General
LDPC
- 用于LDPC编码译码的仿真实现。包括随机生成校验矩阵、由校验矩阵产生生成矩阵、编码、加随机噪声、译码等内容。原作者是老外,有部分中文注释。-LDPC coding for decoding Simulation. Check including random matrix generated by the calibration matrix generated generator matrix, coding, plus random
turbo-code
- 我不多说废话,这是一个完整的TURBO码的编解码程序,对想做信道编码仿真的人绝对利好,该死的20个字-I will not nonsense, it is a complete code of TURBO codec procedures, right wants to channel coding simulation of absolute good, damned 20 characters
STC_MIMO
- 空时编码仿真源码,从专业网站上搜索的,希望对大家有用-space-time simulation source code, from a professional web site search, I hope it may be useful to
Student
- 基于PCM和CVSD技术的语音编码仿真:在VC6.0环境下,编写动态链接库DLL程序,向上层应用程序(东大语音传输实验软件)提供函数接口和消息。这些函数接口即PCM与CVSD编解码的实现。-err
ldpc
- 这个是用VC编的关于LDPC码方面的应用程序,很全的,包括编码译码等方面的仿真-This is made with VC on the LDPC code in the application process, it is wide, including codecs, etc. The simulation
coding_matlab
- BPSK AWGN信道编码仿真源程序,适合初学者-BPSK AWGN channel coding simulation source, suitable for beginners
pcm-coding-basic-on-matlab
- 基于matlab的脉冲编码仿真,pcm 模块仿真系统等-Matlab-based simulation of the pulse code, pcm module simulation systems, etc.
Fadechannel
- 用线性分组码的信道编码仿真衰落信道性能。 包含整个通信过程,信源编码,信道编码,调制解调,纠错。功能齐全-Linear block codes channel coding simulation of fading channel performance. Contains the entire communication process, source coding, channel coding, modulation and
LDPC
- 此为LDPC码的完整的编译码的MATLAB源代码。可用于通信系统的编码仿真,非常方便。-This is a complete encoding and decoding LDPC codes of MATLAB source code. Coding can be used for simulation of communication systems, very convenient.
LDPC
- LDPC信道编码仿真。generate_h.m生成校验矩阵H。用main_encode.m程序载入校验矩阵信息,用encode.m进行编码。(LDPC channel coding simulation. Generate_h.m generates parity check matrix H. Load the check matrix information with main_encode.m program and encode
MIMO通信系统_MATLAB仿真代码
- 在MATLAB上实现2发1收的空时分组码仿真,绘画信噪比与噪声曲线(On MATLAB, we realize the simulation of 2 time and 1 receive space-time block code, and the SNR and noise curve of the painting.)
《全面详解LTE:MATLAB建模、仿真与实现》程序
- 主要是针对LTE中物理层的部分进行研究,对物理层的信道复用过程仿真(Simulation of channel reuse process for physical layer)
游程编码
- 文件中有两个编码程序,一个是简单的游程编码仿真实现,另一个是图像的游程压缩编码实现(There are two coding programs in the file. One is a simple run-length coding simulation implementation, the other is the image run-length compression coding implementation.)
demo(1)
- MIMO系统预编码仿真,使用ZF、MMSE、SLNR、BD算法调试成功。(MIMO system precoding simulation, using ZF, MMSE, SLNR, BD algorithm debugging successfully.)
霍夫曼编码仿真
- 霍夫曼编码仿真,包含信道,注释清楚,帮助信息论理解