代码搜索结果

找到约 8,431 项符合 RF 的代码

lpcis2rf.m

function rf=lpcis2rf(is) %LPCRF2IS Convert inverse sines to reflection coefficients RF=(IS) % Copyright (C) Mike Brookes 1997 % % Last modified Tue May 12 16:08:38 1998 % % VOICE

lpcao2rf.m

function rf=lpcao2rf(ao) %LPCAO2RF LPC: Convert area ratios to reflection coefficients RF=(AO) % Copyright (C) Mike Brookes 1998 % % Last modified Fri Apr 3 14:57:15 1998 % %

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

lpcla2rf.m

function rf=lpcla2rf(la) %LPCLA2RF Convert log areas to reflection coefficients RF=(LA) % Copyright (C) Mike Brookes 1997 % % Last modified Tue May 12 16:08:57 1998 % % VOICEBOX

lpclo2rf.m

function rf=lpclo2rf(lo) %LPCLO2RF Convert log area ratios to reflection coefficients RF=(LO) % Copyright (C) Mike Brookes 1997 % % Last modified Tue May 12 16:20:55 1998 % % VOI

rf_ram_b.mif

WIDTH=32; DEPTH=32; ADDRESS_RADIX=HEX; DATA_RADIX=HEX; CONTENT BEGIN 00 : deadbeef; 01 : deadbeef; 02 : deadbeef; 03 : deadbeef; 04 : deadbeef; 05 : deadbeef; 06 : deadbeef; 07 : dea

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