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