removed redundant code (thanks Graham) and doco change
authordrowe67 <drowe67@01035d8c-6547-0410-b346-abe4f91aad63>
Fri, 22 Aug 2014 03:02:54 +0000 (03:02 +0000)
committerdrowe67 <drowe67@01035d8c-6547-0410-b346-abe4f91aad63>
Fri, 22 Aug 2014 03:02:54 +0000 (03:02 +0000)
git-svn-id: https://svn.code.sf.net/p/freetel/code@1815 01035d8c-6547-0410-b346-abe4f91aad63

codec2-dev/src/fdmdv.c
codec2-dev/src/freedv_api.h

index b57887e588ef3adadbc1000a29a4039b1456bb6e..ca6f6aef221e48b02024c5f414aee88b642718a5 100644 (file)
@@ -677,8 +677,7 @@ void generate_pilot_fdm(COMP *pilot_fdm, int *bit, float *symbol,
  
     if (*bit)
        *symbol = -*symbol;
-    else
-       *symbol = *symbol;
+
     if (*bit) 
        *bit = 0;
     else
index 065772ed47e0cd2315c9719be9b1bceaae99a53f..909340e28ec2e1af60dee65b487ac9f4e19de532 100644 (file)
@@ -5,7 +5,9 @@
   DATE CREATED: August 2014
                                                                              
   Library of API functions that implement FreeDV "modes", useful for
-  embedding FreeDV in other programs.
+  embedding FreeDV in other programs.  Please see the documentation
+  for each function in freedv_api.c, and the sample freedv_tx.c and
+  freedv_rx.c programs.
                                                                              
 \*---------------------------------------------------------------------------*/