You are here:
Home
>
DSP Master
>
TSpectrum Class
>
Amplt Property
DSP Master (C++)
Contents
|
Search
|
Home
TSpectrum::Amplt Property
TSpectrum Class
__declspec
(property(get = GetAmplt, put = SetAmplt))
TVec
*Amplt;
Stores the amplitude of the spectrum.
Read:
TVec
*GetAmplt();
Write:
void
SetAmplt(
TVec
*Value);
Declared in Dew::Signal::TSpectrum · Dew.Signal/SignalTools.h · Cross-compiler