Learn R Programming

gmwm (version 2.0.0)

select_filter: Select the Wavelet Filter

Description

Constructs the wavelet filter to be used.

Usage

select_filter(filter_name)

Arguments

filter_name
A String that must receive: "haar".

Value

info A field that contains:
  • "L"A integer specifying the length of the filter
  • "h"A vector containing the coefficients for the wavelet filter
  • "g"A vector containing the coefficients for the scaling filter

Details

The package is oriented toward using only the haar filter. If the package extends at a later time, then the supporting infrastructure is there.

Examples

Run this code
select_filter("haar")

Run the code above in your browser using DataLab