代码搜索结果
找到约 2,916 项符合
Energy 的代码
lpc_1a.m
function [cofa,rc1,energy,residue]= lpc_1a(sso,norder);
% Linear prediction (corvariance method),
% fixed order (=13).
% Input == Speech Signal
% Output ==
% cofa : AR cofficients
% rc1 : fir
lpc_cov.m
function [cofa, rerr]= lpc_cov(sso, order);
% Linear prediction (corvariance method),
% Input == Speech Signal
% LP analysis order
% Output == cofa : AR cofficients
% rerr : Residue error
class.m
function [Vtype]=class(energy, zcr)
nframe=length(energy);
emean=mean(energy);
zmean=mean(zcr);
for i=1:nframe,
if energy(i) > 0.3*emean & zcr(i) < zmean
Vtype(i)=1;
elseif zcr(i) > 0.3
lpc_1a.m
function [cofa,rc1,energy,residue]= lpc_1a(sso,norder);
% Linear prediction (corvariance method),
% fixed order (=13).
% Input == Speech Signal
% Output ==
% cofa : AR cofficients
% rc1 : fir
lpc_1a.m
function [cofa,rc1,energy,residue]= lpc_1a(sso,norder);
% Linear prediction (corvariance method),
% fixed order (=13).
% Input == Speech Signal
% Output ==
% cofa : AR cofficients
% rc1 : fir
lpc_1a.m
function [cofa,rc1,energy,residue]= lpc_1a(sso);
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% Hu
% sometime in 1993
%
% Linear prediction (corvariance metho
analy_1b.m
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% analy_1b.m
%
% jmw and Dr. Hu
%
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
lpana.m
% Function: preform Linear Prediction Speech Analysis.
function [voicetype,gci,ir,cofa,gm,gpcof,ncidx,ncgm]=lpana(signal,basic);
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%
enrgy_00.cc
// file: $isip/class/algo/Energy/enrgy_00.cc
// version: $Id: enrgy_00.cc,v 1.15 2002/01/01 00:13:30 picone Exp $
//
// isip include files
//
#include "Energy.h"
//----------------------------------
qgain795.h
/**********************************************************************
** Copyright (C) 2000-2005 Trolltech AS and its licensors.
** All rights reserved.
**
** This file is part of the Qtopia Environ