- System Identification Toolbox
- Use idfrd to create a frequency response data object from measured data (frequency and complex response).
- Use tfest to estimate a transfer function model directly from the frequency response data.
- Use invfreqs to fit a continuous-time transfer function to the frequency response data by specifying the number of poles and zeros.
- Use tf to create a transfer function object from the numerator and denominator coefficients obtained from invfreqs.
- Use the Transfer Function block to implement and simulate the estimated transfer function model.
- Optionally, use the Frequency Response Data (FRD) block to simulate directly with the measured frequency response data.