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

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