Summary
Defines the operator types used by expression parser.
Unit
SignalProcessing
Declaration
TOperSignalType = (opAdd, opSub, opMul, opDiv, opSin,
opCos, opTan, opExp, opLn, opLog, opAbs, opRound, opTrunc,
opLimit,opNone);
| Value | Description |
|---|
| opAdd | addition. |
| opSub | subtraction. |
| opMul | multiplication. |
| opDiv | division. |
| opSin | sine function. |
| opCos | cosine function. |
| opTan | tangens function. |
| opExp | exponent function. |
| opLn | natural logarithm function. |
| opAbs | rectify |
| opRound | round to closest integer |
| funLimit: | P1-lower clip limit, P2-upper clip limit. |
| opNone | no operation. |
Description
Defines the operator type for TSignalGenerator.
| Copyright 2008 Dew Research |
http://www.dewresearch.com