public class SPCComponent
extends java.lang.Object
SPCBody
in a Spectrum
修飾子とタイプ | メソッドと説明 |
---|---|
void |
addComponent(SPCComponent anotherComponent)
body componentを足し合わせる
|
void |
amplitudeCorrection(double tlen)
after toTimeDomain
|
void |
applyGrowingExponential(double omegai,
double tlen)
after toTime TLEN * (double) (i) / (double) nptsInTimeDomain;
|
void |
applySourceTimeFunction(SourceTimeFunction sourceTimeFunction)
before toTime This method applies ramped source time function.
|
SPCComponent |
copy() |
double[] |
getTimeseries() |
org.apache.commons.math3.complex.Complex[] |
getValueInFrequencyDomain() |
void |
toTimeDomain(int lsmooth) |
public SPCComponent copy()
public void addComponent(SPCComponent anotherComponent)
anotherComponent
- additional SPCComponent
public void amplitudeCorrection(double tlen)
tlen
- time lengthpublic void applyGrowingExponential(double omegai, double tlen)
omegai
- ωitlen
- time lengthpublic void applySourceTimeFunction(SourceTimeFunction sourceTimeFunction)
sourceTimeFunction
- to be appliedpublic org.apache.commons.math3.complex.Complex[] getValueInFrequencyDomain()
public double[] getTimeseries()
public void toTimeDomain(int lsmooth)