|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectorg.mklab.tool.signal.Boxcar
public class Boxcar
矩形窓を求めるクラスです。
Rectangular window
Bartlett,
Blackman| コンストラクタの概要 | |
|---|---|
Boxcar()
|
|
| メソッドの概要 | |
|---|---|
static DoubleMatrix |
boxcar(int length)
length点の矩形窓を返します。 |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| コンストラクタの詳細 |
|---|
public Boxcar()
| メソッドの詳細 |
|---|
public static DoubleMatrix boxcar(int length)
length点の矩形窓を返します。
length - 窓の長さ
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||