powered by
This function computes the frequency response of the following system:
g(w) = (wI-A) \ B
for the complex frequencies contained in the vector W. The column vector B must have as many rows as the matrix A.
ltifr(A, B, w)
State-space matrix, A
State-space input-matrix, B. B must have as many rows as the matrix A.
Vector of complex frequencies
Returns the frequency response in vector. freqresp utilizes this function for state-space systems.
freqresp
# NOT RUN { ## use \code{\link{freqresp}} # }
Run the code above in your browser using DataLab