DSP Master VCL
|
Defines which time series values to find.
TSignalMarkMode = ( tmMaximum, tmMinimum, tmZeroCrossing, tmFrequency, tmFreeStyle );
Members |
Description |
tmMaximum |
Marks only the nearest maximum. |
tmMinimum |
Marks only the nearest minimum. |
tmZeroCrossing |
Marks only the nearest zero crossing by using linear interpolation. |
tmFrequency |
Marks muliple peaks after the second one is selected and displays frequency. |
tmFreeStyle |
Marks the nearest series value. |
Defines which signal values will be marked, when the user moves the mouse or clicks with the left mouse button.
Copyright (c) 1999-2025 by Dew Research. All rights reserved.
|
What do you think about this topic? Send feedback!
|