org.mklab.tool.signal
クラス Sawtooth

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

public class Sawtooth
extends Object

ノコギリ波状の信号を生成するクラスです。

Sawtooth wave

バージョン:
$Revision: 1.15 $
作成者:
koga
関連項目:
Square

コンストラクタの概要
Sawtooth()
           
 
メソッドの概要
static Matrix sawtooth(Matrix t)
          時刻の列tに対して、周期2*PIの ノコギリ状の信号を返します。
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

Sawtooth

public Sawtooth()
メソッドの詳細

sawtooth

public static Matrix sawtooth(Matrix t)
時刻の列tに対して、周期2*PIの ノコギリ状の信号を返します。

パラメータ:
t - 時刻の列
戻り値:
ノコギリ波状の信号 (sawtooth wave)