blob: e329c6568c0d26cbcb8e89e2d30125efc45bf20e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
id: digital_probe_density_b
label: Probe Density
parameters:
- id: alpha
label: Alpha
dtype: real
default: '1'
- id: probe_rate
label: Probe Rate
dtype: real
default: '10'
inputs:
- domain: stream
dtype: byte
templates:
imports: from gnuradio import digital
make: digital.probe_density_b(${alpha})
callbacks:
- set_alpha(${alpha})
file_format: 1
|