Disable Noise Sources During Frequency Response
Estimation
This example shows how to disable noise sources in your Simulink® model during
frequency response estimation. Such noise sources can interfere with the signal at the
linearization output points and produce inaccurate estimation results.
Open the model.
mdl = 'scdplane';
open_system(mdl)
Specify linearization input and output points.
Disable Noise Sources During Frequency Response Estimation