mimo_frf Derived Type

type, public :: mimo_frf

A container for the frequency responses of a system of multiple inputs and multiple outputs (MIMO).


Contents


Components

Type Visibility Attributes Name Initial
real(kind=real64), public, allocatable, dimension(:) :: frequency

An N-element array containing the frequency values at which the FRF is provided. The units of this array are the same as the units of the frequency values passed to the routine used to compute the frequency response.

complex(kind=real64), public, allocatable, dimension(:,:,:) :: responses

An N-by-M-by-P array containing the frequency response functions for each of the M outputs corresponding to each of the P inputs.