|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectorg.mklab.tool.control.FrequencyResponse
public class FrequencyResponse
周波数応答を表わすクラスです。
| コンストラクタの概要 | |
|---|---|
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 |
| コンストラクタの詳細 |
|---|
public FrequencyResponse(LinearSystem system)
FrequencyResponseオブジェクトを初期化します。
system - 線形システム| メソッドの詳細 |
|---|
public List<NumericalMatrix<?>> getResponse(NumericalMatrix<?> s)
s - 評価する周波数(radian/s)
public NumericalMatrix<?> getResponse(NumericalMatrix<?> s,
int inputNumber)
s - 評価する周波数(radian/s)inputNumber - 入力番号
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||