jp.crestmuse.cmx.amusaj.filewrappers
クラス PeakSet
java.lang.Object
jp.crestmuse.cmx.amusaj.filewrappers.PeakSet
public class PeakSet
- extends java.lang.Object
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PeakSet
public PeakSet(int nPeaks)
PeakSet
public PeakSet(DoubleArray freq,
DoubleArray power,
DoubleArray phase,
DoubleArray iid,
DoubleArray ipd)
setPeak
public void setPeak(int i,
double freq,
double power,
double phase,
double iid,
double ipd)
nPeaks
public int nPeaks()
freq
public double freq(int i)
power
public double power(int i)
phase
public double phase(int i)
iid
public double iid(int i)
ipd
public double ipd(int i)
freq
public DoubleArray freq()
power
public DoubleArray power()
phase
public DoubleArray phase()
iid
public DoubleArray iid()
ipd
public DoubleArray ipd()
filter
public void filter(PeakSet.Filter filt)