搜索资源列表
卷积码的编解码仿真与研究
- 卷积码的编译码及其MATLAB仿真
MATLAB 数值计算
- 科研和工程计算可分为数值计算和符号计算两类。数值计算具有适应性强、应用广泛的优点。MATLAB凭借其卓越的数值计算能力而称雄世界。随着科研领域、工程实践的数字化进程的深入,具有数字化本质的数值计算显得愈益重要。 今天计算机几乎已经普及到每个从事工程和科研的从业人员,普及到每个正在接受理工科培养的学生。计算机软硬件的普及使人们拥有了前所未有的计算潜能,激发了人们质疑旧方法尝试新算法的欲望,鼓舞了人们用新计算能力试探解决实际问题的雄心。 本章内容显著不同于常见的数值计算教科书。本章的讨论围绕
Convolutional-code-codec-matlab
- 卷积码(2,1,3)编译码matlab程序,简单易懂-Convolutional code (2,1,3) codec matlab
Viterbi
- 无线光通信;卷积交织;Viterbi并行译码 在误码率为10的负6次方 时,相对于最佳阈值 判决有约6.9dB的编码增益,与完美交织下的编码性能仅相差0.3dB-Wireless Optical Communication Convolutional Interleaver Viterbi decoding in parallel at the bit error rate of 10 negative 6 power when compared with the optimal
QPSK
- 提出了一个采用(2,1,7)卷积码+QPSK的中频调制解调方案,并在Xilinx公司的100万 门FPGA芯片上实现了该系统。该系统在信噪比SNR为6dB左右时可实现速率超过1Mbit/s、误码率 小于10-5的数据传输。 -Proposed a use of (2,1,7) convolutional code+ QPSK modulation and demodulation of the IF program, and in Xilinx' s FPGA chip one
matlab
- 基于Matlab的时域卷积的动态演示的实现,对进行DSP工作的通知可能有一定帮助。欢迎下载-Matlab-based time-domain convolution of the realization of the dynamic presentation of the work carried out to inform the DSP may have some help. Welcome to download
juanjima_decoder
- Matlab的卷积码译码器的设计与仿真的课程设计报告。-Matlab code of convolutional decoder design of the curriculum design and simulation of the report.
youguanViterbijuanjibianyimachengxu
- 给出纠错码性能测试仿真的一般方法,重点研究其信道差错序列的产生,然后利用Matlab实现卷积码编码及其Viterbi译码的性能测试仿真-Error-correcting codes are given the general simulation performance test methods, focus on the channel error sequence generated, and then the realization of convolutional codes using
matlab
- matlab 用DFT实现长序列卷积并用FFT进行信号谱分析-matlab convolution with the DFT and used to achieve a long sequence of FFT for signal spectral analysis
viterbitheory
- 该报告详细介绍了Viterbi译码的方法,并分析了从卷积编码,调制,信道,解调,译码的详细步骤。-this article introduce the decoding way of convolutional code,and analysis the steps from coding ,modulating,channel,demodulating,and decoding。
Viterbi
- 关于卷积码维特比译码的方法的实现,硬判决方法译码-Viterbi decoding of convolutional code implementation of the method, hard decision decoding method
GSMTCHFS
- GSM系统卷积码和交织编码在突发信道和AWGN信道误码特性及其比较-GSM system convolutional code and interleaved coded in the emergency channel and AWGN channel error characteristics and comparison
GSM
- GSM系统卷积码和交织编码在突发信道和AWGN信道误码特性-GSM system convolutional code and interleaved coded in the emergency channel and AWGN channel BER performance
Viterb
- viterb算法是卷积码中重要的一种译码算法,程序中用MATLAB实现了VITERB的译码算法,并且写了信道编码程序和二进制码通过以p概率错误的信道程序-viterb algorithm is important as a convolutional code decoding algorithm, the program using MATLAB to achieve a VITERB the decoding algorithm, and wrote letters Road, binary
matlab-cov
- 卷积编译码程序,较简单,经试验可以,欢迎大家指正-Convolution decoding procedure is relatively simple, the test may be, we welcome correction
MATLAB-for-convolution-integral
- 这是有关卷积积分的matlab程序介绍,做仿真实验前希望认真读懂。-This is the convolution integral of the matlab program, do the simulation experiments before that carefully read.
matlab
- MATLAB是一套功能十分强大的工程计算及数据分析软件,具有友好的可视化编程界面及接近数学表达式的自然化语言。针对信号与系统中傅里叶变换具有抽象度高、难于理解的特点,利用MATLAB强大的信号处理功能、阶跃响应,微分方程,卷积定理的内容,通过MATLAB 程序实现。本文介绍了MATLAB在信号与系统仿真中的应用,该软件在通信电子类课程中应用越来越广泛,通过几个典型实例来重点研究。 关键词:MATLAB;阶跃响应;微分方程;卷积;信号与系统;仿真 -MATLAB is a very power
线性卷积编码的线形移位寄存器poly2trellis的解释
- 线性的卷积编码,基本的信道编码,可以由线性移位寄存器(即线性多项式)构成。 输出网格trellis表示由移位寄存器组成的网格装的卷积编码器,通过移位寄存器多项式生成,所以在Matlab中的函数叫做poly2trellis,也就是多项式poly-to-网格trellis,用来描述寄存器的结构方式。生成的trellis可以作为线形卷积编码函数convenc和或者其解码(如Viterbi解码函数vitdec)的输入。
一维线性卷积实例
- 此matlab程序主要实现了一维线性卷积的实现,有注释,一目了然。(Achieve one-dimensional linear convolution MATLAB)
卷积码编译码器的设计与仿真
- 卷积码编译码器的设计与仿真,其中包含编码器译码器的实现程序,以及误码率的曲线图