|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||
java.lang.Objectjp.crestmuse.cmx.amusaj.filewrappers.PeakSet
public class PeakSet
| 入れ子のクラスの概要 | |
|---|---|
class |
PeakSet.Filter
|
| コンストラクタの概要 | |
|---|---|
PeakSet(DoubleArray freq,
DoubleArray power,
DoubleArray phase,
DoubleArray iid,
DoubleArray ipd)
|
|
PeakSet(int nPeaks)
|
|
| メソッドの概要 | |
|---|---|
void |
filter(PeakSet.Filter filt)
|
DoubleArray |
freq()
|
double |
freq(int i)
|
DoubleArray |
iid()
|
double |
iid(int i)
|
DoubleArray |
ipd()
|
double |
ipd(int i)
|
int |
nPeaks()
|
DoubleArray |
phase()
|
double |
phase(int i)
|
DoubleArray |
power()
|
double |
power(int i)
|
void |
setPeak(int i,
double freq,
double power,
double phase,
double iid,
double ipd)
|
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| コンストラクタの詳細 |
|---|
public PeakSet(int nPeaks)
public PeakSet(DoubleArray freq,
DoubleArray power,
DoubleArray phase,
DoubleArray iid,
DoubleArray ipd)
| メソッドの詳細 |
|---|
public void setPeak(int i,
double freq,
double power,
double phase,
double iid,
double ipd)
public int nPeaks()
public double freq(int i)
public double power(int i)
public double phase(int i)
public double iid(int i)
public double ipd(int i)
public DoubleArray freq()
public DoubleArray power()
public DoubleArray phase()
public DoubleArray iid()
public DoubleArray ipd()
public void filter(PeakSet.Filter filt)
|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||