谢谢之前那位朋友提醒,之前不完全,现在补充了遗漏的! 要做Turbo,感觉是绕不开Dr.wuyufei的数学架构的,我在里面详细注释了。本文作为学习用,很具有参考价值! 本文在结果中详细列出了每次迭代的误码率,迭代次数可调,结果运行时间较长,这个很正常。 译码部分的log-map算法调通了,sova有代码,并没有调,下载的朋友们需要注意了! % **************Dr. wuyufei的典型Turbo系统主函数******************************** % This script simulates the classical turbo encoding-decoding system. % It simulates parallel concatenated convolutional codes. % Two component rate 1/2 RSC (Recursive Systematic Convolutional) component encoders are assumed. % % First encoder is terminated with tails bits. (Info + tail) bits are scrambled and passed to % the second encoder, while second encoder is left open without tail bits of itself. % % Random information bits are modulated into +1/-1, and transmitted through a AWGN channel. % Interleavers are randomly generated for each frame. % While it's UNECESSARY in our first version! % % Log-MAP algorithm without quantization or approximation is used. % By making use of ln(e^x+e^y) = max(x,y) + ln(1+e^(-abs(x-y))), % the Log-MAP can be simplified with a look-up table for the correction function. % If use approximation ln(e^x+e^y) = max(x,y), it becomes MAX-Log-MAP.
2019-12-21 20:11:10 72KB turbo matlab仿真 dr.wuyufei 详细注释
1
机器人避障航路规划蚁群算法MATLAB仿真代码合集,里面有17个关于机器人自动避障的算法,和无人机航路规划代码,还有蚁群遗传因子算法的具体MATLAB仿真代码,A*算法,RTT算法等很适合做数学建模比赛使用。
2019-12-21 20:10:27 26.31MB MATLAB 自动避障 航路规划 数学建模
1
用matlab建立可见光通信模型,得出房间内接收功率和误码率分布图
2019-12-21 20:08:54 404KB 可见光通信 VLC matlab
1
老外写的一个程序,双输入单输出,并不是simulink模块,代码有点长,但是备注很详细,看懂问题不大。
2019-12-21 20:02:15 35KB 船舶航向 模糊控制 matlab
1
对Gmsk 的介绍 以及matlab 仿真 含代码
2019-12-21 20:01:23 378KB 移动通信 GMSK
1
matlab对光栅反射率光谱的仿真代码,程序运行后能显示图形。
2019-12-21 20:00:16 1KB 光栅 反射率 matlab 仿真
1
先进PID控制及其MATLAB仿真 北京航空航天大学 刘金琨 一书的PDF详细内容及代码 详细介绍PID控制的设计 有文档及相应的matlab代码
2019-12-21 19:57:58 5.56MB PID MATLAB仿真 代码m文件
1
此资源是我自己以前写的一篇随笔(word格式),对牛顿迭代法进行了讲解,并利用matlab进行一元非线性方程以及多元非线性方程组的仿真,附带详细注释,并输出每次迭代的结果,对于学习牛顿迭代法和matlab的新手会有帮助
2019-12-21 19:55:26 106KB 牛顿迭代 matlab
1
自主泊车的matlab仿真代码,可以实现最小半径自主泊车路径规划方法的仿真演示,车辆参数包括车长、车宽,以及车位参数等等均可调。
1
卡尔曼滤波原理及应用MATLAB仿真-黄小平,原版代码
2019-12-21 19:48:28 20.8MB 卡尔曼 黄小平
1