|
@@ -1,6 +1,7 @@
|
|
|
options:
|
|
|
parameters:
|
|
|
author: ''
|
|
|
+ catch_exceptions: 'True'
|
|
|
category: '[GRC Hier Blocks]'
|
|
|
cmake_opt: ''
|
|
|
comment: ''
|
|
@@ -63,7 +64,7 @@ blocks:
|
|
|
gui_hint: ''
|
|
|
label: Frequency MHz
|
|
|
min_len: '200'
|
|
|
- orient: Qt.Horizontal
|
|
|
+ orient: QtCore.Qt.Horizontal
|
|
|
rangeType: float
|
|
|
start: '87.5'
|
|
|
step: '0.1'
|
|
@@ -96,7 +97,7 @@ blocks:
|
|
|
gui_hint: ''
|
|
|
label: Volume
|
|
|
min_len: '200'
|
|
|
- orient: Qt.Horizontal
|
|
|
+ orient: QtCore.Qt.Horizontal
|
|
|
rangeType: float
|
|
|
start: '0'
|
|
|
step: '0.05'
|
|
@@ -238,6 +239,7 @@ blocks:
|
|
|
minoutbuf: '0'
|
|
|
name: '"Demod Out"'
|
|
|
nconnections: '1'
|
|
|
+ norm_window: 'False'
|
|
|
showports: 'False'
|
|
|
tr_chan: '0'
|
|
|
tr_level: '0.0'
|
|
@@ -256,7 +258,7 @@ blocks:
|
|
|
width7: '1'
|
|
|
width8: '1'
|
|
|
width9: '1'
|
|
|
- wintype: firdes.WIN_BLACKMAN_hARRIS
|
|
|
+ wintype: window.WIN_BLACKMAN_hARRIS
|
|
|
ymax: '10'
|
|
|
ymin: '-140'
|
|
|
states:
|
|
@@ -319,7 +321,7 @@ blocks:
|
|
|
showports: 'False'
|
|
|
type: complex
|
|
|
update_time: '0.10'
|
|
|
- wintype: firdes.WIN_BLACKMAN_hARRIS
|
|
|
+ wintype: window.WIN_BLACKMAN_hARRIS
|
|
|
states:
|
|
|
bus_sink: false
|
|
|
bus_source: false
|
|
@@ -724,3 +726,4 @@ connections:
|
|
|
|
|
|
metadata:
|
|
|
file_format: 1
|
|
|
+ grc_version: 3.10.5.1
|