?? double_ver.m
字號(hào):
%Remove furious short
%Input:
% sig_in(input signal)
% cor_p(correlation)
%Output:
% cor_p(output correlation)
function cor_p=double_ver(sig_in,pp,cor_p)
[np,ncor_p]=fpr(sig_in,round(2*pp)); %check the correlation of 2*pitch
if ncor_p<cor_p
cor_p=ncor_p;
end
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -