I’m having trouble understanding why when I plot using “wphase” versus “phase” for S parameter analysis of varactor based phase shifter, it results in dramatically different plots. I want to show phase change without the phase wrap but wphase is retuning phase values 100x what phase produces.
phase=phase(S[2, 1])
unwrappedphase=wphase(S[2, 1])
I get the same results in Qucs. Does the “Qucs/QucsStudio” unwrap function fail for this case or am I misunderstanding the data?