dypsa.m
来自「语音处理工具箱」· M 代码 · 共 17 行
M
17 行
function [gci,goi] = dypsa(s,fs)
%DYPSA Derive glottal closure instances from speech [gci,goi] = (s,fs)
% Note: Needs to be combined with a voiced-voiceless detector to eliminate
% spurious closures in unvoiced and silent regions.
%
% Inputs:
% s is the speech signal
% fs is the sampling frequncy
%
% Outputs:
% gci is a vector of glottal closure sample numbers
% gco is a vector of glottal opening sample numbers derived from
% an assumed constant closed-phase fraction
%
% References:
% [1] P. A. Naylor, A. Kounoudes, J. Gudnason, and M. Brookes, 揈stimation of Glottal Closure
% Instants in Voiced Speech using the DYPSA Algorithm,
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?