This a software runing on the matlab, it is used in the channel coding simulation. It include DVB-S2 LDPC, Covolution turbo, and block turbo code, You can choose which channel coding to run. it run the encoder and add white noise in the channel, then it run the decoder, and compute the error rate.
标签: simulation the software channel
上传时间: 2015-08-06
上传用户:
h.264中熵编码中基于上下文的算术编码的实现,此文完成了结构的设计,其较新颖。
上传时间: 2013-12-22
上传用户:helmos
此文详细介绍了h.264种熵编码算法的优化设计,取材比较前沿,内容新颖。
上传时间: 2015-08-07
上传用户:邶刖
最新版本H-JTAG,支持SST的全部NOR FLASH
上传时间: 2014-01-23
上传用户:lingzhichao
struts+h st ruts+h struts+h 这是个英文原吗!
上传时间: 2014-01-20
上传用户:cylnpy
dvb stream format analysis
标签: analysis stream format dvb
上传时间: 2013-12-17
上传用户:xiaodu1124
avr应用有关使用注意事项如下 1 在使用例子程序之前将库文件libslavr.a 拷贝到ICCAVR 安装目录下的库文件目录中 即...\LIB\目录将头文件slavr.h 拷贝到头文件目录即...\include\目录 2 如果想使用库文件中的函数那么设置如下 1) 在文件中应使用 "#include <slavr.h>"包含slavr.h 头文件 2) 在工程选项中的Additional LIB 一栏中填入"slavr" 使用附加的libslavr.a 库文件(注意引号不需要输入) 3 libslavr.a 库中包含的函数清单如下 1) void write_lcd(unsigned char data,unsigned
上传时间: 2013-12-29
上传用户:dongqiangqiang
包含makefile config.h rominit romstart userinit 等等文件
标签: makefile romstart userinit rominit
上传时间: 2013-12-27
上传用户:gyq
此段代码是h.264在linux下的编码源程序,在linux下编译可以得到可执行程序
上传时间: 2014-01-23
上传用户:lht618
#include <stdio.h> #include <string.h> #include <stdlib.h> #include <malloc.h> #include <math.h> #include <conio.h> struct DuLNode{ struct DuLNode *prior int data struct DuLNode *next
上传时间: 2014-01-01
上传用户:caiiicc