代码搜索:coefficient

找到约 3,200 项符合「coefficient」的源代码

代码结果 3,200
www.eeworm.com/read/147682/5728145

m asptsovtdlms.m

% [W,y,e,p,xb,w] = asptsovtdlms(xn,xb,W,d,mu,L1,L2,p,b,T) % % Performs filtering and coefficient update using the % Second Order Volterra Transform Domain Least Mean % Squares Adaptive a
www.eeworm.com/read/223154/14652224

m corrcoef.m

function [R,sig,ci1,ci2,nan_sig] = corrcoef(X,Y,Mode); % CORRCOEF calculates the correlation coefficient. % X and Y can contain missing values encoded with NaN. % NaN's are skipped, NaN do not
www.eeworm.com/read/212794/15149131

m vtb5_1.m

function vtb5_1(m,c,k) %VTB5_1 Transmissibility ratio of a SDOF system. % VTB5_1(m,c,k) plots the tranmissibility ratio for the system % described by the mass m, damping coefficient c, and stiffnes
www.eeworm.com/read/212791/15149567

vtb5_1

function vtb5_1(m,c,k) %VTB5_1 Transmissibility ratio of a SDOF system. % VTB5_1(m,c,k) plots the tranmissibility ratio for the system % described by the mass m, damping coefficient c, and stiffnes
www.eeworm.com/read/463239/1538595

v auto_lfsr_algo.v

module Auto_LFSR_ALGO (Y, Clock, Reset); parameter Length = 8; parameter initial_state = 8'b1001_0001; parameter [1: Length] Tap_Coefficient = 8'b1100_1111; input Clock, Reset; out
www.eeworm.com/read/268818/4249579

v auto_lfsr_algo.v

module Auto_LFSR_ALGO (Y, Clock, Reset); parameter Length = 8; parameter initial_state = 8'b1001_0001; parameter [1: Length] Tap_Coefficient = 8'b1100_1111; input Clock, Reset; out
www.eeworm.com/read/471742/6888611

m fofv.m

%fofv.m clear; g=input(' Enter value of gravity g: '); m=input(' Enter the object mass m: '); C=input(' Enter the drag coefficient C: '); if C< 1.e-3 C=1.e-3; end %prevent div
www.eeworm.com/read/193434/8226887

m rs1dg.m

function [tsd,sig,sigka,sigspm]=rs1dg(wave,nr,N,rL,h,lc,g,tid,nsa,seed) %rs1dg computes the bistatic scattering coefficient for Gaussian rough surfaces % with Gaussian spectrum. % % [tsd,sig,
www.eeworm.com/read/393976/8252683

m vtb5_1.m

function vtb5_1(m,c,k) %VTB5_1 Transmissibility ratio of a SDOF system. % VTB5_1(m,c,k) plots the tranmissibility ratio for the system % described by the mass m, damping coefficient c, and stiffnes
www.eeworm.com/read/277186/10655440

h coeffs.h

/* Pre compute singleton coefficient IDCT values. */ #define C0 0xa73b4b42 #define C1 0x11a8cdb7 #define C2 0xcdb7a73b #define C3 0x4b42ee58 #define C4 0x4b4211a8 #define C5 0x3249a73b #defin