test(phy): script to communicate with the awgn fg

This commit is contained in:
2025-10-30 01:13:20 +01:00
parent 0fcda39647
commit 0489d8fc31
3 changed files with 34 additions and 24 deletions

View File

@@ -61,7 +61,7 @@ blocks:
id: variable
parameters:
comment: ''
value: data_len + len(syncword)
value: data_len*8
states:
bus_sink: false
bus_source: false
@@ -102,7 +102,7 @@ blocks:
label: ''
short_id: ''
type: eng_float
value: '1'
value: '100'
states:
bus_sink: false
bus_source: false
@@ -222,7 +222,7 @@ blocks:
label: ''
short_id: ''
type: intx
value: '1024'
value: '128'
states:
bus_sink: false
bus_source: false
@@ -247,26 +247,6 @@ blocks:
coordinate: [960, 136.0]
rotation: 0
state: enabled
- name: network_socket_pdu_0
id: network_socket_pdu
parameters:
affinity: ''
alias: ''
comment: ''
host: 0.0.0.0
maxoutbuf: '0'
minoutbuf: '0'
mtu: '10000'
port: rx_port
tcp_no_delay: 'False'
type: TCP_SERVER
states:
bus_sink: false
bus_source: false
bus_structure: null
coordinate: [616, 664.0]
rotation: 0
state: enabled
- name: network_socket_pdu_1
id: network_socket_pdu
parameters:
@@ -688,7 +668,7 @@ connections:
- [ONBEAT_Demod_0, '0', qtgui_const_sink_x_0, '0']
- [ONBEAT_Demod_0, '1', qtgui_eye_sink_x_0, '0']
- [ONBEAT_Demod_0, '2', qtgui_time_sink_x_0, '0']
- [ONBEAT_Demod_0, out, network_socket_pdu_0, pdus]
- [ONBEAT_Demod_0, out, network_socket_pdu_1, pdus]
- [ONBEAT_Mod_0, '0', blocks_tag_gate_0, '0']
- [blocks_tag_gate_0, '0', channels_channel_model_0, '0']
- [blocks_throttle2_0, '0', virtual_sink_0, '0']