FrameParserMaxGapFillSamples Property

Gets or sets the maximum gap (in input samples) filled by phase-continued synthesis before resynchronizing.

Definition

Namespace: Gemstone.PhasorProtocols.SelCWS
Assembly: Gemstone.PhasorProtocols (in Gemstone.PhasorProtocols.dll) Version: 1.0.180 -- Release Build+e02ba9cd4ec5d00f9d75c2a02ce31d1bc7ed731c
public int MaxGapFillSamples { get; set; }

Property Value

Int32

Remarks

Dropped samples (e.g., lost UDP packets) are inferred from the input timestamp cadence. Gaps up to this size are coasted by continuing the last phasors at the tracked frequency; larger gaps drop and refill the analysis window. A negative value means "auto" (one full analysis window); 0 resynchronizes on any gap.

See Also