site stats

Ricker wavelet 周波数

Webb14 juli 2024 · For a 50 Hz Ricker source wavelet, the modification of the peak-frequency attribute relative to the propagation contribution can be as high as 10%, with a strong impact when assessing the quality factor of the layer above the anelastic reflector. WebbReturn a Ricker wavelet, also known as the “Mexican hat wavelet”. It models the function: A * (1 - (x/a)**2) * exp (-0.5* (x/a)**2), where A = 2/ (sqrt (3*a)* (pi**0.25)). Parameters: …

Python: ウェーブレット変換の実装:①Ricker Waveletの実装編

Webb28 mars 2024 · RickerWavelet2DKernel. ¶. 2D Ricker wavelet filter kernel (sometimes known as a “Mexican Hat” kernel). The Ricker wavelet, or inverted Gaussian-Laplace filter, is a bandpass filter. It smooths the data and removes slowly varying or constant structures (e.g. Background). It is useful for peak or multi-scale detection. Webb23 feb. 2024 · % matplotlib inline import math import matplotlib.pyplot as plt import numpy as np def ricker (t, s = 1.0): a = 2 * np. sqrt (3 * s) * np. pi ** 0.25 b = 1-(t / s) ** 2 c = np. e … french lick brewery https://kabpromos.com

为什么Ricker wavelet在反射地震中最常用? - 知乎

Webb26 apr. 2016 · def ricker_wavelet(f, size, dt=1): t = np.int_(np.linspace(-size, size, (2*size+1)/dt)) y = (1.0 - 2.0*(np.pi**2)*(f**2)*(t**2)) * np.exp(-(np.pi**2)*(f**2)*(t**2)) … Webb1 nov. 2012 · Beware, I tried the function lucasg linked to and found a typo in the formula calculating the wavelet: s = (1-tau.*tau*f^2*pi^2).*exp(-tau.^2*pi^2*f^2); should be … WebbRicker wavelet, as τ b ¼ 2 ω p ffiffiffiffiffiffiffiffiffiffiffiffiffiffiffiffiffiffiffiffiffiffiffiffiffiffi 1 2 −W ffiffiffi e p 4 s : (5) According to the Lambert W function in Figure 1, when x ¼ 1 4 … fasting and urothelial carcinoma

Frequencies of the Ricker wavelet - Imperial College London

Category:Ricker wavelet relations - SEG Wiki

Tags:Ricker wavelet 周波数

Ricker wavelet 周波数

Dictionary:Ricker wavelet - SEG Wiki

Webb1 okt. 2015 · According to Ricker ( 1943, 1944 ), a wavelet function (of the displacement, velocity or acceleration type) may be expressed as a polynomial of various derivatives of … WebbThe wavelet function is allowed to be complex. Parameters: data(N,) ndarray data on which to perform the transform. waveletfunction Wavelet function, which should take 2 arguments. The first argument is the number of points that the returned vector will have (len (wavelet (length,width)) == length).

Ricker wavelet 周波数

Did you know?

WebbRicker小波是地震信号分析处理中最常用的地震子波形式,其数学模型为: 下图为Ricker小波的示意图,主频是20 Hz,延迟时间为0.2 s,采样频率为200 Hz/s。 可以看出,时域 … Webb1 jan. 2015 · The Ricker wavelet has been widely used in the analysis of seismic data, as its asymmetrical amplitude spectrum can represent the attenuation feature of seismic …

Webbimport numpy as np import matplotlib.pyplot as plt def ricker(f, length=0.128, dt=0.001): t = np.arange(-length/2, (length-dt)/2, dt) y = (1.0 - 2.0*(np.pi**2)*(f**2)*(t**2)) * np.exp( … Webb9 juni 2010 · At damping factors of λ = 0.7071, 0.8071, 0.9071 and 1.0071, only 71%, 61%, 55% and 50% of the original signal strengths are recovered, respectively. Figure A5 shows how a geophone of 4 Hz resonance frequency and λ = 1 damping factor affects the shape of a symmetrical Ricker wavelet of 10 Hz dominant frequency.

Webb24/FIRST BREAK VOL 6, NO 1, JANUÀRY 1988 Ricker wavelets intheir various guises J. W. J. Hosken1 The so-called Ricker wavelets remain in vogue among many synthetic seismogram producers, though the WebbThe Ricker wavelet is theoretically a solution of the Stokes differential equation, which takes into account the effect of Newtonian viscosity, and is applicable to seismic waves …

Webb1 jan. 2024 · Ricker Wavelet. The Ricker wavelet is the most commonly used algorithm is seismic-to-well ties because it requires only the peak frequency. It has no band-pass …

WebbFigure 1: Building an Ormsby wavelet by fitting a band-pass filter (black) to the seismic data (pink) with frequencies 5, 80, 130, and 160 Hz shown. >>> power = 20 * np.log10 (amp_spec) >>> plt.plot (f, power) fasting and yeastWebb3 nov. 2014 · The Ricker wavelet in the time domain (Ricker 1953) is defined as r ( τ) = ( 1 − 1 2 ω p 2 τ 2) exp ( − 1 4 ω p 2 τ 2), (3) where τ is the time, and ω p is the most energetic … fasting and your immune systemWebb1 jan. 2015 · The Ricker wavelet r ( τ ) and the frequency spectrum R ( ω ), with the peak angular frequency of 60 π rad s –1 (the ordinary frequency of 30 Hz). fasting and weight loss resultsWebb14 juli 2024 · Synthetic seismic signals associated to a 50 Hz Ricker source wavelet after a propagation in an anelastic layer and a reflection by an anelastic reflector according to the equivalent cumulative ... fasting and vitamins supplementsWebb18 jan. 2024 · The amplitude f(t) of the Ricker wavelet with peak frequency f M at time t is given by, f ( t ) = ( 1 − 2 π 2 f M 2 t 2 ) e − π 2 f M 2 t 2 {\displaystyle f(t)=(1-2\pi ^{2}f_{_{M}}^{2}t^{2})e^{-\pi … fasting and working outWebbRicker wavelets (fig 1) are zero-phase wavelets with a central peak and two smaller side lobes. A Ricker wavelet can be uniquely specified with only a single parameter," f ", it's peak frequency as seen on the wavelet's … fasting and weight loss for womenWebb6 dec. 2024 · Generate a Ricker wavelet 🆕 First, we need to set the peak dominant frequency of the wavelet ( f term in the formula), let’s say 30 Hz. Since typical frequencies of … fasting and weight loss study