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.
52 lines
1.0 KiB
52 lines
1.0 KiB
# auto-generated by grc.converter |
|
|
|
id: multirds_station_search |
|
label: station_search |
|
category: '[multirds]' |
|
|
|
parameters: |
|
- id: fft_len |
|
label: fft lenngth |
|
dtype: int |
|
hide: ${ 'part' if vlen == 1 else 'none' } |
|
- id: round_to |
|
label: round to (in hz) |
|
dtype: int |
|
- id: num_decoders |
|
label: number of decoders |
|
dtype: int |
|
hide: part |
|
- id: center_freq |
|
label: center frequency |
|
dtype: float |
|
- id: samp_rate |
|
label: sample rate |
|
dtype: int |
|
- id: debug |
|
label: Debug |
|
dtype: bool |
|
default: 'False' |
|
options: ['True', 'False'] |
|
option_labels: [Enable, Disable] |
|
hide: part |
|
|
|
inputs: |
|
- domain: stream |
|
dtype: float |
|
vlen: ${ fft_len } |
|
- domain: message |
|
id: ctrl |
|
optional: true |
|
|
|
outputs: |
|
- domain: message |
|
id: out |
|
optional: true |
|
|
|
templates: |
|
imports: import multirds |
|
make: multirds.station_search(${fft_len}, ${num_decoders}, ${center_freq}, ${samp_rate},${round_to},${debug}) |
|
callbacks: |
|
- set_center_freq(${center_freq}); |
|
|
|
file_format: 1
|
|
|