From c97a7ff8a06c9bf6df376fb1b8e9a9d873658000 Mon Sep 17 00:00:00 2001 From: Piotr Krysik Date: Sun, 11 Jun 2017 17:39:05 +0200 Subject: Removed wideband_input_adaptor --- grc/gsm_block_tree.xml | 1 - grc/receiver/CMakeLists.txt | 1 - grc/receiver/gsm_wideband_input.xml | 119 ------------------------------------ 3 files changed, 121 deletions(-) delete mode 100644 grc/receiver/gsm_wideband_input.xml (limited to 'grc') diff --git a/grc/gsm_block_tree.xml b/grc/gsm_block_tree.xml index c2e1ee7..85a89c2 100644 --- a/grc/gsm_block_tree.xml +++ b/grc/gsm_block_tree.xml @@ -20,7 +20,6 @@ gsm_fcch_detector gsm_clock_offset_control gsm_input - gsm_wideband_input Logical channels demapping diff --git a/grc/receiver/CMakeLists.txt b/grc/receiver/CMakeLists.txt index bbc086f..7b51226 100644 --- a/grc/receiver/CMakeLists.txt +++ b/grc/receiver/CMakeLists.txt @@ -19,7 +19,6 @@ install(FILES gsm_input.xml - gsm_wideband_input.xml gsm_receiver.xml gsm_receiver_with_uplink.xml gsm_fcch_burst_tagger.xml diff --git a/grc/receiver/gsm_wideband_input.xml b/grc/receiver/gsm_wideband_input.xml deleted file mode 100644 index 54a2f76..0000000 --- a/grc/receiver/gsm_wideband_input.xml +++ /dev/null @@ -1,119 +0,0 @@ - - GSM Wideband Input Adaptor - gsm_wideband_input - - import grgsm - grgsm.gsm_wideband_input( - ppm=$ppm, - osr=$osr, - fc=$fc, - samp_rate_in=$samp_rate_in, - ca=$cell_allocation, - band=$band, -) - set_ppm($ppm) - set_osr($osr) - set_fc($fc) - set_samp_rate_in($samp_rate_in) - - ppm - ppm - ppm - float - part - - - OSR - osr - osr - int - part - - - fc - fc - fc - float - part - - - Band - band - E-GSM - string - part - - - - - - - - - - - Cell allocation - cell_allocation - [] - float_vector - part - - - samp_rate_in - samp_rate_in - samp_rate_in - float - part - - - Num Streams - num_streams - 1 - int - part - - $num_streams >= 0 - $cell_allocation and all(grgsm.arfcn.is_valid_arfcn(c, $band) for c in $cell_allocation) - - in - complex - 1 - - - ppm_in - message - True - - - out - complex - 1 - $num_streams - - Piotr Krysik -Adaptor of input stream for the GSM receiver. Contains frequency offset corrector and resampler to correct carrier frequency and sampling frequency offsets. At the end it has LP filter for filtering of a GSM channel. - -- cgit v1.2.3