blob: e63c718277551bb3c3d8a4b6171c64ab2a83a8e8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
id: digital_diff_phasor_cc
label: Differential Phasor
inputs:
- domain: stream
dtype: complex
outputs:
- domain: stream
dtype: complex
templates:
imports: from gnuradio import digital
make: digital.diff_phasor_cc()
file_format: 1
|