代码搜索结果

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

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

tmode_rf_settings.h

/*********************************************************************************** Filename: tmode_rf_settings.h *******************************************************************************

smode_rf_settings.h

/*********************************************************************************** Filename: smode_rf_settings.h *******************************************************************************

rf211s.c

//#include "STC89LC52.H" //#include "header.h" #include #include #include "global.h" //------------------------------------------------------------------ //返回32位数据 //--

rf_agc.cpp.bak

#include "meta2.h" //=========================================================================== static CRFAGC* rf_agc_ptr; //==================================================================

lpcaa2rf.m

function rf=lpcaa2rf(aa) %LPCAA2RF LPC: Convert vocal tract areas to reflection coefficients RF=(AA) % Copyright (C) Mike Brookes 1998 % % Last modified Tue May 12 15:58:43 1998 % %

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