org.mklab.tool.control
クラス SigmaPlotter

java.lang.Object
  上位を拡張 org.mklab.tool.control.SigmaPlotter

public class SigmaPlotter
extends Object

Sigmaプロットを描画するクラスです。

バージョン:
$Revision: 1.3 $, 2007/03/30
作成者:
koga

コンストラクタの概要
SigmaPlotter()
           
 
メソッドの概要
 void plot(Gnuplot gnuplot, DoubleMatrix sigma, DoubleMatrix angularFrequencies)
          Sigmaプロットを描画します。
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

SigmaPlotter

public SigmaPlotter()
メソッドの詳細

plot

public void plot(Gnuplot gnuplot,
                 DoubleMatrix sigma,
                 DoubleMatrix angularFrequencies)
Sigmaプロットを描画します。

パラメータ:
gnuplot - Gnuplot
sigma - Sigmaの値
angularFrequencies - 評価する周波数(radian/s)