资源简介

viterbi译码,实现卷积2.1.7译码的MATLAB仿真。误码率能达到e-6

资源截图

代码片段和文件信息

/*
*                          硬判决viterbi译码9约束长度
************************************************************************************************
* MODULE NAME:  test9.cpp  
*************************************************************************************************
* DEscriptION     :BER测试程序
*
* FUNCTIONS       :信息位编码,加白噪声,译码,测BER 
*                                                   
*************************************************************************************************
*/
#include “decode.h“
#include “pn_seq.h“
#include “channel.h“
#include 
void main()
{   
int ij;
    int  error_count=0;    //译码后错误信息比特
    int  trans_error=0;    //译码前传输错误码元
int  error_frame=0;    //错误帧
    int num;               //记录结束个数
    bool error=false;      //记录当前帧

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件       4918  2005-09-01 10:13  decode.h

     文件       1246  2005-08-31 11:44  channel.H

     文件       1320  2005-09-01 10:13  conv_encode.h

     文件       2865  2005-09-01 10:12  test9.cpp

     文件        966  2005-09-01 10:13  pn_seq.h

     文件       2713  2005-09-01 10:13  trans.h

----------- ---------  ---------- -----  ----

                14028                    6


评论

共有 条评论