필터 지우기
필터 지우기

how to determine the partial fraction of this kind of function using matlab?

조회 수: 1 (최근 30일)
I have tried in this way:
a=[1];
>> b=conv([1 1],[1 -1]);
>> b=conv(b,[1 -1]);
>> [r p c]=residue(a,b)
but the the answer is not satisfying with the book

답변 (0개)

카테고리

Help CenterFile Exchange에서 Get Started with MATLAB에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by