From 1bed4abb0ea0a748119c481b164a39834268e12d Mon Sep 17 00:00:00 2001 From: Piotr Krysik Date: Fri, 15 Jul 2016 13:07:05 +0200 Subject: Moved new blocks (controlled resampler and msg to tag) to appropriate directory --- grc/CMakeLists.txt | 4 +-- grc/grgsm_controlled_fractional_resampler_cc.xml | 27 --------------- grc/grgsm_msg_to_tag.xml | 38 ---------------------- .../gsm_controlled_fractional_resampler_cc.xml | 26 +++++++++++++++ grc/misc_utils/gsm_msg_to_tag.xml | 23 +++++++++++++ 5 files changed, 50 insertions(+), 68 deletions(-) delete mode 100644 grc/grgsm_controlled_fractional_resampler_cc.xml delete mode 100644 grc/grgsm_msg_to_tag.xml create mode 100644 grc/misc_utils/gsm_controlled_fractional_resampler_cc.xml create mode 100644 grc/misc_utils/gsm_msg_to_tag.xml (limited to 'grc') diff --git a/grc/CMakeLists.txt b/grc/CMakeLists.txt index 1619f1a..2b94539 100644 --- a/grc/CMakeLists.txt +++ b/grc/CMakeLists.txt @@ -24,7 +24,5 @@ add_subdirectory(receiver) add_subdirectory(flow_control) add_subdirectory(misc_utils) install(FILES - gsm_block_tree.xml - grgsm_msg_to_tag.xml - grgsm_controlled_fractional_resampler_cc.xml DESTINATION share/gnuradio/grc/blocks + gsm_block_tree.xml DESTINATION share/gnuradio/grc/blocks ) diff --git a/grc/grgsm_controlled_fractional_resampler_cc.xml b/grc/grgsm_controlled_fractional_resampler_cc.xml deleted file mode 100644 index ca92572..0000000 --- a/grc/grgsm_controlled_fractional_resampler_cc.xml +++ /dev/null @@ -1,27 +0,0 @@ - - - controlled_fractional_resampler_cc - grgsm_controlled_fractional_resampler_cc - grgsm - import grgsm - grgsm.controlled_fractional_resampler_cc($phase_shift, $resamp_ratio) - set_resamp_ratio($resamp_ratio) - - Phase Shift - phase_shift - real - - - Resampling Ratio - resamp_ratio - real - - - in - complex - - - out - complex - - diff --git a/grc/grgsm_msg_to_tag.xml b/grc/grgsm_msg_to_tag.xml deleted file mode 100644 index fab2c6c..0000000 --- a/grc/grgsm_msg_to_tag.xml +++ /dev/null @@ -1,38 +0,0 @@ - - - msg_to_tag - grgsm_msg_to_tag - grgsm - import grgsm - grgsm.msg_to_tag() - - - ... - ... - ... - - - - - in - - - - - - out - - - diff --git a/grc/misc_utils/gsm_controlled_fractional_resampler_cc.xml b/grc/misc_utils/gsm_controlled_fractional_resampler_cc.xml new file mode 100644 index 0000000..fdecece --- /dev/null +++ b/grc/misc_utils/gsm_controlled_fractional_resampler_cc.xml @@ -0,0 +1,26 @@ + + + Controlled Fractional Resampler + gsm_controlled_fractional_resampler_cc + import grgsm + grgsm.controlled_fractional_resampler_cc($phase_shift, $resamp_ratio) + set_resamp_ratio($resamp_ratio) + + Phase Shift + phase_shift + real + + + Resampling Ratio + resamp_ratio + real + + + in + complex + + + out + complex + + diff --git a/grc/misc_utils/gsm_msg_to_tag.xml b/grc/misc_utils/gsm_msg_to_tag.xml new file mode 100644 index 0000000..c0d73c3 --- /dev/null +++ b/grc/misc_utils/gsm_msg_to_tag.xml @@ -0,0 +1,23 @@ + + + Message To Tag + gsm_msg_to_tag + import grgsm + grgsm.msg_to_tag() + + + in + complex + + + + msg + message + 1 + + + + out + complex + + -- cgit v1.2.3