Using yulewalker.m

The Octave program, yulewalker.m can be used to read a single seismic trace from a BSEGY file and compute an all pole spectrum. The order of the process is set by the number of terms to include in the computation of an autocorrelation. Figure 50 shows the Geologan down-hole data.

Figure 50: (C). Geologan down-hole data. Octave program yulewalker.m is used to select trace 30. (A) Picking a length of the autocorrelation (nlag=116), (B) Downhole data, (C) Selected signal trace 30, (D) Yule Walker all pole spectral estimate.
\includegraphics[scale=0.85]{FigureV}

To run yulewalker.m, you need to have the following files in the same directory as the BSEGY data (in this case, a file named twav.seg). Start Octave from within the directory with these files:

From within the Octave text window, issue the command,


yulewalker;


The program will prompt you for the file name in the Octave text window. Here, we enter twav.seg. Then a GUI dialog panel will pop up and ask for the following input:

The program then generates the plots as shown in Figure 50 A, B, C, and D. The Decibel version of the spectrum is not shown here.