Scilab Website | Contribute with GitLab | Mailing list archives | ATOMS toolboxes
Scilab Online Help
5.3.2 - 日本語

Change language to:
English - Français - Português

Please note that the recommended version of Scilab is 2024.0.0. This page might be outdated.
See the recommended documentation of this function

Scilab help >> CACSD > gainplot

gainplot

ゲインプロット

呼び出し手順

gainplot(sl,fmin,fmax [,step] [,comments] )
gainplot(frq,db,phi [,comments])
gainplot(frq, repf [,comments])

パラメータ

sl

リスト (syslin SIMO 線形システム).

fmin,fmax

実数スカラー (周波数範囲).

step

実数 (離散化刻み (対数領域))

comments

文字列

frq

行列 (行方向に周波数を並べたもの)

db,phi

行列 (frqに対応するゲインと位相)

repf

複素数行列. 各行が各周波数応答に対応.

説明

bode と同じだがゲインのみプロットする.

s=poly(0,'s')
h=syslin('c',(s^2+2*0.9*10*s+100)/(s^2+2*0.3*10.1*s+102.01))
gainplot(h,0.01,100,'(s^2+2*0.9*10*s+100)/(s^2+2*0.3*10.1*s+102.01)')
clf()
h1=h*syslin('c',(s^2+2*0.1*15.1*s+228.01)/(s^2+2*0.9*15*s+225))
gainplot([h1;h],0.01,100,['h1';'h'])

参照

  • bode — ボード線図
  • black — Black図 (ニコルス線図)
  • nyquist — ナイキスト線図
  • repfreq — 周波数応答
  • g_margin — ゲイン余裕およびゲイン交差周波数
  • datatips — プロットされた曲線に情報(tips)を配置,編集するためのツール.
<< g_margin CACSD gamitg >>

Copyright (c) 2022-2023 (Dassault Systèmes)
Copyright (c) 2017-2022 (ESI Group)
Copyright (c) 2011-2017 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Thu May 12 11:45:51 CEST 2011