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

View source: R/sgwt_core.R

sgwt_get_kernelsR Documentation

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")

Arguments

kernel_type

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

Value

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


BioGSP documentation built on Feb. 2, 2026, 5:06 p.m.