photo

selva ganesh


Last seen: 1 year ago Active since 2022

Followers: 0   Following: 0

Statistics

  • First Answer

View badges

Feeds

View by

Answered
Convolutional Coding/Decoding Using Matlab Functions
K=3; G1=7; G2=5; msg=[1 1 0 0 1 0]; trel=poly2trellis(K,[G1 G2]); coded=convenc(msg,trel); decoded=vitdec(coded,trel,5*K,'...

2 years ago | 0