From d1a2d5d4434d75688016917daa12be4b025c9b89 Mon Sep 17 00:00:00 2001 From: Juquan Justin Mao Date: Fri, 5 Nov 2021 23:40:30 +0000 Subject: [PATCH] Update example_run2.m --- Source Files/example_run2.m | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/Source Files/example_run2.m b/Source Files/example_run2.m index 3298d7e..cc37091 100644 --- a/Source Files/example_run2.m +++ b/Source Files/example_run2.m @@ -1,4 +1,7 @@ + clear all; +addpath('Functions'); + Nt = 4; Nr = 8; moduTypes = cell(1,Nt); @@ -53,7 +56,7 @@ fprintf("Tx Antennas:%d,Rx Antennas: %d \n", Nt,Nr); fprintf('Modulations:') disp(moduTypes) -fprintf('(Hard) Error bits: %d out of %d\n',nErrs,length(msg) ); +fprintf('(SD) Error bits: %d out of %d\n',nErrs,length(msg) ); fprintf('--(Hard) %d of %d leaf nodes are visited.', nVistedNodes,prod(Ms) ); %------------------------------------------------------------------------- outType = 'soft'; @@ -88,3 +91,10 @@ + + + + + + +