file input example
authordrowe67 <drowe67@01035d8c-6547-0410-b346-abe4f91aad63>
Tue, 13 Oct 2015 07:37:17 +0000 (07:37 +0000)
committerdrowe67 <drowe67@01035d8c-6547-0410-b346-abe4f91aad63>
Tue, 13 Oct 2015 07:37:17 +0000 (07:37 +0000)
git-svn-id: https://svn.code.sf.net/p/freetel/code@2436 01035d8c-6547-0410-b346-abe4f91aad63

codec2-dev/octave/fsk_horus_stream.m

index e081e32703364686576af6573b351e3df27e0a23..8610969b770e27c5bfebdffdc9acbb888243a915 100644 (file)
@@ -9,6 +9,10 @@
 % usage:
 %  $ chmod 777 fsk_horus_stream.m
 %  $ rec -t raw -r 8000 -s -2 -c 1 - -q | ./fsk_horus_stream.m
+%
+% or to test with a stored file:
+%  $ cat ~/Desktop/vk5arg-3.wav | ./fsk_horus_stream.m
+%
 
 fsk_horus;  % include library (make sure calls to functions at bottom are commented out)