Learn R Programming

simts (version 0.2.2)

haar_filter: Haar filter construction

Description

Creates the haar filter

Usage

haar_filter()

Arguments

Value

A field<vec> 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

Author

JJB

Details

This template can be used to increase the amount of filters available for selection.