Page 44 - 4758
P. 44

5   figure
                            6   ezplot(h,[-10,10])
                            7   title('h=ilaplace(W./s)')
                            8   grid on
                            9   figure
                            10  ezplot(Wt,[-10,10])
                            11  title('Wt=ilaplace(W)')
                            12  grid on

                            s = tf('s'); W=exp(-10*s)/(s+1)










































                                                           42
   39   40   41   42   43   44   45   46   47   48   49