home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / softsys / matlab / 152 < prev    next >
Encoding:
Internet Message Format  |  1993-01-25  |  2.2 KB

  1. Path: sparky!uunet!spool.mu.edu!agate!usenet.ins.cwru.edu!v32.uh.cwru.edu!ellert
  2. From: ellert@v32.uh.cwru.edu ()
  3. Newsgroups: comp.soft-sys.matlab
  4. Subject: Re: Loading data to matlab
  5. Date: 25 Jan 1993 15:08:14 GMT
  6. Organization: Image Analysis Center, Univ. Hospitals of Cleveland
  7. Lines: 48
  8. Distribution: world
  9. Message-ID: <1k0vouINN1bm@usenet.INS.CWRU.Edu>
  10. References: <1k05qaINN98i@cs.tut.fi>
  11. Reply-To: ellert@nu1.uh.cwru.edu
  12. NNTP-Posting-Host: max.uh.cwru.edu
  13.  
  14.  
  15. Path: v32.uh.cwru.edu!ellert
  16. Newsgroups: comp.soft-sys.matlab,tut.lintula,tut.sos
  17. From: ellert@v32.uh.cwru.edu ()
  18. Distribution: world
  19. References:  <1k05qaINN98i@cs.tut.fi>
  20. Reply-To: ellert@nu1.uh.cwru.edu
  21. Organization: Image Analysis Center, Univ. Hospitals of Cleveland
  22. Subject: Re: Loading data to matlab
  23.  
  24. Path: v32.uh.cwru.edu!ellert
  25. Newsgroups: comp.soft-sys.matlab,tut.lintula,tut.sos
  26. From: ellert@v32.uh.cwru.edu ()
  27. Distribution: world
  28. References:  <1k05qaINN98i@cs.tut.fi>
  29. Reply-To: ellert@nu1.uh.cwru.edu
  30. Organization: Image Analysis Center, Univ. Hospitals of Cleveland
  31. Subject: Re: Loading data to matlab
  32.  
  33. In article <1k05qaINN98i@cs.tut.fi>, rmr@cs.tut.fi (Rimpela Riku) writes:
  34. >
  35. >    I have some data in the following format and I would like to get
  36. >the data into Matlab for analysis. Is it possible to do it with Matlab's own 
  37. >tools or do I have to convert it somehow first. The samples are two's 
  38. >complements.
  39. >
  40. >  27435413.0 6D9B  3FB0  2F1F  FDFB  FAE5  D3CD  71F6  0D6C  15
  41. >  27435414.0 6D9B  3DD8  2F1F  FDFB  FAE5  D3CD  71F6  0D6C  15
  42. >  27435813.0 6D9B  1DD8  2F1F  FDFB  FAE5  D3CD  71F6  0D6C  15
  43. >  27435814.0 6D9B  1EEC  2F1F  FDFB  FAE5  D3CD  71F6  0D6C  15
  44. >  27436213.0 6D9B  8EEC  2F1F  FDFB  FAE5  D3CD  71F6  0D6C  15
  45. >  27436214.0 6D9B  8F76  2F1F  FDFB  FAE5  D3CD  71F6  0D6C  15
  46. >
  47. >       TIME  ^/I$443/IR_IMAG   ^/I$443/IS_REAL   ^/I$443/PSIS_IMAG
  48. >                   ^/I$443/IR_REAL   ^/I$443/PSIR_IMAG ^/I$443/PSIS_REAL
  49. >                         ^/I$443/IS_IMAG   ^/I$443/PSIR_REAL ^sel
  50. >
  51. >
  52.  
  53. As I posted in a reply to 'listing of filenames', I have routines which will
  54. allow you to read the above data, and to some degree, parse it.  However,
  55. I have no routines to convert from hex.  
  56.  
  57. Ed Ellert
  58. ellert@nu1.uh.cwru.edu
  59.  
  60.  
  61.  
  62.