Learn R Programming

BioGSP (version 1.0.0)

sgwt_get_kernels: Get a unified kernel family (low-pass and band-pass) by kernel_type

Description

Returns a pair of functions implementing the scaling (low-pass) and wavelet (band-pass) kernels for a given kernel family. This enforces consistency: a single kernel_type defines both filters.

Usage

sgwt_get_kernels(kernel_type = "heat")

Value

A list with two functions: list(scaling = function(x, scale_param), wavelet = function(x, scale_param))

Arguments

kernel_type

Kernel family name ("mexican_hat", "meyer", or "heat")