필터 지우기
필터 지우기

Cannot compute the root locus of models with complex data

조회 수: 7 (최근 30일)
Tony
Tony 2024년 4월 29일
댓글: Paul 2024년 4월 30일
Hi everyone,
I'm trying to use the function "rlocusplot(H)" with a comlex transfer function: H = 1/(s + 1 + 1i), without success.
Could someone please help me. Many thanks!
Best regards
Tony

답변 (1개)

Paul
Paul 2024년 4월 29일
Well, you can always loop through values of K and for each value of K solve for s that satisfies
den(s) + K*num(s) = 0
and plot the resulting values of s.
For simple, or even moderately complex, problems, the function roots would be helpful.
If you don't mind me asking, what kind of problem results in a trasnfer function with complex coefficients?
  댓글 수: 2
Tony
Tony 2024년 4월 30일
Hi Paul, thanks for answer!
So you mean, there isn't a function like rlocus(H1) from matlab for transfer function with complex coefficients ?
Paul
Paul 2024년 4월 30일
Not that I'm aware of. But you can search the doc.

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

카테고리

Help CenterFile Exchange에서 Classical Control Design에 대해 자세히 알아보기

제품


릴리스

R2023b

Community Treasure Hunt

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

Start Hunting!

Translated by