A container for a frequency response function, or series of frequency response functions.
| 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 matrix containing the M frequency response functions evaluated at each of the N frequency points. |