org.mklab.tool.control
クラス FrequencyResponse

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

public class FrequencyResponse
extends Object

周波数応答を表わすクラスです。

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

コンストラクタの概要
FrequencyResponse(LinearSystem system)
          新しく生成されたFrequencyResponseオブジェクトを初期化します。
 
メソッドの概要
 List<NumericalMatrix<?>> getResponse(NumericalMatrix<?> s)
          周波数応答を返します。
 NumericalMatrix<?> getResponse(NumericalMatrix<?> s, int inputNumber)
          システムの周波数応答を返します。
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

FrequencyResponse

public FrequencyResponse(LinearSystem system)
新しく生成されたFrequencyResponseオブジェクトを初期化します。

パラメータ:
system - 線形システム
メソッドの詳細

getResponse

public List<NumericalMatrix<?>> getResponse(NumericalMatrix<?> s)
周波数応答を返します。

パラメータ:
s - 評価する周波数(radian/s)
戻り値:
周波数応答

getResponse

public NumericalMatrix<?> getResponse(NumericalMatrix<?> s,
                                      int inputNumber)
システムの周波数応答を返します。

パラメータ:
s - 評価する周波数(radian/s)
inputNumber - 入力番号
戻り値:
周波数応答