代码搜索:RF

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

代码结果 8,431
www.eeworm.com/read/214970/15081511

m lpcar2am.m

function [am,em]=lpcar2am(ar,p); %LPCRR2AM Convert ar coefs to ar coef matrix [AM,EM]=(AR,P) %AM is a 3-dimensional matrix of size (p+1,p+1,nf) where p is the lpc order %and nf the number of frames
www.eeworm.com/read/214519/15097619

m fildata.m

%filterh初始数据 order=2; Af=[1 1 0 1]; Bf=[.1 .3 .2 .2]; Qf=[.1 0 0 .1]; Cf=[.1 2 .3 .4]; Rf=[.1 .1 .1 .1]; P0=[3 0 0 3]; x0_=[0 0]';
www.eeworm.com/read/169714/5411646

makefile

DOCDIR = html latex all: doxygen clean: rm -rf *~ $(DOCDIR)
www.eeworm.com/read/169714/5411649

makefile

DOCDIR = html latex all: doxygen clean: rm -rf *~ $(DOCDIR)
www.eeworm.com/read/169714/5411652

makefile

DOCDIR = html latex all: doxygen clean: rm -rf *~ $(DOCDIR)
www.eeworm.com/read/169714/5411657

makefile

DOCDIR = html latex all: doxygen clean: rm -rf *~ $(DOCDIR)
www.eeworm.com/read/395815/8151231

bootstrap

#!/bin/sh rm -rf autom4te.cache autoreconf -i
www.eeworm.com/read/393518/8280936

m lpcar2am.m

function [am,em]=lpcar2am(ar,p); %LPCAR2AM Convert ar coefs to ar coef matrix [AM,EM]=(AR,P) %AM is a 3-dimensional matrix of size (p+1,p+1,nf) where p is the lpc order %and nf the number of frames
www.eeworm.com/read/270032/11050537

makefile

CFLAGS = -I.. main: main.c partition.o partition.h cc $(CFLAGS) -o main main.c partition.o -lm partition.o: partition.c partition.h cc $(CFLAGS) -c partition.c -o partition.o clean: rm -rf main
www.eeworm.com/read/270032/11050613

makefile

# code is C++ CFLAGS = recur.o: recur.C CC $(CFLAGS) -c recur.C -o recur.o symm.o: symm.C CC $(CFLAGS) -c symm.C -o symm.o clean: rm -rf recur.o symm.o