blob: 7e7e57c01a37d260e342d3777bdb14239d4e4e9c (
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
26
27
28
29
|
id: fadingui_phasecorrection
label: Fine Phase and Freq Correction
category: '[fadingui]'
parameters:
templates:
imports: import fadingui
make: fadingui.phasecorrection(${frame_len})
parameters:
- id: frame_len
type: int
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
|