Learn R Programming

RSEIS (version 3.6-8)

mtapspec: MTM spectrum

Description

Multi-tape Method Spectrum

Usage

mtapspec(a, dt, klen = length(a), MTP = NULL)

Arguments

a
vector time series
dt
sample rate
klen
length of fft
MTP
MTM parameters, list:

Value

LIST

Details

MTP represent parameters that control the multi-tape pi-prolate functions used by mtapspec. See reference for details.

References

Lees, J. M. and Park, J., 1995: Multiple-taper spectral analysis: A stand-alone C-subroutine, Computers \& Geology, 21(2), 199-236.

See Also

fft

Examples

Run this code

data(CE1)
a <- list(y=CE1$y[CE1$x>5.443754 & CE1$x<5.615951], dt=CE1$dt)

    Mspec <-  mtapspec(a$y,a$dt, klen=4096,
             MTP=list(kind=2,nwin=5, npi=3,inorm=0)  )   

Run the code above in your browser using DataLab