You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
493 B
30 lines
493 B
# auto-generated by grc.converter |
|
|
|
id: multirds_symbol_combiner |
|
label: Symbol combiner |
|
category: '[MULTIRDS]' |
|
|
|
parameters: |
|
- id: threshold |
|
label: Threshold |
|
dtype: float |
|
- id: min_diff |
|
label: Min_diff |
|
dtype: float |
|
- id: log |
|
label: Log |
|
dtype: raw |
|
|
|
inputs: |
|
- domain: stream |
|
dtype: float |
|
|
|
outputs: |
|
- domain: stream |
|
dtype: float |
|
|
|
templates: |
|
imports: import multirds |
|
make: multirds.symbol_combiner(${threshold}, ${min_diff}, ${log}) |
|
|
|
file_format: 1
|
|
|