Phase Shift
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