blob: d70ea2fd6895fcbe702d5dd59312879f1b9b3253 (
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
25
|
id: fadingui_phasecorrection
label: Fine Phase and Freq Correction
category: '[fadingui]'
parameters:
templates:
imports: import fadingui
make: fadingui.phasecorrection()
inputs:
- label: in
domain: stream
dtype: complex
vlen: 1
outputs:
- label: out
domain: stream
dtype: complex
vlen: 1
# 'file_format' specifies the version of the GRC yml format used in the file
# and should usually not be changed.
file_format: 1
|