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.
sgwt_get_kernels(kernel_type = "heat")A list with two functions: list(scaling = function(x, scale_param), wavelet = function(x, scale_param))
Kernel family name ("mexican_hat", "meyer", or "heat")