Scilab Website | Contribute with GitLab | Mailing list archives | ATOMS toolboxes
Scilab Online Help
5.5.0 - Português

Change language to:
English - Français - 日本語 - Русский

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

Ajuda do Scilab >> CACSD > Plot and display > gainplot

gainplot

esboço de magnitude

Seqüência de Chamamento

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

Parâmetros

sl

lista (sistema linear syslin SIMO).

fmin,fmax

escalares reais (intervalo de freqüência).

step

real (passo de discretização (escala logarítmica))

comments

string

frq

matriz (freqüências linha por linha)

db,phi

matrizes (magnitudes e fases correspondentes a frq)

repf

matriz de complexos. Uma linha para cada resposta de freqüência.

Descrição

É o mesmo que Bode, mas esboça apenas a magnitude.

Exemplos

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,..
                       ["$\frac{s^2+18 s+100}{s^2+6.06 s+102.1}$";
                        "$\frac{s^2+3.02 s+228.01}{s^2+27 s+225}$"])
title('Gainplot')

Ver Também

  • bode — diagrama de Bode
  • black — diagrama de Black (carta de Nichols)
  • nyquist — diagrama de Nyquist
  • freq — frequency response
  • repfreq — frequency response
  • g_margin — gain margin and associated crossover frequency
  • p_margin — phase margin and associated crossover frequency
Report an issue
<< evans Plot and display m_circle >>

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:
Fri Apr 11 14:18:12 CEST 2014