photo

selva ganesh


Last seen: 2 years 前 自 2022 起处于活动状态

Followers: 0   Following: 0

统计学

  • First Answer

查看徽章

Feeds

排序方式:

已回答
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 前 | 0