Write/Read |
About PNA-X Pulsed Capabilities |
Description |
Sets and returns the digital filter coefficients of stage1. |
VB Syntax |
spm4.Stage1Coefficients = value |
Variable |
(Type) - Description |
spm4 |
A SignalProcessingModuleFour (object) |
value |
(Variant Array) Coefficients. An array of real values. |
Return Type |
Variant |
Default |
Stage dependent. |
Examples |
spm4.Stage1Coefficients = 0,0.1,0.7,0.7,0.1 'Write |
mode = spm4.Stage1Coefficients 'Read |
|
C++ Syntax |
HRESULT get_Stage1Coefficients(VARIANT* pCoefs); HRESULT put_Stage1Coefficients(VARIANT pCoefs); |
Interface |
ISignalProcessingModuleFour |