how to plot bode plot(frequency plot) in simulink ?

1 view (last 30 days)
I have simulink model
and i want to plot bode plot for output sensitivity . Normally output sensitivity measure from output to additive noise. In model i have put linearization pints at output and additive noise but i am not getting how to plot bode response for this ? can anyone tell ?

Answers (1)

Ryan G
Ryan G on 27 Mar 2013
Why do you need the additive noise to find the bode plot? I would first suggest using the linear analysis tool.
First you want to determine what response you are looking for. Do you want the open loop plant response? The close loop response with the controller? I don't see anywhere you can actually command your controller to do anything.
If you want the frequency response over the plant, set the input to the plant as an open loop input point and the output of the plant as an open loop output. If you want the overall system response you would determine the input to the controller and set that as the input point and you would use the output from the plant as the output point.
  3 Comments
Ryan G
Ryan G on 27 Mar 2013
Check out this example for a typical controller/plant steup. You see the controller in series with the plant and the summing junction allows the user to define a point for the controller to control to. In your current model, there is no way to add a setpoint to the controller (normally via summing junction error). That is where you would add the input point.
Aniket
Aniket on 27 Mar 2013
Edited: Aniket on 27 Mar 2013
helloi have added sum point and my controller is parallel to plant. I am using LQG contoller for this.
here is my model and i am implemnting model for disturbance rejection. for this where should i put input/output points for output sensitivity and output complimentary sensitivity ?

Sign in to comment.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!