From 96a174f10af9b9b16cbb921622672ab6fedc822d Mon Sep 17 00:00:00 2001 From: Achilleas Anastasopoulos <anastas@umich.edu> Date: Mon, 21 Feb 2011 18:58:58 -0500 Subject: added pccc decoder + examples --- gr-trellis/src/lib/core_algorithms.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'gr-trellis/src/lib/core_algorithms.h') diff --git a/gr-trellis/src/lib/core_algorithms.h b/gr-trellis/src/lib/core_algorithms.h index e52a22b8e3..fdb5f398ec 100644 --- a/gr-trellis/src/lib/core_algorithms.h +++ b/gr-trellis/src/lib/core_algorithms.h @@ -114,6 +114,15 @@ void sccc_decoder( ); +template<class T> +void pccc_decoder( + const fsm &FSM1, int ST10, int ST1K, + const fsm &FSM2, int ST20, int ST2K, + const interleaver &INTERLEAVER, int blocklength, int repetitions, + float (*p2mymin)(float,float), + const float *cprioro, T *data +); + #endif -- cgit v1.2.3