pull/20/head
Wojciech Kaczmarski 2024-01-03 10:14:28 +01:00 zatwierdzone przez GitHub
rodzic c7bad8d71e
commit 81060d11fc
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 35 dodań i 10 usunięć

Wyświetl plik

@ -5,7 +5,7 @@ options:
category: '[GRC Hier Blocks]' category: '[GRC Hier Blocks]'
cmake_opt: '' cmake_opt: ''
comment: '' comment: ''
copyright: M17 Project, Dec 2022 copyright: M17 Project, Jan 2024
description: '' description: ''
gen_cmake: 'On' gen_cmake: 'On'
gen_linking: dynamic gen_linking: dynamic
@ -33,6 +33,30 @@ options:
state: enabled state: enabled
blocks: blocks:
- name: decim
id: variable
parameters:
comment: ''
value: '40'
states:
bus_sink: false
bus_source: false
bus_structure: null
coordinate: [360, 12.0]
rotation: 0
state: enabled
- name: sps
id: variable
parameters:
comment: ''
value: '10'
states:
bus_sink: false
bus_source: false
bus_structure: null
coordinate: [288, 12.0]
rotation: 0
state: enabled
- name: symbol_rate - name: symbol_rate
id: variable id: variable
parameters: parameters:
@ -51,7 +75,7 @@ blocks:
affinity: '' affinity: ''
alias: '' alias: ''
comment: '' comment: ''
gain: 24000/(2*math.pi*800) gain: (symbol_rate*sps)/(2*math.pi*800)
maxoutbuf: '0' maxoutbuf: '0'
minoutbuf: '0' minoutbuf: '0'
states: states:
@ -188,15 +212,15 @@ blocks:
comment: '' comment: ''
constellation: digital.constellation_bpsk().base() constellation: digital.constellation_bpsk().base()
damping: '1.0' damping: '1.0'
loop_bw: '0.05' loop_bw: 2.0*math.pi*0.0015
max_dev: '1.5' max_dev: '0.05'
maxoutbuf: '0' maxoutbuf: '0'
minoutbuf: '0' minoutbuf: '0'
nfilters: '128' nfilters: '128'
osps: '1' osps: '1'
pfb_mf_taps: '[]' pfb_mf_taps: '[]'
resamp_type: digital.IR_MMSE_8TAP resamp_type: digital.IR_MMSE_8TAP
sps: '5' sps: sps
ted_gain: '1.0' ted_gain: '1.0'
ted_type: digital.TED_GARDNER ted_type: digital.TED_GARDNER
type: ff type: ff
@ -406,7 +430,7 @@ blocks:
affinity: '' affinity: ''
alias: '' alias: ''
comment: '' comment: ''
decim: '80' decim: decim
fbw: '0' fbw: '0'
interp: '1' interp: '1'
maxoutbuf: '0' maxoutbuf: '0'
@ -432,8 +456,8 @@ blocks:
interp: '1' interp: '1'
maxoutbuf: '0' maxoutbuf: '0'
minoutbuf: '0' minoutbuf: '0'
ntaps: 8*5+1 ntaps: 8*sps+1
samp_rate: '5' samp_rate: sps
sym_rate: '1' sym_rate: '1'
type: fir_filter_fff type: fir_filter_fff
states: states:
@ -472,6 +496,7 @@ blocks:
affinity: '' affinity: ''
agc: 'True' agc: 'True'
alias: '' alias: ''
bias: 'False'
center_freq: '439950000' center_freq: '439950000'
comment: '' comment: ''
dev_args: '' dev_args: ''
@ -479,7 +504,7 @@ blocks:
gain: '20' gain: '20'
maxoutbuf: '0' maxoutbuf: '0'
minoutbuf: '0' minoutbuf: '0'
samp_rate: 24000*80 samp_rate: symbol_rate*sps*decim
type: fc32 type: fc32
states: states:
bus_sink: false bus_sink: false
@ -508,4 +533,4 @@ connections:
metadata: metadata:
file_format: 1 file_format: 1
grc_version: 3.10.4.0 grc_version: 3.10.7.0