bode diagram linearization failure
이전 댓글 표시
I have boost converter with PID controller. I need to linearization to plot bode diagram without transfer function. But everytime I try I cant determine diagram unless put an output mesasurement to output of PID. There was no data when I want to measure data from plant output.
The diagram I have attached belong to PID output not converter.
답변 (2개)
Andrew Ouellette
대략 1시간 전
0 개 추천
What happens when you try to linearize your boost converter? Do you receive an error? Do you receive a linearization D=0?
Can you succcessfully linearize other models? Have you tried using the linearization advisor to find problematic blocks?
Have you tried frequency response estimation?
mehmed celebi
대략 13시간 전
0 개 추천
댓글 수: 2
Andrew Ouellette
대략 12시간 전
Okay, so it sounds like you are trying to do frequency response estimation rather than linearization. The error message is pointing to a mismatch between the perturbation signal you have defined and (at least one) location where you are trying to inject the signal. The sinestream perturbation signal can have a variable number of sample times. When you define such a sinestream, you need to inject the perturbation on continuous time [0 0] or fixed in minor time step [0 1] signals. Most likely, you are trying to inject the perturbation on a discrete time signal. Try creating a fixed sample time sinestream instead as the error message suggests.
mehmed celebi
대략 12시간 전
카테고리
도움말 센터 및 File Exchange에서 PID Controller Tuning에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
