| Name | Description |
| afc |
Searches for the 'center' in audio/x-fft-float blocks.
The center frequency can be read as the 'afc' property.
The property 'mirror' can be used to prevent scanning
of the negative frequencies when a mirrored
(real instead of complex) signal is used.
|
| bpskrcdem |
Demodulates a BPSK-RC (Binairy Phase Shift Keying,
Raised Cosine) signal into separate bits.
|
| bpskrcmod |
Modulates a BPSK-RC (Binairy Phase Shift Keying,
Raised Cosine) signal from separate bits.
|
| cmplxfft |
Performs an FFT conversion on a audio/x-complex-float
stream.
The FFT length can be set as a property of the
resulting audio/x-fft-float stream.
|
| firblock |
A simple FIR rectangular filter.
|
| iqamdem |
Demodulates AM signals.
The 'depth' property can be used to set the
standard modulation depth.
|
| iqcmplx |
Converts between a stereo audio/x-raw-float signal
and the audio/x-complex-float signal.
Basicly it just renames data and doesn't change it.
The following formats are interchangeable:
audio/x-complex-float
channels=1
|
|
complex float
|
|
float
|
float
|
|
Real
|
Imaginary
|
|
Inphase
|
Quadrature
|
audio/x-raw-float
channels=2
|
|
Left
|
Right
|
|
| iqfmdem |
Demodulates FM signals.
The 'deviation' property can be used to set the
standard deviation.
|
| iqfshift |
Shifts a complex quadrature signal in frequency.
The shift can be set with the 'shift' property.
|
| iqpolar |
Converts from the audio/x-complex-float vector format
to the audio/x-polar-float polar format.
|
| kissnrzi |
AX.25 to NRZI encoder with KISS input.
|
| manchestermod |
Manchester modulator.
|
| nrzikiss |
NRZI to AX.25 decoder with KISS output.
|
| vectorscope |
Generates a visual representation of complex data.
(Also usable as an XY scope for normal data)
|
| waterfall |
Generates a visual waterfall from fft data.
|