TOperSignalType Enumeration

Source: SignalProcessing.cs · Assembly: Dew.Signal

public enum TOperSignalType

Defines the operator types used by expression parser.

Defines the operator type for TSignalGenerator.

Values

NameDescription
opAbsRectification.
opAddAddition.
opCosSine function
opDivDivision.
opExpExponent function.
opLimitP1-lower clip limit, P2-upper clip limit.
opLnNatural logarithm.
opLogLogarithm with base 10.
opMulMultiplication.
opNonNo operation.
opRoundRound to the closest integer.
opSinSine function
opSubSubtraction.
opTanTangens function
opTruncTruncate towards zero.