exAR.m
上传用户:hwtw888
上传日期:2016-03-15
资源大小:177k
文件大小:0k
源码类别:

压缩解压

开发平台:

Matlab

  1. clear all
  2. clc
  3. format long;
  4. symbol = ['abcd'];
  5. pr = [0.1 0.4 0.2 0.3];
  6. seqin = ['cadacdb'];
  7. codeword = arencode(symbol, pr, seqin)
  8. seqout = ardecode(symbol, pr, codeword, 7)