From 0de0df08f7525f9f1dba16a4fa821a959d09acea Mon Sep 17 00:00:00 2001 From: drowe67 Date: Mon, 19 Sep 2016 01:02:21 +0000 Subject: [PATCH] fixed small bug git-svn-id: https://svn.code.sf.net/p/freetel/code@2876 01035d8c-6547-0410-b346-abe4f91aad63 --- codec2-dev/octave/ldpcut.m | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/codec2-dev/octave/ldpcut.m b/codec2-dev/octave/ldpcut.m index caa5bf2a..d0d65500 100644 --- a/codec2-dev/octave/ldpcut.m +++ b/codec2-dev/octave/ldpcut.m @@ -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) -- 2.25.1