代码搜索结果
找到约 2,276 项符合
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_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
lpc_h.m
% LPC_H : find the flexsible-order linear prediction coefficients.
% Function: lpc_h(sso,order) returns the linear prediction coefficients,
% first-order reflection coefficient, energy of
bethe_free_energy.m
function loglik = bethe_free_energy(engine, evidence)
% BETHE_FREE_ENERGY Compute Bethe free energy approximation to the log likelihood
% loglik = bethe_free_energy(engine, evidence)
%
% The Bethe fre
energy.f,v
head 1.3;
access;
symbols;
locks; strict;
comment @* @;
1.3
date 96.03.18.21.17.41; author jaf; state Exp;
branches;
next 1.2;
1.2
date 96.03.13.16.46.02; author jaf; state Exp;
branches;
next 1.1;
energy.c,v
head 1.1;
access;
symbols;
locks; strict;
comment @ * @;
1.1
date 96.08.19.22.32.17; author jaf; state Exp;
branches;
next ;
desc
@@
1.1
log
@Initial revision
@
text
@/*
$Log$
*/
#ifdef P_R_O
diagnose_recipe.sof
# Sof v1.0 #
# Process #
input = "SAMPLED_DATA";
output = "ENERGY";
recipe = {name = "Energy";
mode = "LOG";
};
# Process #
output = E&MFCC;
input = ENERGY + MFCC;
# Process #
input_buffer = SAMPL
gnumakefile
# file: $isip/class/algo/Energy/GNUmakefile
# version: $Id: GNUmakefile,v 1.11 2001/07/02 20:00:44 picone Exp $
#
# this make file builds the Energy class
#
# define the source files
#
ISIP_FILES = *
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"
//----------------------------------