You are here:
Home
>
DSP Master
>
TSignalToComplex Class
>
RealInput Property
DSP Master (C++)
Contents
|
Search
|
Home
TSignalToComplex::RealInput Property
TSignalToComplex Class
__declspec
(property(get = GetRealInput, put = SetRealInput))
TSignal
*RealInput;
Real component of the complex signal.
Read:
TSignal
*GetRealInput();
Write:
void
SetRealInput(
TSignal
*Value);
Declared in Dew::Signal::TSignalToComplex · Dew.Signal/SignalProcessing.h · Cross-compiler