blob: 6d38ddd010d2d9650203997591d9ca81824d66c3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
id: analog_phase_modulator_fc
label: Phase Mod
parameters:
- id: sensitivity
label: Sensitivity
dtype: real
inputs:
- domain: stream
dtype: float
outputs:
- domain: stream
dtype: complex
templates:
imports: from gnuradio import analog
make: analog.phase_modulator_fc(${sensitivity})
callbacks:
- set_sensitivity(${sensitivity})
file_format: 1
|