DSP Master VCL
|
TFuncSignalRecordDouble = packed record Checked: byte; OpType: byte; Func: byte; Oper: byte; Cplx: byte; P1: double; P2: double; P3: double; P4: double; P5: double; P6: double; P7: double; Continuous: byte; ResetContinuous: byte; Data: Int32; Pointer: Int32; Counter: Int32; Done: byte; end;
Members |
Description |
OpType |
Specifies if operand is a function or operator. |
Func |
Specifies operand if function type. |
Oper |
Specifies operand if operator type. |
Cplx |
True, if the operation is complex. |
P1 |
Value of the 1st parameter. |
P2 |
Value of the 1nd parameter. |
P3 |
Value of the 3rd parameter. |
P4 |
Value of the 4th parameter. |
P5 |
Value of the 5th parameter. |
P6 |
Value of the 6th parameter. |
P7 |
Value of the 7th parameter. |
This is record SignalProcessing.TFuncSignalRecordDouble.
Copyright (c) 1999-2025 by Dew Research. All rights reserved.
|
What do you think about this topic? Send feedback!
|