You are here: Symbol Reference > Dew Namespace > Dew.Signal Namespace > Classes > TSignalAnalyzer Class > TSignalAnalyzer Methods > TSignalAnalyzer.ZeroCrossing Method
Dew Signal for .NET
ContentsIndexHome
PreviousUpNext
TSignalAnalyzer.ZeroCrossing Method

Compute the position of the zero crossing. The initial position in seconds is given with pos and the final position is returned with the Pos parameter. y contains the final value of the time signal. In ideal case it should be zero. The method will use linear interpolation to locate the position of the zero.

Syntax
C#
Visual Basic
public void ZeroCrossing(ref double Pos, out double y);
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!