l2error.m
来自「该程序包为用MATLAB编写的一个实现小波变换的工具箱」· M 代码 · 共 10 行
M
10 行
function y = l2error(x)
% l2error - compute the decreasing of the
% L^2 error from orthogonal coefficients.
%
% y = l2error(x);
%
% y[k]^2 = \sum_{i>=k}{ x~[i]^2 }
% where x~ is x sorted in increasing order.
%
% Copyright (c) 2003 Gabriel Peyr
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?