diff options
author | Nao Pross <np@0hm.ch> | 2021-12-11 16:05:41 +0100 |
---|---|---|
committer | Nao Pross <np@0hm.ch> | 2021-12-11 16:05:41 +0100 |
commit | 7381a5dcf266c532a490192ed229ac002d35f8b1 (patch) | |
tree | 3567a9bd3cada6fde773cca1472745798da68ac5 /src/gr-fadingui/grc | |
parent | Delete old stuff (diff) | |
download | Fading-7381a5dcf266c532a490192ed229ac002d35f8b1.tar.gz Fading-7381a5dcf266c532a490192ed229ac002d35f8b1.zip |
Create new QPSK simulation
Diffstat (limited to 'src/gr-fadingui/grc')
-rw-r--r-- | src/gr-fadingui/grc/fadingui_datasource.block.yml | 2 | ||||
-rw-r--r-- | src/gr-fadingui/grc/fadingui_phasecorrection.block.yml | 6 |
2 files changed, 6 insertions, 2 deletions
diff --git a/src/gr-fadingui/grc/fadingui_datasource.block.yml b/src/gr-fadingui/grc/fadingui_datasource.block.yml index 6c31995..b972433 100644 --- a/src/gr-fadingui/grc/fadingui_datasource.block.yml +++ b/src/gr-fadingui/grc/fadingui_datasource.block.yml @@ -16,7 +16,7 @@ parameters: label: Frame Object type: raw - id: fname - label: List of files + label: File dtype: file_open # Make one 'inputs' list entry per input and one 'outputs' list entry per output. diff --git a/src/gr-fadingui/grc/fadingui_phasecorrection.block.yml b/src/gr-fadingui/grc/fadingui_phasecorrection.block.yml index d70ea2f..7e7e57c 100644 --- a/src/gr-fadingui/grc/fadingui_phasecorrection.block.yml +++ b/src/gr-fadingui/grc/fadingui_phasecorrection.block.yml @@ -6,7 +6,11 @@ parameters: templates: imports: import fadingui - make: fadingui.phasecorrection() + make: fadingui.phasecorrection(${frame_len}) + +parameters: +- id: frame_len + type: int inputs: - label: in |