taper: Multiplies a vector by a data taper

Description Usage Arguments Details Value

Description

Tapers the data using a discrete prolate spheroidal sequence (DPSS)

Usage

1
taper(x, dataTaper = "dpss", nw = 4, k = 7)

Arguments

x

A list of data.frame's as a result of calling sectionData().

dataTaper

A character string indicating what type of taper to use. Currently only DPSS's tapers are available.

nw

A numeric representing the time-bandwidth paramater for use in generating the DPSS's.

k

A numeric indicating the number of tapers to be used. Should be less than 2*nw.

Details

This is not implemented in an efficient manner - there needs to be a better way written. That will be in the future.

Value

A list of lists, each "sublist" a named matrix of length blockSize by k of tapered data for that series.


driegert/transfer documentation built on May 15, 2019, 2:11 p.m.