normalize.m

来自「在国外网站上找到的一个小波降噪的实例」· M 代码 · 共 7 行

M
7
字号
% This function removes the DC component and normalizes wrt the max abs valuefunction t1 = normalize(t1);%t1 = dotnorm(t1-mean(t1));t1=t1;   % By Sheraz Khan just to test

⌨️ 快捷键说明

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