代码搜索结果
找到约 4,639 项符合
RF 的代码
例3.5.txt
例3.5转义字符的使用。
main()
{printf(" ab c\t de\rf\tg\n");
printf("h\ti\b\bj k");
}
run.all
rm -rf ./work
vlib work
vlog -f compile_sv.f
vsim -c ahb_wb_top -do "run -all"
clean.all
rm -rf cover_rpt.* vsim.wlf work transcript
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
makefile
#this is server makefile
CC = g++
CFLAGS = -lssl -lsqlite3
server:server.o management.o userDatabase.o fileMetadata.o netServer.o serverMain.o
$(CC) $(CFLAGS) $^ -o $@ -g
rm -rf *.o
client:net
wbfb.m
function Z=wbfb(p,q)
N=1024;
f3db=40;
f=-f3db:2*f3db/N:f3db;
S=exp(-(1.665*f/f3db).^2);
s=ifft(S(1:N));
r=sqrt(s*(gamma(3)-gamma(2).^2)/gamma(2).^2);
R=fft(r);
RF=abs(R);
a0=RF(1,1);
RF=RF
dsfb.m
function Z=dsfb(Rc,Uc)
N=1024;
f3db=30;
f=-f3db:2*f3db/N:f3db;
S=exp(-(1.665*f/f3db).^2);
s=ifft(S(1:N));
r=log(1+s*(exp(Rc)-1))/Rc;
R=fft(r);
RF=abs(R);
a0=RF(1,1);
RF=RF./a0;
RF=sqrt(
例3.5.txt
例3.5转义字符的使用。
main()
{printf(" ab c\t de\rf\tg\n");
printf("h\ti\b\bj k");
}
rf.s
/
/
/ rf -- real comparisons
.globl rlt4
.globl rle4
.globl req4
.globl rne4
.globl rge4
.globl rgt4
rlt4:
jsr pc,compar
blt one
br zero
rle4:
jsr pc,compar
ble one
br zero
req4:
jsr pc,co
exam9_15.m
% 设置双正交样条小波
wname = 'bior2.2';
% 计算两个相关的尺度滤波器rf和df
[rf,rd] = biorwavf(wname)