PhaseToolsUnwrapT(Double, T, Double, Boolean) Method

Unwrap Phase (phase should start at DC between +90 deg and -270 deg for a negative slope or -90 deg and +270 deg for a positive slope)

Definition

Namespace: Metas.Vna.Data
Assembly: Metas.Vna.Data (in Metas.Vna.Data.dll) Version: 2.8.9053.20259
C#
public static T[] Unwrap<T>(
	double[] freq,
	T[] phase,
	double fc = 0,
	bool auto_fc = false
)
where T : new(), Object, IRealNumber<T>

Parameters

freq  Double
Frequency / Hz
phase  T
Phase / rad
fc  Double  (Optional)
Cutoff Frequency / Hz. For a coaxial line or free space, set cutoff frequency to 0 Hz.
auto_fc  Boolean  (Optional)
Automatic Cutoff Frequency

Type Parameters

T
Real Number Type

Return Value

T

See Also