ANP: Animated Nyquist Plot

버전 6.0.1.0 (81.7 KB) 작성자: Stefan Rickli
Create a customizable nyquist plot that displays pole/zero contributions.
다운로드 수: 396
업데이트 날짜: 2017/7/23

Programmed for educational purposes, this Matlab function draws a Nyquist diagram of any given rational transfer function (including delays) and allows the user to explore it.
As the radius of the D-contour is held relatively small, one can investigate what happens at the origin.
The program also displays the contribution of each pole / zero to the current magnitude and phase.
ANP is capable of handling:
- Vectors with zeros and poles for a SISO system: anp_main([0],[-1,-2,-3+1i,-3-1i])
- SISO rational transfer functions: anp_main(tf(rss(1,1,1)));
- SISO systems with delay: s=tf('s'); anp_main(1/(s+1)*exp(-0.01*s)));
- MIMO systems (computing det(I + L(s)) for a MIMO transfer function L(s)): anp_main(tf(rss(2,2,2)));
Have a look at the file 'anp_usage_examples.m' to see other syntax examples.

Please report any glitches and crashes!

인용 양식

Stefan Rickli (2024). ANP: Animated Nyquist Plot (https://github.com/StefanRickli/anp), GitHub. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2016a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Pole and Zero Locations에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

GitHub 디폴트 브랜치를 사용하는 버전은 다운로드할 수 없음

버전 게시됨 릴리스 정보
6.0.1.0

Bugfix:
- Incorrect calculation of det(I + L(s))
- Scaling factors, e.g. (-2) in (-2)*(s+1)/(s-1), were not taken into account in results summary, causing a mismatch between plot and results TextBox.

6.0.0.0

New: MIMO support: try anp_main(tf(rss(2,2,2)));
ANP will compute show the Nyquist plot of det(I + L(s)) for a MIMO transfer function L(s).
Changed: Detours around poles/zeros on the imaginary axis now go to the left (due to MIMO system properties).

5.2.4.0

Fixed some crashes and glitches.
See release notes on GitHub for more details.

A future major version will change how the detours around poles and zeros on the imaginary axis behave. This is to reflect specialities with MIMO systems.

5.2.3.0

Fixed initialization of variables that are used only in some rare cases.

5.2.2.0

Bugfix (wrong handling of nonconjugate complex poles/zeros), code cleanup, speedups, more code documentation.
See release notes on GitHub for more details.

5.2.1.0

이 GitHub 애드온의 문제를 보거나 보고하려면 GitHub 리포지토리로 가십시오.
이 GitHub 애드온의 문제를 보거나 보고하려면 GitHub 리포지토리로 가십시오.