Skip to content

Commit

Permalink
Update example_run2.m
Browse files Browse the repository at this point in the history
  • Loading branch information
just1nGH authored Nov 5, 2021
1 parent 7cf7347 commit d1a2d5d
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion Source Files/example_run2.m
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@

clear all;
addpath('Functions');

Nt = 4;
Nr = 8;
moduTypes = cell(1,Nt);
Expand Down Expand Up @@ -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';
Expand Down Expand Up @@ -88,3 +91,10 @@










0 comments on commit d1a2d5d

Please sign in to comment.