home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 5 / DATAFILE_PDCD5.iso / utilities / r / rlab / CTB / dlsimtest < prev    next >
Encoding:
Text File  |  1995-11-15  |  143 b   |  14 lines

  1. //
  2. // This routine tests the dlsim routine
  3. //
  4.  
  5. rfile dlsim
  6.  
  7. num=[2,-3.4,1.5];
  8. den=[1,-1.6,0.8];
  9. u=rand(100,1);
  10.  
  11. pstart();
  12.  
  13. J=dlsim(num,den,u);
  14.