![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/174006/image.jpeg)
Tuning transfer function to get only positive parameters using Simulink
조회 수: 7 (최근 30일)
이전 댓글 표시
I have a transfer function with order three in both numerator and denominator. I am tuning the block using the control system tuner to find the best coefficients for the block for a desired function. My question is how to tell the tuner that the coefficients to be found must be positive values?
ex: tf=(a1*s+1)(a2*s+1)(a3*s+1)/((b1*s+1)(b2*s+1)(b3*s+1))
I want to find the values of the parameters all a & b to be positive values. Any idea? Thanks
댓글 수: 0
답변 (1개)
Sebastian Castro
2017년 4월 17일
For all tuned blocks, you can expand the variable name and set their "Minimum" and "Maximum" values. If you set a minimum of 0, does it work?
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/174006/image.jpeg)
Sebastian
댓글 수: 3
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!