summaryrefslogtreecommitdiff
path: root/gr-fft/grc/fft_ctrlport_probe_psd.block.yml
blob: 3349f426392d3f46bc4e0057917405e23b0c8426 (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
30
31
id: fft_ctrlport_probe_psd
label: Ctrlport Probe PSD

parameters:
-   id: name
    label: Name
    dtype: string
    default: psd
-   id: desc
    label: Description
    dtype: string
    default: PSD Plot
-   id: len
    label: Length
    dtype: int
    default: '1024'

inputs:
-   domain: stream
    dtype: complex

templates:
    imports: from gnuradio import fft
    make: fft.ctrlport_probe_psd(${name}, ${desc}, ${len})
    callbacks:
    - set_length(${len})

documentation: |-
    Place this in a graph to export PSD values to a GRCP port probe.

file_format: 1