Traverse
Traverse('Signal','Position','N'=40,'Min','Max','Avg'=TRUE)
Arguments
|
'Signal' |
Signal measured by a traversing measuring device |
|
'Position' |
Position of the traversing measuring device along the traverse profile |
|
'N' |
Number of zones of the resulting vector |
|
'Min' |
Optional threshold for the minimum of the range to be mapped |
|
'Max' |
Optional threshold for the maximum of the range to be mapped |
|
'Avg' |
Optional binary parameter for averaging several samples within a zone pass; The average is formed by default |
Description
This function converts signals originating from a traversing measuring device into a vector for 2-dimensional visualization.
TraverseW
TraverseW('Signal','Position','Widths','Offset'=0,'Avg'=TRUE)
Arguments
|
'Signal' |
Signal measured by a traversing measuring device |
|
'Position' |
Position of the traversing measuring device along the traverse profile |
|
'Widths' |
Width of the resulting zones |
|
'Offset' |
Optional offset of the first zone |
|
'Avg' |
Optional binary parameter for averaging several samples within a zone pass; The average is formed by default |
Description
This function works similarly to Traverse, with the difference being that the dimensions of the resulting vector are set directly via the zone widths 'Widths' and an optional offset parameter.
The 'Widths' parameter must be a vector that contains the width for each zone.
