perform_moment_transform.cpp

来自「该程序为用MATLAB编写的一个小波变换工具箱」· C++ 代码 · 共 10 行

CPP
10
字号
/*=================================================================% perform_moment_transform - compute a wavelet haar transform
%
% w = perform_moment_transform(v,pos, monomials, dir, part)
%
%	monomials is of size 2x(2*k2)
%	pos is of size 2xn  where n is the number of points
%	part is of size nb_pts_max x P  where P is the number of partition.
%   
%   Copyright (c) 2004 Gabriel Peyr

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?