home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 4 / DATAFILE_PDCD4.iso / languages / rlab1_23a / CTB / lsimtest < prev    next >
Text File  |  1995-11-14  |  193b  |  18 lines

  1. //
  2. // This routine tests the lsim routine
  3. //
  4.  
  5. rfile lsim
  6. rfile rem
  7.  
  8. num=[2,5,1];
  9. den=[1,2,3];
  10. t=(0.0:10.0:0.1)';
  11.  
  12. period=4.0;
  13. u=(rem(t,period) >= period ./ 2);
  14.  
  15. pstart();
  16.  
  17. J=lsim(num,den,u,t);
  18.