gr-fosphor: Use window type constant from gr:fft:window and not firdes

Part of GNURadio 3.9 migration

Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
This commit is contained in:
Sylvain Munaut 2021-01-08 17:04:42 +01:00
parent e651f9b9c1
commit 7fbf9c2228
2 changed files with 6 additions and 6 deletions

View File

@ -4,9 +4,9 @@ label: fosphor sink (GLFW)
parameters:
- id: wintype
label: Window Type
dtype: int
default: firdes.WIN_BLACKMAN_hARRIS
options: [firdes.WIN_BLACKMAN_hARRIS, firdes.WIN_HAMMING, firdes.WIN_HANN, firdes.WIN_BLACKMAN, firdes.WIN_RECTANGULAR, firdes.WIN_KAISER, firdes.WIN_FLATTOP]
dtype: enum
default: window.WIN_BLACKMAN_hARRIS
options: [window.WIN_BLACKMAN_hARRIS, window.WIN_HAMMING, window.WIN_HANN, window.WIN_BLACKMAN, window.WIN_RECTANGULAR, window.WIN_KAISER, window.WIN_FLATTOP]
option_labels: [Blackman-harris, Hamming, Hann, Blackman, Rectangular, Kaiser, Flat-top]
hide: part
- id: freq_center

View File

@ -4,9 +4,9 @@ label: fosphor sink (Qt)
parameters:
- id: wintype
label: Window Type
dtype: int
default: firdes.WIN_BLACKMAN_hARRIS
options: [firdes.WIN_BLACKMAN_hARRIS, firdes.WIN_HAMMING, firdes.WIN_HANN, firdes.WIN_BLACKMAN, firdes.WIN_RECTANGULAR, firdes.WIN_KAISER, firdes.WIN_FLATTOP]
dtype: enum
default: window.WIN_BLACKMAN_hARRIS
options: [window.WIN_BLACKMAN_hARRIS, window.WIN_HAMMING, window.WIN_HANN, window.WIN_BLACKMAN, window.WIN_RECTANGULAR, window.WIN_KAISER, window.WIN_FLATTOP]
option_labels: [Blackman-harris, Hamming, Hann, Blackman, Rectangular, Kaiser, Flat-top]
hide: part
- id: freq_center