You are here: Symbol Reference > Dew Namespace > Dew.Signal Namespace > Classes > TSignalModulator Class
Dew Signal for .NET
ContentsIndexHome
Example

Signal.SamplingFrequency := 10; //in Hz SignalModulator.Input := Signal; SignalModulator.Factor := 12; SignalModulator.CarrierFrequency := 4.5; 

The output sampling frequency will be: 10*12 = 120Hz The output signal will have non-zero frequencies from 45 to 50Hz which will hold the information originally stored in the range from 0 to 5Hz.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.