Filter löschen
Filter löschen

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

1 Ansicht (letzte 30 Tage)
narimen boucenna
narimen boucenna am 25 Sep. 2020
Bearbeitet: narimen boucenna am 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

Antworten (0)

Kategorien

Mehr zu Propagation and Channel Models finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by