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

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

[Octave-patch-tracker] [patch #9256] damp.m - Implemented missing functi


From: anonymous
Subject: [Octave-patch-tracker] [patch #9256] damp.m - Implemented missing function "damp" of the Octave-Forge control package
Date: Thu, 9 Feb 2017 16:42:38 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:49.0) Gecko/20100101 Firefox/49.0

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

                 Summary: damp.m - Implemented missing function "damp" of the
Octave-Forge control package
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Thu 09 Feb 2017 09:42:37 PM UTC
                Category: Forge : new function
                Priority: 5 - Normal
                  Status: None
                 Privacy: Public
             Assigned to: None
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

## Calculate natural frequencies, damping ratios and poles.
##
## If no output is specified, display overview table containing poles,
magnitude
## (if @var{sys} is a discrete-time model), damping ratios, natural
frequencies 
## and time constants.
##
## @strong{Inputs}
## @table @var
## @item sys
## @acronym{LTI} model.
## @end table
##
## @strong{Outputs}
## @table @var
## @item Wn
## Natural frequencies of each pole of @var{sys} (in increasing order).
## The frequency unit is Hz (reciprocal of a second).
## If @var{sys} is a discrete-time model with specified sample time, @var{Wn}

## contains the natural frequencies of the equivalent continuous-time poles 
## (see Algorithms).  If @var{sys} has an unspecified sample time 
## (@var{tsam =} -1), @var{tsam =} 1 is used to calculate @var{Wn}.
## @item zeta
## Damping ratios of each pole of @var{sys} (in the same order as @var{Wn}).
## If @var{sys} is a discrete-time model with specified sample time,
@var{zeta} 
## contains the damping ratios of the equivalent continuous-time poles 
## (see Algorithms).  If @var{sys} has an unspecified sample time
## (@var{tsam =} -1), @var{tsam =} 1 is used to calculate @var{zeta}.
## @item P
## Poles of @var{sys} (in the same order as @var{Wn}).




    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Thu 09 Feb 2017 09:42:37 PM UTC  Name: damp.m  Size: 7kB   By: None

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

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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