How to make a transfer function minimum phase?
    조회 수: 8 (최근 30일)
  
       이전 댓글 표시
    
Dear MATLAB Community,
I have a plant Transfer Function which is non minimum phase. I want to make it stable minimum phase system so that I can inverse it without instaability.
% Define the transfer function
H = tf([-4.8 16000 0 0],[4.8 16080 286800 51160000]);
isminphase([-4.8 16000 0 0], [4.8 16080 286800 51160000])
Thanks!
댓글 수: 3
  Sam Chak
      
      
 2023년 5월 21일
				What do you want to do after getting the inverse of this function?
H = tf([-4.8 16000 0 0], [4.8 16080 286800 51160000])
step(H, 0.01)
답변 (0개)
참고 항목
카테고리
				Help Center 및 File Exchange에서 Filter Analysis에 대해 자세히 알아보기
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!



