Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

step_info undershoot must be "Undershoot: Percentage of undershoot" #565

Closed
@juanodecc

Description

@juanodecc

The function doc:

Undershoot: Percentage of undershoot

the code calculate undershoot as:

'Undershoot':yout.min(),# not very confident about this

An example:

import numpy as np              # NumPy libraryimport matplotlib.pyplot as pltimport control as ctrl  # Name: control Version: 0.8.4sys3 = ctrl.tf([-1, 1],[1,1,1])ctrl.step_info(sys3)time,yout=ctrl.step_response(sys3)plt.figure()plt.plot(time,yout)

{'RiseTime': 1.197344248356904,
'SettlingTime': 6.631445067822853,
'SettlingMin': 0.8878785981432115,
'SettlingMax': 1.2087112656708903,
'Overshoot': 23.04582827419207,
'Undershoot': -0.2791703847438639,
'Peak': 1.2087112656708903,
'PeakTime': 4.236756571109045,
'SteadyStateValue': 0.9823260833983173}

Figure_1

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions


      [8]ページ先頭

      ©2009-2025 Movatter.jp