谢谢之前那位朋友提醒,之前不完全,现在补充了遗漏的! 要做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
Turbo码仿真代码,有迭代等不同约束条件等仿真,并且附带仿真图
2019-12-21 20:09:55 2.16MB Turbo码仿真
1
recurso para unity 3d
2019-12-21 20:09:10 1.96MB turbo slicer
1
网上好不容易找到的完整pdf版,不过没有目录,但是书签比较完整详细,刚下载下来的时候书签标记的不是很准确,16章之前的我都一一对应的改过,16章之后的妹有修改。
2019-12-21 20:08:52 7.95MB Turbo C 2.0
1
matlab仿真代码,包括turbo码的编码,以及SOVA,log-map译码
2019-12-21 20:05:54 8KB TURBO
1
Turbo码在AWGN信道中的性能仿真 希望对大家有帮助
2019-12-21 20:05:29 761KB Turbo码在AWGN信道中的性能仿真
1
turbo-jpeg
2019-12-21 19:55:32 6.28MB turbo-jpeg
1
Turbo码是现在非常流行的编码方法,其优异性能主要来源于迭代的译码算法,本文分析对比了几种经典的算法,并对每种算法的资源消耗情况给予了定量的计算
2019-12-21 19:52:30 558KB LTE Turbo 译码 算法
1
学习PSiCC2用。解压到硬盘,然后运行INSTALL.EXE并遵照它的安装提示即可。建议把Turbo C++1.01工具套件安装在目录C:\tools\tcpp101\这样可以直接使用PSiCC2所提供的项目文件和MAKE 文件。
2019-12-21 19:49:18 2.63MB Borland Turbo C++ PSiCC2
1
wuyufei的turbo码matlab仿真程序,很具有借鉴意义
2019-12-21 19:47:49 16KB wuyufei turbo matlab
1