home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / dsp / 1942 < prev    next >
Encoding:
Text File  |  1992-08-13  |  1.9 KB  |  41 lines

  1. Newsgroups: comp.dsp
  2. Path: sparky!uunet!netnews!warper.jhuapl.edu!gotwols
  3. From: gotwols@warper.jhuapl.edu (Bruce Gotwols)
  4. Subject: Re: High-level language/package for signal processing
  5. Message-ID: <gotwols.713750652@warper.jhuapl.edu>
  6. Sender: usenet@netnews.jhuapl.edu
  7. Organization: JHU/Applied Physics Laboratory
  8. References: <4272@inca.comlab.ox.ac.uk>
  9. Date: Fri, 14 Aug 1992 00:04:12 GMT
  10. Lines: 29
  11.  
  12. I have used both IDl and Matlab for both signal processing and 
  13. image processing.  As others have correctly said, Matlab is stronger
  14. for signal processing and IDL for image processing.  However, IDL has
  15. one important feature that caused me to settle on it for almost all of
  16. my work in both areas:  It can handle bytes, 16  and 32 bit integers, 
  17. floats, doubles, and complex.  Matlab is restricted to only doubles and
  18. complex....a very severe restriction if you must work with huge arrays
  19. as I often do.
  20.  
  21. IDL allows routines written in other languages such as C and Fortran to
  22. be hooked into it.  Therefore, I write for instance, digital filter programs
  23. in C and then hook them into IDL at run time.  I also have written a set of
  24. routines that allow me to manipulate Exabyte tape drives from within IDL (using
  25. the hooks mentioned above).  This way I can analyze several Gbytes of radar 
  26. signal data straight from tape without having to first put the data on disk.
  27. I do not know if this can be done from Matlab; perhaps someone will comment 
  28. on this.
  29.  
  30. There is an anonymous ftp site with hundreds of well written IDL routines
  31. of general interest.  It is fermi.jhuapl.edu.  Get into idl-pvwave and then
  32. the next level down which I think is called jhuapl.  By the way, most of these
  33. routines will also run under pv-wave, but I prefer IDL.
  34.  
  35.             Regards, bruce
  36. --
  37. Bruce L. Gotwols
  38. Johns Hopkins University, Applied Physics Lab., Laurel MD 20723
  39. Internet:  gotwols@warper.jhuapl.edu   (128.244.27.2) 
  40. SPAN:      APLSP::STR::GOTWOLS
  41.