Does anyone know of a quick way to unwrap the phase within the data display. Say I have a long 50ohm phase line to create a delay that is 410 degrees long. As is the data display will display a phase of -50 degrees. I want to unwrap the phase so that it will display the actual 410 degrees.
a = unwrap(phase(S21))
and plot that instead of just phase(S21).