셈툴 다운로드

셈툴 튜토리얼

신호처리 | 역 z-변환 1 |

페이지 정보

작성자 cemtool 작성일14-04-23 15:19 조회13,047회 댓글0건

본문

다음식의 역 z-변환을 구해보자.

ex4_9.cem
/*   Chapter 4: Example 4.9   Check of residue functions rf2pfez and pfe2rfz
*/
 
b = 1; a = poly([0.9,0.9,-0.9]) 
[R,p,c] = resid_z(b,a) 
[delta,n] = implseq(0,0,7);
 x = filter(b,a,delta) 
x = (0.75)*(0.9).^n + (0.5)*n.*(0.9).^n + (0.25)*(-0.9).^n


댓글목록

등록된 댓글이 없습니다.