虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

zerocross

  • This folder contains two simple functions (zerocross and energy) to compute STE and STZCR. The

    This folder contains two simple functions (zerocross and energy) to compute STE and STZCR. The script zcr_ste_so.m uses these two and other functions (included) to compute the STE and STZCR of the word so . See the respective function help for more details.

    标签: and functions zerocross contains

    上传时间: 2017-06-03

    上传用户:exxxds

  • 短时过零率和短时能量

    % Computation of ST-ZCR and STE of a speech signal. % % Functions required: zerocross, sgn, winconv. % % Author: Nabin Sharma % Date: 2009/03/15 [x,Fs] = wavread('so.wav'); % word is: so x = x.'; N = length(x); % signal length n = 0:N-1; ts = n*(1/Fs); % time for signal % define the window wintype = 'rectwin'; winlen = 201; winamp = [0.5,1]*(1/winlen);

    标签: 短时过零率和短时能量

    上传时间: 2019-09-23

    上传用户:minwenji