From 5e8b4c680934a16b6e554c53ba2bd3ae4f621d49 Mon Sep 17 00:00:00 2001 From: piotr Date: Thu, 4 Jun 2009 13:19:27 +0200 Subject: Revert "removed void detect_norm_burst(const gr_complex * in, gr_complex * chan_imp_resp, int burst_start, unsigned char * output_binary);" This reverts commit 99e4a46c9acfb833ae2c9c198046933f9117dca8. --- src/lib/gsm_receiver_cf.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/lib/gsm_receiver_cf.h') diff --git a/src/lib/gsm_receiver_cf.h b/src/lib/gsm_receiver_cf.h index cfdcd5b..796bb5b 100644 --- a/src/lib/gsm_receiver_cf.h +++ b/src/lib/gsm_receiver_cf.h @@ -290,6 +290,8 @@ class gsm_receiver_cf : public gr_block inline void autocorrelation(const gr_complex * input, gr_complex * out, int length); inline void mafi(const gr_complex * input, int input_length, gr_complex * filter, int filter_length, gr_complex * output); int get_norm_chan_imp_resp(const gr_complex *in, gr_complex * chan_imp_resp, unsigned search_range); + void detect_norm_burst(const gr_complex * in, gr_complex * chan_imp_resp, int burst_start, unsigned char * output_binary); + inline void mafi_norm(const gr_complex * input, int input_length, gr_complex * filter, int filter_length, gr_complex * output); public: ~gsm_receiver_cf(); -- cgit v1.2.3