fixed small bug
authordrowe67 <drowe67@01035d8c-6547-0410-b346-abe4f91aad63>
Mon, 19 Sep 2016 01:02:21 +0000 (01:02 +0000)
committerdrowe67 <drowe67@01035d8c-6547-0410-b346-abe4f91aad63>
Mon, 19 Sep 2016 01:02:21 +0000 (01:02 +0000)
git-svn-id: https://svn.code.sf.net/p/freetel/code@2876 01035d8c-6547-0410-b346-abe4f91aad63

codec2-dev/octave/ldpcut.m

index caa5bf2a3bd72efd284e068125de9d8534e16422..d0d65500081869b09e50f5b816f51207210edda8 100644 (file)
@@ -8,15 +8,15 @@
 % Start CML library (see CML set up instructions in ldpc.m)
 
 currentdir = pwd;
-addpath '/home/david/tmp/cml/mat'    % assume the source files stored here
-cd /home/david/tmp/cml
-CmlStartup                           % note that this is not in the cml path!
+addpath '/home/david/Desktop/cml/mat' % assume the source files stored here
+cd /home/david/Desktop/cml
+CmlStartup                            % note that this is not in the cml path!
 cd(currentdir)
 
 % Our LDPC library
 
 ldpc;
-qpsk_;
+qpsk;
 
 function sim_out = run_simulation(sim_in)