% decode with soft-input viterbi algorithm 硬判决 % //k=4,r=1/2 %输入数据为软信息,并且数据为均值为1的BPSK调制,如果均值为MEAN,那么62,63,103,104行应做相应修改
标签: soft-input algorithm viterbi decode
上传时间: 2014-10-28
上传用户:aig85
本文所要解决的的问题是十进制的转换。即将十进制转换为任意的r(r是大于一的正整数)进制问题。因为要解决一个问题必须要对其进行解剖,所以首先对问题进行详细的描述对题目有充分的了解,其次是对问题的详细分析,主要包括对问题的解的分析以及对问题的解的结论的分析。第三主要是建立问题的解决方案,虽然解决问题的方法有很多种,本文主要采用即:把一个十进制数转换成非十进制数(基数记作R)分成两步.整数部分转换时采用“除R取余法”;
上传时间: 2016-06-14
上传用户:秦莞尔w
偏微分方程数值解上机实习 运用古典显式差分格式求解二维扩散方程的初边值问题 运用P-R差分格式求解二维扩散方程的初边值问题 运用局部一维格式求解二维扩散方程的初边值问题 给出了源程序,运行结果,以及算法比较
上传时间: 2016-06-22
上传用户:wang5829
S变换 C语言程序 由R.G.Stockwell 编写 包含了正反变换 以及希尔伯特变换正反变换
上传时间: 2014-01-04
上传用户:黄华强
The CD Audio sample allows some non-SCSI2 CD ROMs to support audio operations by intercepting the relevant audio ioctls and translating them into the command block(s) expected by the non-compliant cdroms. It supports Plug and Play and Power Management, and is 64-bit compliant. No INF file is needed to install this driver.
标签: intercepting operations non-SCSI support
上传时间: 2014-08-17
上传用户:pkkkkp
3个pdf文件为用于ide接口的atapi控制cdrom的重要规范 demo源码为基于c51的ATAPI基本cd/dvdrom驱动程序 CDC_FW_VL36_A为基于汇编的cdrom驱动
标签: cdrom CDC_FW_VL dvdrom atapi
上传时间: 2014-11-27
上传用户:yzhl1988
复数运算#include<iostream.h> class Complex { public: Complex( double r =0, double i =0 ) Complex(int a) { Real = a Image = 0 } void print() const friend Complex operator+ ( const Complex & c1, const Complex & c2 ) friend Complex operator- ( const Complex & c1, const Complex & c2 ) friend Complex operator- ( const Complex & c ) private: double Real, Image }
标签: Complex double iostream include
上传时间: 2016-06-30
上传用户:wang5829
Let the following relational tables be given: R = (A, B, C) and S = (D, E, F) where A, B, C, D, E, and F are the attributes (columns). Write the SQL statements that will express each of the queries given below:
标签: relational following tables given
上传时间: 2014-01-14
上传用户:cx111111
360买的双龙M8开发板里CD的程序,正在开发avr板子的学生可以参考一下
上传时间: 2013-12-22
上传用户:cccole0605
360买的双龙M8开发板里CD的原理图和PCB图,做avr板子的学生可参考
上传时间: 2014-01-12
上传用户:rishian