refactored a little
authordrowe67 <drowe67@01035d8c-6547-0410-b346-abe4f91aad63>
Sat, 14 Apr 2018 05:30:50 +0000 (05:30 +0000)
committerdrowe67 <drowe67@01035d8c-6547-0410-b346-abe4f91aad63>
Sat, 14 Apr 2018 05:30:50 +0000 (05:30 +0000)
git-svn-id: https://svn.code.sf.net/p/freetel/code@3486 01035d8c-6547-0410-b346-abe4f91aad63

codec2-dev/octave/fsk_horus_stream.m

index bb2ad1eca2036671a2eb6096575962b2a21ae2d9..0517289d472df78e1b6d877a7ed514f24e0c0b20 100755 (executable)
@@ -61,7 +61,7 @@ telem_upload_command = "python telem_upload.py -c vk5dgr_Octave";
 more off;
 states = fsk_horus_init(8000, Rs, mFSK);
 rtty = fsk_horus_init_rtty;
-binary = fsk_horus_init_binary_uw;
+binary = fsk_horus_init_binary;
 N = states.N;
 Rs = states.Rs;
 nsym = states.nsym;