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 + -
显示快捷键?