|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.isti.jevalresp.RespArraysInfo
public class RespArraysInfo
Class RespArraysInfo contains arrays and other information for a response or one stage of a response.
Field Summary | |
---|---|
AmpPhaseBlk[] |
ampPhaseArray
Handle to array of amplitude/phase values for response. |
ComplexBlk[] |
cSpectraArray
Array of complex-spectra values for response. |
double[] |
frequencyArr
Array of corresponding frequency values. |
java.lang.String |
identifyStr
Identification string for response information. |
Constructor Summary | |
---|---|
RespArraysInfo(ComplexBlk[] cSpectraArray,
double[] frequencyArr,
java.lang.String identifyStr)
Creates a response arrays/information object. |
|
RespArraysInfo(ComplexBlk[] cSpectraArray,
double[] frequencyArr,
java.lang.String identifyStr,
AmpPhaseBlk[] ampPhaseArray)
Creates a response arrays/information object. |
|
RespArraysInfo(int cSpectraArrayLen,
double[] frequencyArr,
java.lang.String identifyStr)
Creates a response arrays/information object. |
|
RespArraysInfo(int cSpectraArrayLen,
double[] frequencyArr,
java.lang.String identifyStr,
AmpPhaseBlk[] ampPhaseArray)
Creates a response arrays/information object. |
Method Summary | |
---|---|
void |
enterCSpectraVal(int idx,
ComplexBlk cBlkObj)
Enters the given value into the array of complex-spectra values for the response. |
void |
setAmpPhaseArray(AmpPhaseBlk[] ampPhaArr)
Enters the given array as the amp/phase array for this object. |
void |
setAmpPhaseArray(double[] ampArr,
double[] phaArr)
Enters the given arrays to be the amp/phase array for this object. |
void |
setFrequencyArray(double[] freqArr)
Enters the given array as the frequency array for this object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public final ComplexBlk[] cSpectraArray
public double[] frequencyArr
public final java.lang.String identifyStr
public AmpPhaseBlk[] ampPhaseArray
Constructor Detail |
---|
public RespArraysInfo(int cSpectraArrayLen, double[] frequencyArr, java.lang.String identifyStr, AmpPhaseBlk[] ampPhaseArray)
cSpectraArrayLen
- length of array of complex-spectra
values for response.frequencyArr
- array of corresponding frequency values.identifyStr
- identification string for response.ampPhaseArray
- array of amplitude/phase values for response.public RespArraysInfo(int cSpectraArrayLen, double[] frequencyArr, java.lang.String identifyStr)
cSpectraArrayLen
- length of array of complex-spectra
values for response.frequencyArr
- array of corresponding frequency values.identifyStr
- identification string for response.public RespArraysInfo(ComplexBlk[] cSpectraArray, double[] frequencyArr, java.lang.String identifyStr, AmpPhaseBlk[] ampPhaseArray)
cSpectraArray
- array of complex-spectra values for response.frequencyArr
- array of corresponding frequency values.identifyStr
- identification string for response.ampPhaseArray
- array of amplitude/phase values for response.public RespArraysInfo(ComplexBlk[] cSpectraArray, double[] frequencyArr, java.lang.String identifyStr)
cSpectraArray
- array of complex-spectra values for response.frequencyArr
- array of corresponding frequency values.identifyStr
- identification string for response.Method Detail |
---|
public void enterCSpectraVal(int idx, ComplexBlk cBlkObj)
idx
- the array index value to use.cBlkObj
- the 'ComplexBlk' object from which to take the values.public void setFrequencyArray(double[] freqArr)
freqArr
- frequency array to be entered.public void setAmpPhaseArray(AmpPhaseBlk[] ampPhaArr)
ampPhaArr
- amp/phase array to be entered.public void setAmpPhaseArray(double[] ampArr, double[] phaArr)
ampArr
- amplitude array to be entered.phaArr
- phase array to be entered.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |