octave-patch-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-patch-tracker] [patch #9179] dcgain.m: control toolbox


From: anonymous
Subject: [Octave-patch-tracker] [patch #9179] dcgain.m: control toolbox
Date: Wed, 30 Nov 2016 16:29:07 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Linux armv7l; rv:45.0) Gecko/20100101 Firefox/45.0

URL:
  <http://savannah.gnu.org/patch/?9179>

                 Summary: dcgain.m: control toolbox
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Wed 30 Nov 2016 04:29:04 PM UTC
                Category: Forge : new function
                Priority: 5 - Normal
                  Status: None
                 Privacy: Public
             Assigned to: None
        Originator Email: address@hidden
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

Implements the dcgain function for the control toolbox.

## Compute the DC gain k of a linear time invariant (LTI) system
##
## Transfer function for a continuous state space system (A,B,C,D)
## G(s) = C * inv(s*I - A) * B + D
##
## DC Gain: evaluate G(s) as s -> 0
## k = C * inv(-A) * B + D
##
## Transfer function for a discrete state space system (A,B,C,D,T)
## G(z) = C * inv(z*I - A) * B + D
##
## DC Gain: evaluate G(z) as z -> 1
## k = C * inv(I-A) * B + D



    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Wed 30 Nov 2016 04:29:04 PM UTC  Name: dcgain.m  Size: 2kB   By: None

<http://savannah.gnu.org/patch/download.php?file_id=39111>

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/patch/?9179>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]