Effacer les filtres
Effacer les filtres

what value i can give to nsdec so i can run this program ?

1 vue (au cours des 30 derniers jours)
narimen boucenna
narimen boucenna le 25 Sep 2020
so i have this program but i can't run it bcz i don't have the value of nsdec
clc
clear all
close all
trls=poly2trellis(3,[5 7]);
len=1000;
msg=randint(len,1);
cod =convenc(msg,trls);
tcode=-2*cod+1;
ncode=awgn(tcode,8,'measured',1234);
decoded=vitdec(ncode,trls,3,'cont','hard');
decoded = vitdec(ncode,trls,3,'cont','soft',7);
[number,ratio]=biterr(decoded(3+1:end),msg(1:end-3));
Ps: im using matlab 2009 and im wondering if it's the reason

Réponses (0)

Catégories

En savoir plus sur Propagation and Channel Models dans Help Center et File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by