build_alpert_matrix_1d.m
来自「该程序为用MATLAB编写的一个小波变换工具箱」· M 代码 · 共 12 行
M
12 行
function V = build_alpert_matrix(x,k)
% build_alpert_matrix - build 1D Alpert basis
% adapted for the sampling provided.
%
% V = build_alpert_matrix(pos,k);
%
% 'pos' is a 1D vector, the location of the points.
% 'k' is the number of vanishing moments (1=>Haar, 2=>linear basis ...).
% 'V' is an orthogonal matrix, each column is a basis vector.
%
% Copyright (c) 2004 Gabriel Peyr
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?