Phase Shift

From GNU Radio
Revision as of 01:11, 26 October 2023 by Duggabe (talk | contribs) (initial creation)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This block will phase shift the input signal by the specified phase by multiplying the input times a shift value:
gr_complex(cos(d_shift_in_radians),sin(d_shift_in_radians))

Notes:
If degrees are provided, the block automatically handles the conversion.
This block functions like a multiply const, but with the const limited to abs() == 1 to provide a constant phase shift.

Parameters

(R): Run-time adjustable

Phase Shift
default: '0.0'
Units
options: ['Radians', 'Degrees']

Example Flowgraph

Source Files

C++ files
TODO
Header files
TODO
Public header files
TODO
Block definition
blocks_phase_shift.block.yml