Geophysical signal processing: Difference between revisions

From SEG Wiki
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 1: Line 1:
[[File:Figure 3- Resampling - oversampling, perfect sampling and under sampling..png|thumb|'''Figure 3:''' Resampling - oversampling, perfect sampling and under sampling. Adapted from ''TutorialsPoint'', n.d., 2014, Retrieved October 2018, from <nowiki>https://www.tutorialspoint.com/signals_and_systems/signals_sampling_theorem.htm</nowiki> ]][[File:Figure 1- Geophysical signal processing general workflow.png|thumb|'''Figure 1:''' Geophysical signal processing general workflow|450x450px]]Geophysical [[signal processing]] is a method that through the use of computers aims to manipulate the acquired (raw) signal through the application of filters, algorithms, and transforms to make the wanted signal clearer in both the time and frequency domains. The two main goals of geophysical signal processing are: improvement of the signal-to-noise ratio, and results representation in a convenient manner to facilitate geological and geophysical interpretation.
[[File:Figure 1- Geophysical signal processing general workflow.png|thumb|'''Figure 1:''' Geophysical signal processing general workflow|450x450px]]Geophysical [[signal processing]] is a method that through the use of computers aims to manipulate the acquired (raw) signal through the application of filters, algorithms, and transforms to make the wanted signal clearer in both the time and frequency domains. The two main goals of geophysical signal processing are: improvement of the signal-to-noise ratio, and results representation in a convenient manner to facilitate geological and geophysical interpretation.
== Discretization of the signal ==
== Discretization of the signal ==
The workflow of the geophysical signal processing varies depending on the type of data that we are working with. However, since the processing of the signals is done in a digital computer the discretization of the signal (waveform) is the first step. Discretization of the signal is the process in which we convert analog data to digital data (Kipnis et al., 2018)<ref>Kipnis, A., Eldar, Y., & Goldsmith, A. (2018).'' Analog-to-Digital Compression: A New Paradigm for Converting Signals to Bits. ''IEEE Signal Processing Magazine. '''35''' (3): 16–39. [[Digital object identifier|doi]]:10.1109/MSP.2017.2774249.</ref>. In this case, the analog data is a continuous signal with an infinite number of samples, and the digital data is a discrete signal with finite number of samples. For a signal to be discretize, it should be a band-limited signal which means that the [http://mathworld.wolfram.com/FourierTransform.html Fourier Transform] is applied to the signal, the amplitude spectrum of the signal is non-zero for a specific range of frequencies. The discretize samples are equal intervals of time where each interval is represented by a single amplitude measurement. The difference between the analog and digital signal is shown on figure 2.  The discretization of the signal facilitates and makes the processing of the signal more efficient and effective.
[[File:Figure 3- Resampling - oversampling, perfect sampling and under sampling..png|thumb|'''Figure 3:''' Resampling - oversampling, perfect sampling and under sampling. Adapted from ''TutorialsPoint'', n.d., 2014, Retrieved October 2018, from <nowiki>https://www.tutorialspoint.com/signals_and_systems/signals_sampling_theorem.htm</nowiki> ]]The workflow of the geophysical signal processing varies depending on the type of data that we are working with. However, since the processing of the signals is done in a digital computer the discretization of the signal (waveform) is the first step. Discretization of the signal is the process in which we convert analog data to digital data (Kipnis et al., 2018)<ref>Kipnis, A., Eldar, Y., & Goldsmith, A. (2018).'' Analog-to-Digital Compression: A New Paradigm for Converting Signals to Bits. ''IEEE Signal Processing Magazine. '''35''' (3): 16–39. [[Digital object identifier|doi]]:10.1109/MSP.2017.2774249.</ref>. In this case, the analog data is a continuous signal with an infinite number of samples, and the digital data is a discrete signal with finite number of samples. For a signal to be discretize, it should be a band-limited signal which means that the [http://mathworld.wolfram.com/FourierTransform.html Fourier Transform] is applied to the signal, the amplitude spectrum of the signal is non-zero for a specific range of frequencies. The discretize samples are equal intervals of time where each interval is represented by a single amplitude measurement. The difference between the analog and digital signal is shown on figure 2.  The discretization of the signal facilitates and makes the processing of the signal more efficient and effective.
== Sampling Theory ==
== Sampling Theory ==
Sampling theorem behaves as a bridge between continuous signal and discrete signals. This theory let us know what information we can recover from the discrete data (Luke, 1999)<ref>Lüke, H. (1999). ''The Origins of the Sampling Theorem. ''IEEE Communications Magazine. '''37''' (4): 106–108. [[Digital object identifier|doi]]:10.1109/35.755459.</ref>. However, sampling operation is generally not invertible. The sampling theorem states that “A continuous time signal can be represented in samples and can be exactly reconstructed when sampling frequency (f<sub>s</sub>) is greater than or equal to twice the maximum frequency component (f<sub>m</sub>) present in the signal” (Mallat, 1999)<ref>Mallat, S. (1999). ''A wavelet tour of signal processing''.  San Diego, CA: Elsevier.    </ref>.[[File:Figure 2- Discretization of the signal.jpg|thumb|'''Figure 2:''' Discretization of the signal. The top panel shows the continuous "analog" signal of a sine wave. The bottom panel show the discretized signal "digital" for the same sine wave. Adapted from ''Quora'' by N. Gangwar, 2014, Retrieved October 2018, from <nowiki>https://www.quora.com/What-is-the-difference-between-a-discrete-and-digital-signal</nowiki>.|alt=]]
Sampling theorem behaves as a bridge between continuous signal and discrete signals. This theory let us know what information we can recover from the discrete data (Luke, 1999)<ref>Lüke, H. (1999). ''The Origins of the Sampling Theorem. ''IEEE Communications Magazine. '''37''' (4): 106–108. [[Digital object identifier|doi]]:10.1109/35.755459.</ref>. However, sampling operation is generally not invertible. The sampling theorem states that “A continuous time signal can be represented in samples and can be exactly reconstructed when sampling frequency (f<sub>s</sub>) is greater than or equal to twice the maximum frequency component (f<sub>m</sub>) present in the signal” (Mallat, 1999)<ref>Mallat, S. (1999). ''A wavelet tour of signal processing''.  San Diego, CA: Elsevier.    </ref>.[[File:Figure 2- Discretization of the signal.jpg|thumb|'''Figure 2:''' Discretization of the signal. The top panel shows the continuous "analog" signal of a sine wave. The bottom panel show the discretized signal "digital" for the same sine wave. Adapted from ''Quora'' by N. Gangwar, 2014, Retrieved October 2018, from <nowiki>https://www.quora.com/What-is-the-difference-between-a-discrete-and-digital-signal</nowiki>.|alt=]]

Revision as of 04:36, 24 October 2018

Figure 1: Geophysical signal processing general workflow

Geophysical signal processing is a method that through the use of computers aims to manipulate the acquired (raw) signal through the application of filters, algorithms, and transforms to make the wanted signal clearer in both the time and frequency domains. The two main goals of geophysical signal processing are: improvement of the signal-to-noise ratio, and results representation in a convenient manner to facilitate geological and geophysical interpretation.

Discretization of the signal

Figure 3: Resampling - oversampling, perfect sampling and under sampling. Adapted from TutorialsPoint, n.d., 2014, Retrieved October 2018, from https://www.tutorialspoint.com/signals_and_systems/signals_sampling_theorem.htm

The workflow of the geophysical signal processing varies depending on the type of data that we are working with. However, since the processing of the signals is done in a digital computer the discretization of the signal (waveform) is the first step. Discretization of the signal is the process in which we convert analog data to digital data (Kipnis et al., 2018)[1]. In this case, the analog data is a continuous signal with an infinite number of samples, and the digital data is a discrete signal with finite number of samples. For a signal to be discretize, it should be a band-limited signal which means that the Fourier Transform is applied to the signal, the amplitude spectrum of the signal is non-zero for a specific range of frequencies. The discretize samples are equal intervals of time where each interval is represented by a single amplitude measurement. The difference between the analog and digital signal is shown on figure 2. The discretization of the signal facilitates and makes the processing of the signal more efficient and effective.

Sampling Theory

Sampling theorem behaves as a bridge between continuous signal and discrete signals. This theory let us know what information we can recover from the discrete data (Luke, 1999)[2]. However, sampling operation is generally not invertible. The sampling theorem states that “A continuous time signal can be represented in samples and can be exactly reconstructed when sampling frequency (fs) is greater than or equal to twice the maximum frequency component (fm) present in the signal” (Mallat, 1999)[3].

Figure 2: Discretization of the signal. The top panel shows the continuous "analog" signal of a sine wave. The bottom panel show the discretized signal "digital" for the same sine wave. Adapted from Quora by N. Gangwar, 2014, Retrieved October 2018, from https://www.quora.com/What-is-the-difference-between-a-discrete-and-digital-signal.

Important Parameters

N = number of total samples

dt = time-sampling interval

T = sampling rate

fs= sampling frequency

fm= maximun frequency component

f= Nyquist frequency

df = frequency-sampling interval

Re-sampling: over sampling and under sampling

This happens when there is either a greater number of samples (over sampling) or a smaller number of samples (under sampling) in the discrete signal (Hail, 2018)[4]. In under sampling, dt becomes larger whereas in over sampling dt becomes smaller. Over sampling increases the amount of memory and time required to complete the processing. In the other hand, down sampling can represent a significant memory save at the time of processing. Down sampling behaves as a low pass filter, it eliminates random data. It is possible that a lot of valuable information may be lost at the time of re-sampling. However, the major pitfall of down sampling is that it can cause aliasing (Siheng et al., 2015)[5]. Figure 3 shows the behavior of the signal with oversampling, under sampling, and the correct sampling.

Aliasing

Aliasing is the overlapping of two or more signals, it occurs as a consequence of under sampling (Siheng et al., 2015)[5]. Aliasing can also mean the contamination of the signal by frequencies beyond the Nyquist frequency. Aliasing could be avoided by applying a band pass filter before the resampling of the signal.

Correlation

Correlation is an operation in geophysical signal processing to measure the similarities between two signals (Seangdeog, 2011) [6]. The correlation is given by the equation given in figure 4. The amount of correlation between two signals is given by the correlation coefficient, which varies between -1 and 1. The correlation coefficient is calculated by the equation in figure 5. If the correlation coefficient is 1, it means that the signals are the same, if the correlation coefficient is -1 it means that the two signals have reverse polarity, and if the correlation coefficient is 0 it means that there is no correlation at all. There are two types of correlation: Crosscorrelation and autocorrelation.

Figure 4: Correlation equation. The top equation works for the analog signal and the bottom equation works for the discretize signal. Adapted from Signal analysis seminar by N. Nakata, 2017. Retrieved October 2018.
Figure 5: Correlation coefficient. Adapted from Signal analysis seminar by N. Nakata, 2017. Retrieved October 2018.

Cross-correlation

Cross-correlation is the correlation between two different signals. Cross-correlation is not symmetric.

Auto-correlation

Auto-correlation is defined as the correlation of the signal with itself. The correlation is calculated by the multiplication of the signal with its conjugate. It is useful to understand the behavior of the signal (Nakahara, 2015)[7]. Autocorrelation is a symmetric function.

Convolution

Convolution is an operation in geophysical signal processing to analyze the relation between the input and output of a LTI (Linear and time invariant) system. The word convolution means folding, where the input signal is convolved with the impulse response to generate and output (Robison et al., 1986)[8]. There are two main types of convolution: Continuous convolution and Discrete convolution. 

Figure 6: Convolution Equation. The top equation works for the analog signal and the bottom equation works for the discretize signal. Adapted from Signal analysis seminarby N. Nakata, 2017. Retrieved October 2018.

Continuous convolution

It is given by the top equation on figure 6. The convolution between the input and output are in the time domain, and in an analog signal.

Discrete convolution

The convolution between the input and output in a discrete signal. The discrete convolution is given by the bottom equation on figure 6.

Deconvolution

Deconvolution it is used to reverse the process of convolution on a signal. It represents the inverse filtering operation performed on the output of the LTI system to obtain information about the input. The word deconvolution means unfolding (Robison et al., 1986)[8]. The equation for deconvolution is given by the equation in figure 7.

Figure 7: Deconvolution Equation. The top equation works for the analog signal and the bottom equation works for the discretize signal. Adapted from Signal analysis seminarby N. Nakata, 2017. Retrieved October 2018.

Discrete Time Filters

Filters are used to remove incoherent signals like noise and other undesired signals in the frequency range of interest. Some of the most common filters are: low-pass filter, high-pass filter and band-pass filter.

Low-pass filter

When a low-pass filter is applied only frequencies below the cutoff frequency remain (passband) and the frequencies above the cutoff frequency are eliminated or attenuated (stopband). By the removing of the frequencies, the low pass filter generates a smoothing effect (Rioul et al., 1991)[9]. The low pass filtering technique is often used to remove noise, clean up signals, and perform data averaging. The most common designs of low-pass filters are the moving average filter, Butterworth filter and the Chebyshev filter. The low pass filter template is shown in figure 8.

Figure 8: Lowpass filter. Adapted from MathWorks, Inc, 2018, Retrieved October 2018, from https://www.mathworks.com/help/signal/ref/lowpass.html

High-pass filter

When a high-pass filter is applied signals below the cutoff frequency (stopband) are eliminated or attenuated and signal above the cutoff frequency (passband) are kept. The high-pass filters technique is often used to clean up low-frequency noise, and to highly the high-frequency trends (Rioul et al., 1991)[9]. The most common designs of low pass filter are the Butterworth filter and the Chebyshev filter. The high pass filter template is shown on figure 9.

Figure 9: Highpass filter. Adapted from MathWorks, Inc, 2018, Retrieved October 2018, from https://www.mathworks.com/help/signal/ref/highpass.html

Bandpass filter

When a band-pass filter is applied only frequencies within the bandwidth are maintain without distortion of the input signal. The bandwidth of the filter is defined as the difference between the higher cut off frequency and the lower cut off frequency (Chen et al., 1994)[10]. The band-pass filter is considered as a second order filter and it is usually used for noise cancelation. The bandpass filter template is shown in figure 10.

Figure 10: Bandpass filter. Adapted from MathWorks, Inc, 2018, Retrieved October 2018, from https://www.mathworks.com/help/signal/ref/bandpass.html

Filter applications

Filters are used in many fields and task, the following are some of the most common tasks: Imaging (Seismic, EM, InSAR, GPR, Earthquake Sources, etc.), Similarity Search, Inversion of seismic data, Sensor response correction, and Improvement of resolution.

References

  1. Kipnis, A., Eldar, Y., & Goldsmith, A. (2018). Analog-to-Digital Compression: A New Paradigm for Converting Signals to Bits. IEEE Signal Processing Magazine. 35 (3): 16–39. doi:10.1109/MSP.2017.2774249.
  2. Lüke, H. (1999). The Origins of the Sampling Theorem. IEEE Communications Magazine. 37 (4): 106–108. doi:10.1109/35.755459.
  3. Mallat, S. (1999). A wavelet tour of signal processing. San Diego, CA: Elsevier.    
  4. Hilal, A. (2018). Image re-sampling detection through a novel interpolation kernel. Forensic Science International, 287, 25-35.
  5. 5.0 5.1 Siheng C., Varma, S., & Kovacevic. (2015). Discrete Signal Processing on Graphs: Sampling Theory. Signal Processing, IEEE Transactions on, 63(24), 6510-6523.
  6. Seungdeog C., Rahimian, & Toliyat. (2011). Implementation of a Fault-Diagnosis Algorithm for Induction Machines Based on Advanced Digital-Signal-Processing Techniques. Industrial Electronics, IEEE Transactions on, 58(3), 937-948.
  7. Nakahara, H. (2015). Auto Correlation Analysis of Coda Waves from Local Earthquakes for Detecting Temporal Changes in Shallow Subsurface Structures: The 2011 Tohoku-Oki, Japan Earthquake. Pure and Applied Geophysics,172(2), 213-224.
  8. 8.0 8.1 Robinson, E., Durrani, T., & Peardon, L. (1986). Geophysical signal processing / Enders A. Robinson, Tariq S. Durrani, with a chapter by Lloyd G. Peardon. Englewood Cliffs, N.J.: Prentice-Hall.
  9. 9.0 9.1 Rioul, O., & Vetterli, M. (1991). Wavelets and signal processing. IEEE signal processing magazine8(4), 14-38.
  10. Chen, L., & Dawson, F. (1994). A Phase Domain Adaptive Tracking Bandpass Filter for Power Engineering Applications, ProQuest Dissertations and Theses.

Important Papers

  1. Costen, N. P., Parker, D. M., & Craw, I. (1996). Effects of high-pass and low-pass spatial filtering on face identification. Perception & Psychophysics58(4), 602-612.
  2. Taubin, G. (1995, September). A signal processing approach to fair surface design. In Proceedings of the 22nd annual conference on Computer graphics and interactive techniques(pp. 351-358). ACM.
  3. Elad, M., & Aharon, M. (2006). Image denoising via sparse and redundant representations over learned dictionaries. IEEE Transactions on Image processing15 (12), 3736-3745.