代码搜索:factor

找到约 6,651 项符合「factor」的源代码

代码结果 6,651
www.eeworm.com/read/488224/6498663

m minphase.m

function [y,ssp,iter] = minphase(g); % Extracts the minimum phase factor y from a linear-phase filter. % Input: g = [g(0) g(1) . . . g(N)] (row vector) where % the g vector is the right-half of a l
www.eeworm.com/read/488254/6499762

bak tryfunct.v.bak

module tryfunct(clk,n,result,reset); output[31:0] result; input [3:0] n; input reset,clk; reg[31:0] result; always@(posedge clk) begin if(!reset) result
www.eeworm.com/read/488254/6499768

v tryfunct.v

module tryfunct(clk,n,result,reset); output[31:0] result; input [3:0] n; input reset,clk; reg[31:0] result; always@(posedge clk) begin if(!reset) result
www.eeworm.com/read/407803/11410548

c user0.c

char User_Card_Deal( char * buf ) { pUICC c = ( pUICC ) buf; struct { char Factor; int Fee; long LowLimit; long Water; } idata Dat; if ( memcmp ( f.Well, c->Block3C.Well, s
www.eeworm.com/read/405084/11471994

m fig2_21.m

% Use this program to reproduce Fig. 2.20 of text. close all clear all np = 4; pfa = 1e-7; pdm = 0.99945; pda = 0.99812; % calculate the improvement factor Im = improv_fac(np,pfa, pdm); Ia =
www.eeworm.com/read/402117/11542941

m fig2_21.m

% Use this program to reproduce Fig. 2.20 of text. close all clear all np = 4; pfa = 1e-7; pdm = 0.99945; pda = 0.99812; % calculate the improvement factor Im = improv_fac(np,pfa, pdm); Ia =
www.eeworm.com/read/401480/11557239

m fig2_21.m

% Use this program to reproduce Fig. 2.20 of text. close all clear all np = 4; pfa = 1e-7; pdm = 0.99945; pda = 0.99812; % calculate the improvement factor Im = improv_fac(np,pfa, pdm); Ia =
www.eeworm.com/read/347866/11629797

m getrayleighpars.m

% [alpha,beta] = GetRayleighPars(Q,F0,T0,NT,DT,WEIGHT,FIG) % % Computes the Rayleigh damping parameters alpha and beta % (C = alpha*M + beta*K) % aiming for a constant quality factor Q (1/2*eta) % wi
www.eeworm.com/read/157532/11695222

h express.h

#ifndef __EXPRESS_H__ #define __EXPRESS_H__ #include "Common.h" #include "Math.h" // Express.cpp中的函数 double Factor(const char [], int &); double Term(const char [], int &); double Expressio
www.eeworm.com/read/260133/11745895

h geturltermfreqs.h

/** * getUrlTermFreqs.h * API for get terms from urls * zhiyong, zhang, March, 1st, 2006 **/ #ifndef GET_URL_TERMFREQS_H #define GET_URL_TERMFREQS_H #define FORGETTING_FACTOR 1 //not current vis