From: drowe67 Date: Mon, 19 Sep 2016 01:02:21 +0000 (+0000) Subject: fixed small bug X-Git-Url: http://git.whiteaudio.com/gitweb/?a=commitdiff_plain;h=0de0df08f7525f9f1dba16a4fa821a959d09acea;p=freetel-svn-tracking.git fixed small bug git-svn-id: https://svn.code.sf.net/p/freetel/code@2876 01035d8c-6547-0410-b346-abe4f91aad63 --- 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)