Step Response on linear analysis tool is scaled differently from simulink scope
3 次查看(过去 30 天)
显示 更早的评论
I am trying to find the transfer function of a simple high pass filter using simscape and linear analysis tool. I built up the circuit as shown, the output i get from the simulink scope is scaled differently from step response of the transfer function i get from linear analysis tool.Step response on linear analysis tool starts at 1 versus simulink scope output of 0.8125(which is correct). I would like to know how to correct it.
0 个评论
回答(1 个)
Ankit Bhardwaj
2017-4-26
One cause for this issue might be the incorrect usage of Linear Analysis Points. Please keep in mind that using "Open-loop Input/Output" will break existing feedback loops. If you are interested in performing linear analysis on a closed loop model, a combination of "Input Perturbation" and "Output Measurement" points should be used to designate the input and the output, respectively.
It is also important to keep in mind that linearizing a non-linear model will inherently cause the step response to look different. For instance, if your model contains a saturation block, it will be converted to a gain during linearization. As a result, if the signal is reaching the saturation limit during simulation, this behavior cannot be reflected in the linearized step response.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Trimming and Linearization 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!