From 4477d3f926934897ebb5fa1a07dc9dc1b0987cce Mon Sep 17 00:00:00 2001 From: csrichter Date: Tue, 6 Dec 2016 20:31:50 +0100 Subject: [PATCH] Fixed decode freq jumping back and forth,fixed rt+ history (deepcopy), consistant piechart colors via defaults, debud and log parameters, fixed unknown symbol crash, fixed smooth_vectors decimation --- cmake/Modules/.directory | 4 ++ grc/crfa_max_freq.xml | 18 ++++++- grc/crfa_rds_decoder.xml | 2 +- grc/crfa_rds_parser_table_qt.xml | 31 ++++++++++- python/max_freq.py | 27 +++++++--- python/rds_parser_table_qt.py | 91 +++++++++++++++++++++----------- python/smooth_vectors.py | 17 ++++-- 7 files changed, 146 insertions(+), 44 deletions(-) create mode 100644 cmake/Modules/.directory diff --git a/cmake/Modules/.directory b/cmake/Modules/.directory new file mode 100644 index 0000000..01aa7a7 --- /dev/null +++ b/cmake/Modules/.directory @@ -0,0 +1,4 @@ +[Dolphin] +Timestamp=2016,12,6,13,18,42 +Version=3 +ViewMode=2 diff --git a/grc/crfa_max_freq.xml b/grc/crfa_max_freq.xml index 12ffd18..c71786c 100644 --- a/grc/crfa_max_freq.xml +++ b/grc/crfa_max_freq.xml @@ -4,7 +4,7 @@ crfa_max_freq [crfa] import crfa - crfa.max_freq($fft_len, $num_decoders, $center_freq, $samp_rate,$round_to) + crfa.max_freq($fft_len, $num_decoders, $center_freq, $samp_rate,$round_to,$debug)