how to plot frequency domain response in simulink ?

조회 수: 9 (최근 30일)
Aniket
Aniket 2013년 3월 25일
편집: Walter Roberson 2016년 10월 31일
Hello,
I am giving continuous time signal and i am plotting time domain response on scope in siulink, but i want to analyse frequency response of same continuous time signal.
how should i analyse frequency response of continuous time signal in simulink ?

채택된 답변

Azzi Abdelmalek
Azzi Abdelmalek 2013년 3월 25일
You can use Spectrum Analyzer if you have a DSP system toolbox
  댓글 수: 7
Aniket
Aniket 2013년 3월 25일
Thank you,
Do you have any idea about how to plot bode diagram from simulink
Pruthveeraj Mali
Pruthveeraj Mali 2013년 11월 18일
Can you send me LQG model? so that ease to help you

댓글을 달려면 로그인하십시오.

추가 답변 (1개)

Arkadiy Turevskiy
Arkadiy Turevskiy 2013년 3월 25일
You can also use the tool called Simulink Control Design. It lets you linearize your model analytically, so you can compute and plot a transfer function from any input to any output. It also has the functionality called frequency response estimation, which is exactly what you are trying to do: it lets you inject a time signal into any input, and calculates and plots the frequency response from that input to any output. Does all the signal logging, fft calculations for you.
For exact linearization, see more on this page we put together for linearization. For frequency-response estimation, see the section of the page that says "frequency response estimation".
Arkadiy
  댓글 수: 4
Aniket
Aniket 2013년 3월 25일
편집: Aniket 2013년 3월 25일
hello Here is my simulink model , i am not getting where i have to put linearization input , output points points for to plot sensitivity and output sensitivity function , could please tell where should i put points ?
like output sensitivity in equation is So = 1 / (1 + G * C) G is plant and C is controller
Arkadiy Turevskiy
Arkadiy Turevskiy 2013년 10월 9일
explained here.

댓글을 달려면 로그인하십시오.

태그

Community Treasure Hunt

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

Start Hunting!

Translated by