代码搜索:kaiser

找到约 1,882 项符合「kaiser」的源代码

代码结果 1,882
www.eeworm.com/read/425806/10321513

doc kaiser.doc

www.eeworm.com/read/448416/7533729

m kaiser.m

format short e; wp=2*pi*3000; wa=2*pi*5000; ws=2*pi*20000; k1=1; k2=30; dert1=(10^(0.05*k1)-1)/(10^(0.05*k1)+1); dert2=10^(-0.05*k2); dert=min(dert1,dert2); Aa=-20*log10(dert); if Aa
www.eeworm.com/read/142306/12952458

cpp kaiser窗.cpp

#include #include // 第一类零阶修正贝塞尔函数 // x为自变量;eps控制精度 float bessel(float x,float eps) { int n; float f,fac,fx; f=1.0; n=1; fac=1.0; fx=x
www.eeworm.com/read/310212/13654621

m kaiser.m

function w = kaiser(n_est,beta) %KAISER Kaiser window. % W = KAISER(N,beta) returns the BETA-valued N-point Kaiser window. % Author(s): L. Shure, 3-4-87 % Copyright (c) 1988-98 by The Math
www.eeworm.com/read/307171/13727333

txt kaiser.txt

#include"stdio.h" #include"ctype.h" #include"stdlib.h" main(int argc ,char *argv[]) { FILE *fp_ciper,*fp_plain; //密文与明文的文件指针 char ch_ciper,ch_plain; int i,temp=0;
www.eeworm.com/read/132069/5924987

h kaiser.h

/* ***** BEGIN LICENSE BLOCK ***** * Version: RCSL 1.0/RPSL 1.0 * * Portions Copyright (c) 1995-2002 RealNetworks, Inc. All Rights Reserved. * * The contents of this file, and the
www.eeworm.com/read/132069/5924989

c kaiser.c

/* ***** BEGIN LICENSE BLOCK ***** * Version: RCSL 1.0/RPSL 1.0 * * Portions Copyright (c) 1995-2002 RealNetworks, Inc. All Rights Reserved. * * The contents of this file, and the
www.eeworm.com/read/101082/6251144

c kaiser.c

#ifndef lint static char *sccsid = "@(#)kaiser.c 4.1 (Berkeley) 5/6/83"; #endif #include #include char *months[] { "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep"
www.eeworm.com/read/480287/6671876

m kaiser.m

www.eeworm.com/read/154802/11926443

cpp kaiser.cpp

#include"stdio.h" #include"ctype.h" #include"stdlib.h" main(int argc ,char *argv[]) { FILE *fp_ciper,*fp_plain; //密文与明文的文件指针 char ch_ciper,ch_plain; int i,temp=0;