올레포트 : 대학레포트, 족보, 실험과제, 실습일지, 기업분석, 사업계획서, 학업계획서, 자기소개서, 면접, 방송통신대학, 시험 자료실
올레포트 : 대학레포트, 족보, 실험과제, 실습일지, 기업분석, 사업계획서, 학업계획서, 자기소개서, 면접, 방송통신대학, 시험 자료실
로그인  회원가입

파트너스

자료등록
 

다시받기

장바구니

코인충전

  • Simulation of Virterbi Decoding (1 페이지)
    1

  • Simulation of Virterbi Decoding (2 페이지)
    2

  • Simulation of Virterbi Decoding (3 페이지)
    3

  • Simulation of Virterbi Decoding (4 페이지)
    4

  • Simulation of Virterbi Decoding (5 페이지)
    5

  • Simulation of Virterbi Decoding (6 페이지)
    6

  • Simulation of Virterbi Decoding (7 페이지)
    7


  • 본 문서의
    미리보기는
    7 Pg 까지만
    가능합니다.
클릭 : 크게보기
  • Simulation of Virterbi Decoding (1 페이지)
    1

  • Simulation of Virterbi Decoding (2 페이지)
    2

  • Simulation of Virterbi Decoding (3 페이지)
    3

  • Simulation of Virterbi Decoding (4 페이지)
    4

  • Simulation of Virterbi Decoding (5 페이지)
    5

  • Simulation of Virterbi Decoding (6 페이지)
    6

  • Simulation of Virterbi Decoding (7 페이지)
    7



  • 본 문서의
    (큰 이미지)
    미리보기는
    7 Page 까지만
    가능합니다.
  더블클릭 : 닫기
X 닫기
좌우이동 : 드래그

Simulation of Virterbi Decoding

인쇄
바로가기
즐겨찾기 키보드를 눌러주세요
( Ctrl + D )
링크복사 링크주소가 복사 되었습니다.
원하는 곳에 붙혀넣기 하세요
( Ctrl + V )
공유
파일  Simulation of Virterbi Decoding.hwp   [Size : 130 Kbyte ]
분량   7 Page
가격  1,000


카트
다운받기
카카오 ID로
다운 받기
구글 ID로
다운 받기
페이스북 ID로
다운 받기
뒤로

자료설명

[공대]SimulationofVirterbiDecoding

목차/차례

  1. 1. Source Code
  2. 2. Simulation

본문/내용

나. file source code

1) vsimu.m(main file)
function vsimu(N,CN)
% vitersbi algorithm simulating
%비트비 알고리씀 테스트 혹은 임의의 신호를 분석해 내는 프로그램
% N은 input data 수, CN은 constraint length
% Viterbi simulation 에 필요한 sub file
% inputdata.m : BPSK에서 N개의 -1과 1 data 발생
% convcod.m : 임의의 data에 대한 constraint length N으로 convolutional coding
% convoc.m : 1개의 data에 대한 constraint length N으로 convolutional coding
% con_de.m : Viterbi algorithm
% convolcode.m : convolutional coding시 임의의 constraint length에 대한 octal code data
% connum.m : N자리의 임의의 M진수를 10진수로 반환
% octob : 임의의 8진수를 10진수(2진수)로 반환

if exist(`N`),
else error(`테스트하고자 하는 input data의 갯수를 입력 안했습니다.`);
end;
if exist(`CN`),
else error(`cnvolutional coding한 constraint length를 입력안했습니다.`);
end;
counter=0; %SNR 횟수를 셈
for SNR= 1:0.5:6;
counter=counter+1
snr(counter)=SNR;
var1= 10^(-SNR/10)/2; % Uncoded BPSK noise vari…



📝 Regist Info
I D : mjmj*****
Date : 2012-01-11
FileNo : 16200017

Cart