summaryrefslogtreecommitdiff
path: root/3812/CH10/EX10.33/10_33.sce
blob: c7472491118fb46dfc463ff8bf52c37bd59f5e70 (plain)
1
2
3
4
5
6
7
//Example 10_33
//Find the inverse Z-transform 
clc;
clear;
z=poly(0,'z');
x=ldiv((z+1),(z-1/3),4);
disp(x,'x[n]=');