代码搜索结果

找到约 4,639 项符合 RF 的代码

makefile

qqalive:liboicq.a qqalive.o gcc -o qqalive qqalive.o liboicq.a .c.o: gcc -O2 -Wall -c $< clean: rm -rf *.o core

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

lpcrf2ar.txt

function [ar,arp,aru,g]=lpcrf2ar(rf) %LPCRF2AR Convert reflection coefs to autoregressive coefs [AR,ARP,ARU,G]=(RF) % % Input: RF(:,p+1) gives reflection coefficients of one or more p-section loss

lpcar2rf.txt

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

lpcrf2ar.m

function [ar,arp,aru,g]=lpcrf2ar(rf) %LPCRF2AR Convert reflection coefs to autoregressive coefs [AR,ARP,ARU,G]=(RF) % % Input: RF(:,p+1) gives reflection coefficients of one or more p-section loss

makefile

all: mac.a mac.j rf @wd=`pwd`; \ i=`grep '^MACDIR=' makes | sed -e 's/.*=[ ]*//' -e 's/[ ]*$$//'`; \ if [ "X$$i" = "X" -o "X`eval echo $$i`" != "X$$wd" ]; \ then echo Change MACDIR in makes to

exam9_15.m

% 设置双正交样条小波 wname = 'bior2.2'; % 计算两个相关的尺度滤波器rf和df [rf,rd] = biorwavf(wname)

exam9_25.m

% 设置反双正交样条滤波器 wname = 'rbio2.2'; % 计算两个相关滤波器:rf是重构尺度滤波器,df是分解尺度滤波器 [rf,df] = rbiowavf(wname)

rf.java

import javax.microedition.rms.*; public class RF implements RecordFilter{ byte[] data4; RF(byte[] data4){ this.data4=data4; } public boolean matches(byte[] candidate){ String s1=new Stri