I have a signal which is changing over time. This signal varies between -180 and 180, and is used to determine the phase shift using the "phase shift" block in GNU Radio.
The phase shift can be manually determined by writing the desired phase shift value into the block:
Alternatively, a variable can be used:
I would like to use the signal which has been previously calculated to determine the phase shift. Is there a way to save it into a variable and then use it into the "phase shift" block?



