代码搜索:coefficient
找到约 3,200 项符合「coefficient」的源代码
代码结果 3,200
www.eeworm.com/read/483253/6601764
m cep2pow.m
function [m,c]=cep2pow(u,v,mode)
%CEP2POW convert cepstral means and variances to the power domain
% Inputs:
% u: vector giving the cepstral means with u(1) the 0'th cepstral coefficient
% v
www.eeworm.com/read/154843/11923595
m cep2pow.m
function [m,c]=cep2pow(u,v,mode)
%CEP2POW convert cepstral means and variances to the power domain
% Inputs:
% u: vector giving the cepstral means with u(1) the 0'th cepstral coefficient
% v
www.eeworm.com/read/150238/12302907
m cep2pow.m
function [m,c]=cep2pow(u,v,mode)
%CEP2POW convert cepstral means and variances to the power domain
% for now, we insist that u is a row vector
% cepstral vector must include the 0'th coefficient
%
www.eeworm.com/read/150238/12302999
m pow2cep.m
function [u,v]=pow2cep(m,c,mode)
%CEP2POW convert cepstral means and variances to the power domain
% for now, we insist that u is a row vector
% cepstral vector includes the 0'th coefficient
% mod
www.eeworm.com/read/336521/12439614
m cep2pow.m
function [m,c]=cep2pow(u,v,mode)
%CEP2POW convert cepstral means and variances to the power domain
% Inputs:
% u: vector giving the cepstral means with u(1) the 0'th cepstral coefficient
% v
www.eeworm.com/read/231318/14239081
c iir.c
//IIR.c IIR filter using cascaded Direct Form II
//Coefficients a's and b's correspond to b's and a's from MATLAB
#include "bs1750.cof" //BS @ 1750 Hz coefficient file
short dly[stages][
www.eeworm.com/read/228372/14388026
m cep2pow.m
function [m,c]=cep2pow(u,v,mode)
%CEP2POW convert cepstral means and variances to the power domain
% Inputs:
% u: vector giving the cepstral means with u(1) the 0'th cepstral coefficient
% v
www.eeworm.com/read/223158/14651562
m cep2pow.m
function [m,c]=cep2pow(u,v,mode)
%CEP2POW convert cepstral means and variances to the power domain
% for now, we insist that u is a row vector
% cepstral vector must include the 0'th coefficient
%
www.eeworm.com/read/223158/14651591
m pow2cep.m
function [u,v]=pow2cep(m,c,mode)
%CEP2POW convert cepstral means and variances to the power domain
% for now, we insist that u is a row vector
% cepstral vector includes the 0'th coefficient
% mod
www.eeworm.com/read/215197/15070907
m cep2pow.m
function [m,c]=cep2pow(u,v,mode)
%CEP2POW convert cepstral means and variances to the power domain
% for now, we insist that u is a row vector
% cepstral vector must include the 0'th coefficient
%