Completed test flow graph port to GR 3.8
This commit is contained in:
parent
f7575b50fc
commit
718cf6366e
3 changed files with 144 additions and 40 deletions
|
|
@ -182,9 +182,9 @@ blocks:
|
|||
maxoutbuf: '0'
|
||||
minoutbuf: '0'
|
||||
repeat: 'True'
|
||||
tags: tagged_streams.make_lengthtags((1000,), (0,), "packet_len")
|
||||
tags: tagged_streams.make_lengthtags((104,), (0,), "packet_len")
|
||||
type: byte
|
||||
vector: '[x%256 for x in range(1000)]'
|
||||
vector: bytes([x%256 for x in range(104)])
|
||||
vlen: '1'
|
||||
states:
|
||||
bus_sink: false
|
||||
|
|
@ -376,7 +376,7 @@ blocks:
|
|||
bus_sink: false
|
||||
bus_source: false
|
||||
bus_structure: null
|
||||
coordinate: [1392, 172.0]
|
||||
coordinate: [1528, 172.0]
|
||||
rotation: 0
|
||||
state: enabled
|
||||
- name: qtgui_number_sink_0
|
||||
|
|
@ -659,7 +659,7 @@ blocks:
|
|||
bus_structure: null
|
||||
coordinate: [1536, 260.0]
|
||||
rotation: 0
|
||||
state: disabled
|
||||
state: enabled
|
||||
- name: qtgui_time_sink_x_0_0
|
||||
id: qtgui_time_sink_x
|
||||
parameters:
|
||||
|
|
@ -713,10 +713,10 @@ blocks:
|
|||
marker7: '-1'
|
||||
marker8: '-1'
|
||||
marker9: '-1'
|
||||
name: '""'
|
||||
name: '"Correlation"'
|
||||
nconnections: '1'
|
||||
size: '1024'
|
||||
srate: samp_rate
|
||||
srate: samp_rate/2
|
||||
stemplot: 'False'
|
||||
style1: '1'
|
||||
style10: '1'
|
||||
|
|
@ -729,7 +729,7 @@ blocks:
|
|||
style8: '1'
|
||||
style9: '1'
|
||||
tr_chan: '0'
|
||||
tr_delay: 10/150e3
|
||||
tr_delay: 30/150e3
|
||||
tr_level: '0.0'
|
||||
tr_mode: qtgui.TRIG_MODE_TAG
|
||||
tr_slope: qtgui.TRIG_SLOPE_POS
|
||||
|
|
@ -754,7 +754,7 @@ blocks:
|
|||
bus_sink: false
|
||||
bus_source: false
|
||||
bus_structure: null
|
||||
coordinate: [1184, 284.0]
|
||||
coordinate: [1192, 172.0]
|
||||
rotation: 0
|
||||
state: enabled
|
||||
|
||||
|
|
@ -766,12 +766,12 @@ connections:
|
|||
- [blocks_vector_source_x_0_0_0, '0', blocks_throttle_0_0, '0']
|
||||
- [channels_channel_model_0, '0', hamnet70_demod_sc16qam_0, '0']
|
||||
- [channels_channel_model_0, '0', qtgui_sink_x_0, '0']
|
||||
- [hamnet70_demod_sc16qam_0, '0', qtgui_const_sink_x_0, '0']
|
||||
- [hamnet70_demod_sc16qam_0, '0', qtgui_time_sink_x_0_0, '0']
|
||||
- [hamnet70_demod_sc16qam_0, '1', qtgui_const_sink_x_0, '0']
|
||||
- [hamnet70_demod_sc16qam_0, '1', qtgui_sink_x_1, '0']
|
||||
- [hamnet70_demod_sc16qam_0, '1', qtgui_time_sink_x_0, '0']
|
||||
- [hamnet70_demod_sc16qam_0, '1', qtgui_time_sink_x_0_0, '0']
|
||||
- [hamnet70_demod_sc16qam_0, '2', qtgui_number_sink_0_0, '0']
|
||||
- [hamnet70_demod_sc16qam_0, '3', qtgui_number_sink_0, '0']
|
||||
- [hamnet70_demod_sc16qam_0, '2', qtgui_number_sink_0, '0']
|
||||
- [hamnet70_demod_sc16qam_0, '3', qtgui_number_sink_0_0, '0']
|
||||
- [hamnet70_demod_sc16qam_0, pdu_out, blocks_message_debug_0, print_pdu]
|
||||
- [hamnet70_mod_sc16qam_0, '0', blocks_throttle_0, '0']
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue