TSpectrumMarkMode Enumeration

Header: Dew.Signal.Controls.VCL/SignalToolsTee.h · C++Builder only

enum class TSpectrumMarkMode : unsigned int;

Defines how the peaks will be marked.

Defines how the peaks will be marked, when the user moves the mouse or clicks with the left mouse button.

Values

NameDescription
mmFreeStyleUnlike the four other marking modes, this one will allow the user to mark any value, even, if it is not a peak.
mmHarmonicmarks a harmonic series.
mmModesRequires that you first mark the first mode (the frequency to be modulated) and then the second mode (the modulating frequency). The tool will additionally mark both sidebands.
mmSideBandRequires that you first mark the modulation frequency and then the right sideband. The tool will additionaly mark the left sideband and the base frequency.
mmSingleMarks only the nearest peak.