You are here: Symbol Reference > SignalUtils Namespace > Functions > SignalUtils.ZeroCrossingCount Function
DSP Master VCL
ContentsIndex
PreviousUpNext
SignalUtils.ZeroCrossingCount Function

Return the number of zero crossings.

Pascal
function ZeroCrossingCount(const Src: TVec; Index: integer = 0; Len: integer = -1): integer; overload;

Return the total count of zero crossings within Src starting at index to Index+Len. If Len = -1 end the search at Src.Length.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!