Refactored some common functions for metric calculations. Updated the documentation.
[debian/gnuradio] / gr-trellis / src / lib / trellis_siso_combined_f.cc
index 61cf6f8bf4d6f352ab9ea155a508a41193dc4447..6d9c013a8556c8fb2912594c6e148f4d00047dc5 100644 (file)
@@ -167,7 +167,7 @@ void siso_algorithm_combined(int I, int S, int O,
   }
 
   for(int k=0;k<K;k++) { // forward recursion
-      calc_metric_f(O, D, TABLE, &(observations[k*D]), &(prioro[k*O]),TYPE); // calc metrics
+      calc_metric(O, D, TABLE, &(observations[k*D]), &(prioro[k*O]),TYPE); // calc metrics
       norm=INF;
       for(int j=0;j<S;j++) {
           minm=INF;