SourceFiles.org - Use the Source, Luke
Home | Register | News | Forums | Guide | MyLinks | Bookmark

Related Sites

Latest News
  General News
  Reviews
  Press Releases
  Software
  Hardware
  Security
  Tutorials
  Off Topic


Back to files

As of version 1.02 SegyMAT is intended to work with Octave version >2.1.64

If you have an older octave version installed you may need to :

  1. change line (app 399) in ReadSegy from : if (outtrace==1), to : if (outtrace==-1),
  2. comment line (app 214) in ReadSegyFast : from : Data=ibm2num(uint32(Data)); to : % Data=ibm2num(uint32(Data));

These two changes have been successfully applied to octave version 2.1.57.


  • A note on speed SegyMAT in Octave runs MUCH slower (about a factor 5) than in Matlab when reading in SEG-Y header values. If you just need to read the trace data try using : data=ReadSegy(filename), which makes use of ReadSegyFast. In any case (Matlab or octave) this is much faster, and specifically, Matlab and Octave performs equally well.


Other Sites

Discussion Groups
  Beginners
  Distributions
  Networking / Security
  Software
  PDAs

About | FAQ | Privacy | Awards | Contact
Comments to the webmaster are welcome.
Copyright 2006 Sourcefiles.org All rights reserved.