diff options
Diffstat (limited to 'gr-uhd/examples/grc')
-rw-r--r-- | gr-uhd/examples/grc/rfnoc_radio_ddc.grc | 2 | ||||
-rw-r--r-- | gr-uhd/examples/grc/uhd_fft.grc | 4 | ||||
-rw-r--r-- | gr-uhd/examples/grc/uhd_msg_tune.grc | 2 | ||||
-rw-r--r-- | gr-uhd/examples/grc/uhd_siggen_gui.grc | 2 | ||||
-rw-r--r-- | gr-uhd/examples/grc/uhd_two_tone_loopback.grc | 2 | ||||
-rw-r--r-- | gr-uhd/examples/grc/uhd_wbfm_receive.grc | 4 |
6 files changed, 8 insertions, 8 deletions
diff --git a/gr-uhd/examples/grc/rfnoc_radio_ddc.grc b/gr-uhd/examples/grc/rfnoc_radio_ddc.grc index 6c473b487f..ab6548ea73 100644 --- a/gr-uhd/examples/grc/rfnoc_radio_ddc.grc +++ b/gr-uhd/examples/grc/rfnoc_radio_ddc.grc @@ -178,7 +178,7 @@ blocks: width7: '1' width8: '1' width9: '1' - wintype: firdes.WIN_BLACKMAN_hARRIS + wintype: fft.window.WIN_BLACKMAN_hARRIS ymax: '10' ymin: '-140' states: diff --git a/gr-uhd/examples/grc/uhd_fft.grc b/gr-uhd/examples/grc/uhd_fft.grc index 2c7bfa4a25..46774060dc 100644 --- a/gr-uhd/examples/grc/uhd_fft.grc +++ b/gr-uhd/examples/grc/uhd_fft.grc @@ -395,7 +395,7 @@ blocks: width7: '1' width8: '1' width9: '1' - wintype: firdes.WIN_BLACKMAN_hARRIS + wintype: fft.window.WIN_BLACKMAN_hARRIS ymax: '10' ymin: '-140' states: @@ -555,7 +555,7 @@ blocks: showports: 'True' type: complex update_time: update_rate - wintype: firdes.WIN_BLACKMAN_hARRIS + wintype: fft.window.WIN_BLACKMAN_hARRIS states: bus_sink: false bus_source: false diff --git a/gr-uhd/examples/grc/uhd_msg_tune.grc b/gr-uhd/examples/grc/uhd_msg_tune.grc index 71912e1d5f..ad904ab42b 100644 --- a/gr-uhd/examples/grc/uhd_msg_tune.grc +++ b/gr-uhd/examples/grc/uhd_msg_tune.grc @@ -245,7 +245,7 @@ blocks: width7: '1' width8: '1' width9: '1' - wintype: firdes.WIN_BLACKMAN_hARRIS + wintype: fft.window.WIN_BLACKMAN_hARRIS ymax: '-40' ymin: '-120' states: diff --git a/gr-uhd/examples/grc/uhd_siggen_gui.grc b/gr-uhd/examples/grc/uhd_siggen_gui.grc index aa3a03db15..af0df4da12 100644 --- a/gr-uhd/examples/grc/uhd_siggen_gui.grc +++ b/gr-uhd/examples/grc/uhd_siggen_gui.grc @@ -428,7 +428,7 @@ blocks: width7: '1' width8: '1' width9: '1' - wintype: firdes.WIN_BLACKMAN_hARRIS + wintype: fft.window.WIN_BLACKMAN_hARRIS ymax: '10' ymin: '-140' states: diff --git a/gr-uhd/examples/grc/uhd_two_tone_loopback.grc b/gr-uhd/examples/grc/uhd_two_tone_loopback.grc index 6156640f7d..1d9bbd1f86 100644 --- a/gr-uhd/examples/grc/uhd_two_tone_loopback.grc +++ b/gr-uhd/examples/grc/uhd_two_tone_loopback.grc @@ -398,7 +398,7 @@ blocks: width7: '1' width8: '1' width9: '1' - wintype: firdes.WIN_BLACKMAN_hARRIS + wintype: fft.window.WIN_BLACKMAN_hARRIS ymax: '10' ymin: '-140' states: diff --git a/gr-uhd/examples/grc/uhd_wbfm_receive.grc b/gr-uhd/examples/grc/uhd_wbfm_receive.grc index ab95ec7b79..66493367a7 100644 --- a/gr-uhd/examples/grc/uhd_wbfm_receive.grc +++ b/gr-uhd/examples/grc/uhd_wbfm_receive.grc @@ -291,7 +291,7 @@ blocks: samp_rate: samp_rate type: fir_filter_ccf width: 30e3 - win: firdes.WIN_HANN + win: fft.window.WIN_HANN states: bus_sink: false bus_source: false @@ -383,7 +383,7 @@ blocks: width7: '1' width8: '1' width9: '1' - wintype: firdes.WIN_BLACKMAN_hARRIS + wintype: fft.window.WIN_BLACKMAN_hARRIS ymax: '10' ymin: '-140' states: |