代码搜索:coefficient
找到约 3,200 项符合「coefficient」的源代码
代码结果 3,200
www.eeworm.com/read/378919/9212957
m txline.m
% TXLINE Provides VSWR, reflection coefficient and input impedance
% for a terminated transmission line.
%
% [VSWR, RHO, ZIN] = TXLINE(ZL,ZO,ZD,L,BW)
%
% ZL, ZO and Z
www.eeworm.com/read/378919/9213000
m qwtrafo.m
% QWTRAFO Provides VSWR, reflection coefficient and input impedance
% for a N cascaded quarter-wavelength transformers.
%
% [VSWR, RHO, ZIN] = QWTRAFO(ZL,ZO,ZD,BW)
%
% Z
www.eeworm.com/read/181091/9274691
cpp gamma.cpp
// gamma.cpp -- computation of gamma function.
// Algorithms and coefficient values from "Computation of Special
// Functions", Zhang and Jin, John Wiley and Sons, 1996.
//
// (C) 2003
www.eeworm.com/read/168118/9937477
m rcdefine.m
function rcdefine(action,arg2)
% RCDEFINE is the central part of a dialog used by LOGSEC to define reflection
% coefficient sections. Inititate the dialog by calling RCDEFINEINIT and finish
% it by c
www.eeworm.com/read/145776/12703054
m lrls1.m
%LRLS1 Problem 1.1.1.1.2.4
%
% 'ifile.mat' - input file containing:
% I - members of ensemble
% K - iterations
% sigmax - standard deviation of input
% Wo - coefficient v
www.eeworm.com/read/319068/13463440
pas jctrans.pas
Unit JcTrans;
{ This file contains library routines for transcoding compression,
that is, writing raw DCT coefficient arrays to an output JPEG file.
The routines in jcapimin.c will also be ne
www.eeworm.com/read/319068/13463469
pas jdtrans.pas
Unit JdTrans;
{ This file contains library routines for transcoding decompression,
that is, reading raw DCT coefficient arrays from an input JPEG file.
The routines in jdapimin.c will also be
www.eeworm.com/read/302326/13837629
m lrls1.m
%LRLS1 Problem 1.1.1.1.2.4
%
% 'ifile.mat' - input file containing:
% I - members of ensemble
% K - iterations
% sigmax - standard deviation of input
% Wo - coefficient v
www.eeworm.com/read/309192/6342012
m lrls1.m
%LRLS1 Problem 1.1.1.1.2.4
%
% 'ifile.mat' - input file containing:
% I - members of ensemble
% K - iterations
% sigmax - standard deviation of input
% Wo - coefficient v
www.eeworm.com/read/129735/14230653
c adaptdnc.c
/*ADAPTDNC.C-50-COEFFICIENT ADAPTIVE FILTER IN C */
#define beta 2.5E-10 /*rate of convergence */
#define N 50 /*# of coefficients */
#define NS 128