diff options
Diffstat (limited to 'gr-analog/examples/fm_tx.grc')
-rw-r--r-- | gr-analog/examples/fm_tx.grc | 6 |
1 files changed, 3 insertions, 3 deletions
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: |