gain {deseats}R Documentation

Gain Function Generic

Description

Gain Function Generic

Usage

gain(object, lambda = seq(0, 0.5, 1e-04), ...)

Arguments

object

an input object; for the linear filters considered in this object, gain function values should be obtained.

lambda

a vector of frequencies (from 0 to 0.5) for which to obtain the gain function.

...

currently without use; for possible future compatibility.

Details

A standard generic function. The purpose is to build various methods to instantaneously obtain gain function values for linear filters of different decomposition objects.

A generic that can be extended by methods to automatically obtain gain function values of linear filters described in certain objects.

Value

This generic does not return anything and is just the basis for more sophisticated methods.

Author(s)


[Package deseats version 1.1.0 Index]