added README.txt for Octave dir describing Octave packages reqd
authordrowe67 <drowe67@01035d8c-6547-0410-b346-abe4f91aad63>
Sun, 24 Jun 2012 08:11:06 +0000 (08:11 +0000)
committerdrowe67 <drowe67@01035d8c-6547-0410-b346-abe4f91aad63>
Sun, 24 Jun 2012 08:11:06 +0000 (08:11 +0000)
git-svn-id: https://svn.code.sf.net/p/freetel/code@576 01035d8c-6547-0410-b346-abe4f91aad63

codec2-dev/README_fdmdv.txt
codec2-dev/octave/README.txt [new file with mode: 0644]

index 6425420259d25e0bb65171fed9f016c1e31db6d0..324b410e927ee159f2116c5f2c0d9224ed197493 100644 (file)
@@ -94,6 +94,9 @@ unittest/tfdmdv.c - Used to conjunction with unittest/tfdmdv.m to
 Octave Scripts
 --------------
 
+(Note these require some Octave packages to be installed, see
+octave/README.txt).
+
 fdmdv.m - Functions and variables that implement the Octave version of
           the FDMDV modem.
 
diff --git a/codec2-dev/octave/README.txt b/codec2-dev/octave/README.txt
new file mode 100644 (file)
index 0000000..05d63f2
--- /dev/null
@@ -0,0 +1,17 @@
+README.txt
+For codec2/octave directory
+Created 24 June 2012 by David Rowe
+
+1/ To support some of the Octave scripts (in particular fdmdv) in this
+   directory the following Octave packages need to be installed:
+
+      control image miscellaneous optim signal specfun struct
+
+2/ Download these tar balls from:
+
+   http://octave.sourceforge.net/packages.php
+
+3/ Install each package from the Octave command line with:
+
+   octave:3> pkg install package_file_name.tar.gz
+