diff options
author | Josh Morman <jmorman@perspectalabs.com> | 2020-12-17 11:40:50 -0500 |
---|---|---|
committer | Marcus Müller <marcus@hostalia.de> | 2020-12-18 22:36:14 +0100 |
commit | a94c4f228750213c20ea51a3e9a31283942052f1 (patch) | |
tree | 967e537fec199e9e7893db70cd91b27c95ee62fc /gr-analog/examples | |
parent | 54f33e85af52cab9cf06a21b9c70a3b37785f777 (diff) |
replace fft.window.WIN_ with window.win_ and include in grc default import
Signed-off-by: Josh Morman <jmorman@perspectalabs.com>
Diffstat (limited to 'gr-analog/examples')
-rw-r--r-- | gr-analog/examples/USRP_FM_stereo.grc | 4 | ||||
-rw-r--r-- | gr-analog/examples/fm_rx.grc | 8 | ||||
-rw-r--r-- | gr-analog/examples/fm_tx.grc | 6 |
3 files changed, 9 insertions, 9 deletions
diff --git a/gr-analog/examples/USRP_FM_stereo.grc b/gr-analog/examples/USRP_FM_stereo.grc index 3a30ee7645..edda64b440 100644 --- a/gr-analog/examples/USRP_FM_stereo.grc +++ b/gr-analog/examples/USRP_FM_stereo.grc @@ -229,7 +229,7 @@ blocks: samp_rate: samp_rate type: ccc width: '20000' - win: fft.window.WIN_HAMMING + win: window.WIN_HAMMING states: bus_sink: false bus_source: false @@ -258,7 +258,7 @@ blocks: showports: 'False' showrf: 'True' type: complex - wintype: fft.window.WIN_BLACKMAN_hARRIS + wintype: window.WIN_BLACKMAN_hARRIS states: bus_sink: false bus_source: false diff --git a/gr-analog/examples/fm_rx.grc b/gr-analog/examples/fm_rx.grc index c3c15c3347..2cc3232623 100644 --- a/gr-analog/examples/fm_rx.grc +++ b/gr-analog/examples/fm_rx.grc @@ -201,7 +201,7 @@ blocks: nfilts: nfilts rrate: resamp_rate samp_delay: '0' - taps: firdes.low_pass_2(volume*nfilts, nfilts*in_rate, 15e3, 1e3, 60, fft.window.WIN_KAISER) + taps: firdes.low_pass_2(volume*nfilts, nfilts*in_rate, 15e3, 1e3, 60, window.WIN_KAISER) type: fff states: bus_sink: false @@ -280,7 +280,7 @@ blocks: width7: '1' width8: '1' width9: '1' - wintype: fft.window.WIN_BLACKMAN_hARRIS + wintype: window.WIN_BLACKMAN_hARRIS ymax: '10' ymin: '-140' states: @@ -360,7 +360,7 @@ blocks: width7: '1' width8: '1' width9: '1' - wintype: fft.window.WIN_BLACKMAN_hARRIS + wintype: window.WIN_BLACKMAN_hARRIS ymax: '10' ymin: '-140' states: @@ -440,7 +440,7 @@ blocks: width7: '1' width8: '1' width9: '1' - wintype: fft.window.WIN_BLACKMAN_hARRIS + wintype: window.WIN_BLACKMAN_hARRIS ymax: '10' ymin: '-140' states: diff --git a/gr-analog/examples/fm_tx.grc b/gr-analog/examples/fm_tx.grc index 3e58b37810..35a174d761 100644 --- a/gr-analog/examples/fm_tx.grc +++ b/gr-analog/examples/fm_tx.grc @@ -274,7 +274,7 @@ blocks: nfilts: nfilts rrate: resamp_rate samp_delay: '0' - taps: firdes.low_pass_2(nfilts, nfilts*in_rate, 20e3, 2e3, 60, fft.window.WIN_KAISER) + taps: firdes.low_pass_2(nfilts, nfilts*in_rate, 20e3, 2e3, 60, window.WIN_KAISER) type: fff states: bus_sink: false @@ -353,7 +353,7 @@ blocks: width7: '1' width8: '1' width9: '1' - wintype: fft.window.WIN_BLACKMAN_hARRIS + wintype: window.WIN_BLACKMAN_hARRIS ymax: '10' ymin: '-140' states: @@ -433,7 +433,7 @@ blocks: width7: '1' width8: '1' width9: '1' - wintype: fft.window.WIN_BLACKMAN_hARRIS + wintype: window.WIN_BLACKMAN_hARRIS ymax: '10' ymin: '-140' states: |