taper: Taper function

View source: R/RcppExports.R

taperR Documentation

Taper function

Description

Apply Taper to the time series

Usage

taper(ts, t_front = 5, t_end = 5)

Arguments

ts

An array of time series

t_front

A number, the percentage of taperring for the beginning of the time series

t_end

A number, the percentage of taperring for the end of the time series

Value

The Taperred time series.


wltcwpf/hvsrProc documentation built on March 25, 2024, 7 p.m.