org.mklab.tool.signal
クラス Boxcar

java.lang.Object
  上位を拡張 org.mklab.tool.signal.Boxcar

public class Boxcar
extends Object

矩形窓を求めるクラスです。

Rectangular window

バージョン:
$Revision: 1.9 $
作成者:
koga
関連項目:
Bartlett, Blackman

コンストラクタの概要
Boxcar()
           
 
メソッドの概要
static DoubleMatrix boxcar(int length)
          length点の矩形窓を返します。
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

Boxcar

public Boxcar()
メソッドの詳細

boxcar

public static DoubleMatrix boxcar(int length)
length点の矩形窓を返します。

パラメータ:
length - 窓の長さ
戻り値:
矩形窓 (rectangular window)