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