代码搜索结果
找到约 8,431 项符合
RF 的代码
lpcar2rf.m
function rf=lpcar2rf(ar)
%LPCAR2RF Convert autoregressive coefficients to reflection coefficients AR=(RF)
%
% Input: ar(:,p+1) Autoregressive coefficients
% Output: rf(:,p+1) Reflection coeff
lpclo2rf.m
function rf=lpclo2rf(lo)
%LPCLO2RF Convert log area ratios to reflection coefficients RF=(LO)
% Copyright (C) Mike Brookes 1997
% Version: $Id: lpclo2rf.m,v 1.4 2007/05/04 07:01:38 dm
lpcis2rf.m
function rf=lpcis2rf(is)
%LPCRF2IS Convert inverse sines to reflection coefficients RF=(IS)
% Copyright (C) Mike Brookes 1997
% Version: $Id: lpcis2rf.m,v 1.4 2007/05/04 07:01:38 dmb
lpcao2rf.m
function rf=lpcao2rf(ao)
%LPCAO2RF LPC: Convert area ratios to reflection coefficients RF=(AO)
% Copyright (C) Mike Brookes 1998
% Version: $Id: lpcao2rf.m,v 1.4 2007/05/04 07:01:38
lpcaa2rf.m
function rf=lpcaa2rf(aa)
%LPCAA2RF LPC: Convert vocal tract areas to reflection coefficients RF=(AA)
% Copyright (C) Mike Brookes 1998
% Version: $Id: lpcaa2rf.m,v 1.4 2007/05/04 07:01:
lpcla2rf.m
function rf=lpcla2rf(la)
%LPCLA2RF Convert log areas to reflection coefficients RF=(LA)
% Copyright (C) Mike Brookes 1997
% Version: $Id: lpcla2rf.m,v 1.4 2007/05/04 07:01:38 dmb Exp
lpcar2rf.m
function rf=lpcar2rf(ar)
%LPCAR2RF Convert autoregressive coefficients to reflection coefficients AR=(RF)
%
% Input: ar(:,p+1) Autoregressive coefficients
% Output: rf(:,p+1) Reflection coeff
lpclo2rf.m
function rf=lpclo2rf(lo)
%LPCLO2RF Convert log area ratios to reflection coefficients RF=(LO)
% Copyright (C) Mike Brookes 1997
% Version: $Id: lpclo2rf.m,v 1.4 2007/05/04 07:01:38 dm