Applies a time domain taper of the given type.
(Seismogram)
Seismogram to taper
(number
= 0.05
)
width as a fraction of seismogram length, default is 0.05
(string
= HANNING
)
taper type, default is HANNING, others are HAMMING and COSINE
Seismogram
:
copy of seismogram with taper applied.
Calculates the coefficients for tapering, [omega, f0, f1]
Array<number>
:
tapering coefficients as an array of length 3
Type: string
Type: string
Type: string