g = gsp_design_held( G ); g = gsp_design_held( G, param );
This function create a parseval filterbank of \(2\) filters. The low-pass filter is defined by a function \(f_l(x)\):
with
The high pass filter is adaptated to obtain a tight frame.
This function will compute the maximum eigenvalue of the laplacian. To be more efficient, you can precompute it using:
G = gsp_estimate_lmax(G);
Example:
G = gsp_sensor(100); G = gsp_estimate_lmax(G); g = gsp_design_held(G); gsp_plot_filter(G,g); [A,B] = gsp_filterbank_bounds(G,g)
This code produces the following output:
A = 1.0000 B = 1.0000
param is an optional structure containing the following fields