org.mklab.tool.control
クラス Margin

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

public class Margin
extends Object

ゲイン余裕、位相余裕、ゲイン交差周波数、位相交差周波数を求めるクラスです。

Gain margin, phase margin, and crossover frequencies

バージョン:
$Revision: 1.17 $
作成者:
koga
関連項目:
Gmargin, Pmargin

コンストラクタの概要
Margin()
           
 
メソッドの概要
static List<DoubleNumber> margin(DoubleMatrix Mg, DoubleMatrix Ph, DoubleMatrix w)
          ゲイン余裕gm(絶対値), 位相余裕pm(度), ゲイン交差周波数wgc, 位相交差周波数wpcを返します。
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

Margin

public Margin()
メソッドの詳細

margin

public static List<DoubleNumber> margin(DoubleMatrix Mg,
                                        DoubleMatrix Ph,
                                        DoubleMatrix w)
ゲイン余裕gm(絶対値), 位相余裕pm(度), ゲイン交差周波数wgc, 位相交差周波数wpcを返します。

パラメータ:
Mg - 周波数応答の絶対値(ゲイン)の列
Ph - 周波数応答の偏角(位相)の列
w - 周波数の列
戻り値:
{gm, pm, wgc, wpc} (ゲイン余裕, 位相余裕, ゲイン交差周波数, 位相交差周波数)