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-filter/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-filter/examples')
-rw-r--r-- | gr-filter/examples/filter_taps.grc | 10 | ||||
-rw-r--r-- | gr-filter/examples/filter_taps_loader.grc | 2 | ||||
-rw-r--r-- | gr-filter/examples/polyphase_channelizer_demo.grc | 8 | ||||
-rw-r--r-- | gr-filter/examples/resampler_demo.grc | 4 | ||||
-rw-r--r-- | gr-filter/examples/test_ichar_decim.grc | 2 |
5 files changed, 13 insertions, 13 deletions
diff --git a/gr-filter/examples/filter_taps.grc b/gr-filter/examples/filter_taps.grc index 0e379e227a..8653cd6fcd 100644 --- a/gr-filter/examples/filter_taps.grc +++ b/gr-filter/examples/filter_taps.grc @@ -58,7 +58,7 @@ blocks: samp_rate: samp_rate type: band_pass width: transition - win: fft.window.WIN_HAMMING + win: window.WIN_HAMMING states: coordinate: [696, 35] rotation: 0 @@ -73,7 +73,7 @@ blocks: low_cutoff_freq: bp_low samp_rate: samp_rate width: transition - win: fft.window.WIN_HAMMING + win: window.WIN_HAMMING states: coordinate: [872, 36.0] rotation: 0 @@ -105,7 +105,7 @@ blocks: gain: '1.0' samp_rate: samp_rate width: transition - win: fft.window.WIN_HAMMING + win: window.WIN_HAMMING states: coordinate: [536, 35] rotation: 0 @@ -128,7 +128,7 @@ blocks: gain: '1.0' samp_rate: samp_rate width: transition - win: fft.window.WIN_HAMMING + win: window.WIN_HAMMING states: coordinate: [376, 35] rotation: 0 @@ -333,7 +333,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-filter/examples/filter_taps_loader.grc b/gr-filter/examples/filter_taps_loader.grc index e28cff642a..7ca1e84e82 100644 --- a/gr-filter/examples/filter_taps_loader.grc +++ b/gr-filter/examples/filter_taps_loader.grc @@ -198,7 +198,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-filter/examples/polyphase_channelizer_demo.grc b/gr-filter/examples/polyphase_channelizer_demo.grc index f6f0d43e02..338f79e89e 100644 --- a/gr-filter/examples/polyphase_channelizer_demo.grc +++ b/gr-filter/examples/polyphase_channelizer_demo.grc @@ -259,7 +259,7 @@ blocks: width7: '1' width8: '1' width9: '1' - wintype: fft.window.WIN_BLACKMAN_hARRIS + wintype: window.WIN_BLACKMAN_hARRIS ymax: '10' ymin: '-140' states: @@ -339,7 +339,7 @@ blocks: width7: '1' width8: '1' width9: '1' - wintype: fft.window.WIN_BLACKMAN_hARRIS + wintype: window.WIN_BLACKMAN_hARRIS ymax: '10' ymin: '-140' states: @@ -419,7 +419,7 @@ blocks: width7: '1' width8: '1' width9: '1' - wintype: fft.window.WIN_BLACKMAN_hARRIS + wintype: window.WIN_BLACKMAN_hARRIS ymax: '10' ymin: '-140' states: @@ -499,7 +499,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-filter/examples/resampler_demo.grc b/gr-filter/examples/resampler_demo.grc index 4bffa29676..bd947e1172 100644 --- a/gr-filter/examples/resampler_demo.grc +++ b/gr-filter/examples/resampler_demo.grc @@ -230,7 +230,7 @@ blocks: width7: '1' width8: '1' width9: '1' - wintype: fft.window.WIN_BLACKMAN_hARRIS + wintype: window.WIN_BLACKMAN_hARRIS ymax: '10' ymin: '-140' states: @@ -307,7 +307,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-filter/examples/test_ichar_decim.grc b/gr-filter/examples/test_ichar_decim.grc index 2e2522f9bc..fa8326ddca 100644 --- a/gr-filter/examples/test_ichar_decim.grc +++ b/gr-filter/examples/test_ichar_decim.grc @@ -252,7 +252,7 @@ blocks: width7: '1' width8: '1' width9: '1' - wintype: fft.window.WIN_BLACKMAN_hARRIS + wintype: window.WIN_BLACKMAN_hARRIS ymax: '20' ymin: '-120' states: |