| Visual Basic (Declaration) | |
|---|---|
Public MustOverride Property PhaseOffset As Double | |
| C# | |
|---|---|
public abstract double PhaseOffset {get; set;} | |
This value is used to compensate the common phase offset of the signal. The unit is degree. For example, if the input signal
x(t) = A1*exp(j*w1*t +p1) + A2 * exp(j*w2*t + p2), with this compensation, the output signal is y(x) = x(t) * exp(j*PhaseOffset) = A1 * exp(j*w1*t + p1 + phaseOffset) + A2 * exp(j*w2*t + p2 + phaseOffset)Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)