FFT spectrum
Live plugin-spectrum provides pipes functions to calculate the FFT of a time-domain signal helping to identify problems that are better seen in the frequency domain
Last updated
Live plugin-spectrum provides pipes functions to calculate the FFT of a time-domain signal helping to identify problems that are better seen in the frequency domain
Last updated
The plugin-spectrum
it is a Live plugin that provides pipes functions to analyse signals in the frequency domain using FFT (Fast Fourier Transform).
Some of the benefits of frequency analysis are improved well safety monitoring and issue prevention:
Drilling systems are subject to torsional, axial, and lateral vibrations that are excited by bit-rock or by drillstring-formation interaction forces. These oscillations can be distinguished by mode shape and frequency. High-frequency torsional oscillations have natural modes reaching 400 Hz. Stick/slip oscillations are characterized by low frequencies usually below 1 Hz and affect the entire drill-string.
The next table shows the frequency ranges of common vibration interaction forces and modes:
Mechanism | Mode of vibration | Frequency range |
Stick-Slip | Torsional | 0-5Hz |
Bit Bounce | Axial | 1-10Hz |
Bit Chatter | Lateral | 50-350Hz+ |
Bit Whirl | Lateral/Torsional | 5-100Hz |
BHA Whirl | Lateral/Torsional | 5-20Hz |
Modal Coupling | Axial/Lateral/Torsional | 0-20Hz |
The stick-slip phenomenon is most typically related to higher compressive strength formations related to torsional vibration (0-5Hz). When drilling with too low RPM or too high WOB (weight on bit), the drill string may enter the stick-slip window:
The signal.FFT()
pipes function receives a double array of timestamp series
, a double array of signal
, the sampling rate
of signal and a boolean convertToDecibel
that flags whether or not to convert the output magnitude to decibel:
The example below shows generated sine wave signals in the left charts and their FFTs to the right. The first with one harmonic, the second with three harmonics increasing amplitudes, and the third with noised sine signal.
With a Cartesian chart, it is possible to plot the FFT signal based on the example query below. It is also possible to replace the generated signal with a real signal:
The next images show each example with its related FFT:
In a temporal chart with the query bellow it is possible to generate a sine signal:
In a Cartesian chart with the query bellow it is possible to generate the fft of the sine signal:
In a temporal chart with the query bellow it is possible to generate sine with harmonics:
In a Cartesian chart with the query bellow it is possible to generate the FFT of the harmonics sine signal:
In a temporal chart with the query bellow it is possible to generate sine with noise:
In a Cartesian chart with the query bellow it is possible to generate the FFT of the noised sine signal: