diff options
author | sara <sara.halter@gmx.ch> | 2021-11-27 21:51:50 +0100 |
---|---|---|
committer | sara <sara.halter@gmx.ch> | 2021-11-27 21:51:50 +0100 |
commit | 90a89f6f5ba15a983e1ea50e87d019bcd567ba2f (patch) | |
tree | f6954b6e28b3f613df934891a216dc8e45f8fd2d /src/gr-fadingui/grc | |
parent | Notebook aufgereumt (diff) | |
download | Fading-90a89f6f5ba15a983e1ea50e87d019bcd567ba2f.tar.gz Fading-90a89f6f5ba15a983e1ea50e87d019bcd567ba2f.zip |
FIR Filter Block in GNU Radio ink. fload variabeln möglichkeit erstellt
Diffstat (limited to 'src/gr-fadingui/grc')
-rw-r--r-- | src/gr-fadingui/grc/fadingui_multipath_fading.block.yml | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/src/gr-fadingui/grc/fadingui_multipath_fading.block.yml b/src/gr-fadingui/grc/fadingui_multipath_fading.block.yml index e116467..1d374ac 100644 --- a/src/gr-fadingui/grc/fadingui_multipath_fading.block.yml +++ b/src/gr-fadingui/grc/fadingui_multipath_fading.block.yml @@ -12,12 +12,19 @@ templates: # * label (label shown in the GUI) # * dtype (e.g. int, float, complex, byte, short, xxx_vector, ...) parameters: -- id: amplitudes - label: Amplitudes - dtype: raw - id: delays label: Delays + dtype: complex_vector +- id: amplitudes + label: Amplitudes dtype: raw +- id: los + label: LOS/NLOS + options: ['True', 'False'] + option_labels: ['LOS', 'NLOS'] + #default: 'False' + dtype: bool + #hide: ${ 'none' if los == 'False' else 'part' } # Make one 'inputs' list entry per input and one 'outputs' list entry per output. # Keys include: |