12.07.2015 Views

GNU Octave - Local Sector 7 web page

GNU Octave - Local Sector 7 web page

GNU Octave - Local Sector 7 web page

SHOW MORE
SHOW LESS
  • No tags were found...

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

266 <strong>GNU</strong> <strong>Octave</strong>Outputsdsysfidxequivalent discrete time system with sampling time ts2.The sampling time of sys is updated to ts2.if cuflg=0 then a set of additional inputs is added to the system withsuffixes d1, ..., dn to indicate their delay from the starting time k ts2,i.e. u = [u 1; u 1 d1; ..., u 1 dn] where u 1 dk is the input k*ts1 unitsof time after u 1 is sampled. (ts1 is the original sampling time of thediscrete time system and ts2 = (n+1)*ts1)indices of "formerly fast" states specified by idx and sprefix; these statesare updated to the new (slower) sampling interval ts2.WARNING Not thoroughly tested yet; especially when cuflg == 0.damp (p, tsam)Function FileDisplays eigenvalues, natural frequencies and damping ratios of the eigenvalues of amatrix p or the A matrix of a system p, respectively. If p is a system, tsam must notbe specified. If p is a matrix and tsam is specified, eigenvalues of p are assumed tobe in z-domain.dcgain (sys, tol)Function FileReturns dc-gain matrix. If dc-gain is infinite an empty matrix is returned. Theargument tol is an optional tolerance for the condition number of the A Matrix in sys(default tol = 1.0e-10)[y, t] = impulse (sys, inp, tstop, n)Function FileImpulse response for a linear system. The system can be discrete or multivariable (orboth). If no output arguments are specified, impulse produces a plot or the impulseresponse data for system sys.InputssysinptstopnOutputsytSystem data structure.Index of input being excitedThe argument tstop (scalar value) denotes the time when the simulationshould end.the number of data values.Both parameters tstop and n can be omitted and will be computed fromthe eigenvalues of the A Matrix.Values of the impulse response.Times of the impulse response.

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!