代码搜索:coefficient

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

代码结果 3,200
www.eeworm.com/read/416230/11037560

m program_12_3.m

% Program 12_3 % Coefficient Quantization Effects on the % Frequency Response of a Direct Form FIR Filter % fpts = [0 0.5 0.55 1]; mag = [1 1 0 0]; b = remez(39,fpts,mag); [h,w] = freqz(b,1,512)
www.eeworm.com/read/416230/11037572

m program_12_7.m

% Program 12_7 % Granular Limit Cycles in First-Order IIR Filter % clf; alpha = input('Type in the filter coefficient = '); yi = input('Type in the initial condition = '); x = input('Type in the
www.eeworm.com/read/416230/11037600

m program_8_1.m

% Program 8_1 % Factorization of a Rational FIR Transfer Function % format long num = input('Filter coefficient vector = '); Numfactors = factorize(num); disp('Factors'),disp(Numfactors)
www.eeworm.com/read/416230/11037604

m program_8_4.m

% Program 8_4 % Cascaded Lattice Realization of an % Allpass Transfer Function % format long den = input('Denominator coefficient vector = '); k = poly2rc(den); knew = fliplr(k); disp('The lat
www.eeworm.com/read/470924/6901770

m binomial.m

function b = binomial(n,k) %BINOMIAL compute binomial coefficient % % Usage: b = binomial(n,k) % % Parameters: ( n ) % b = ( ) % ( k ) % % Author: Steve Gunn (sr
www.eeworm.com/read/469779/6927013

m chap9_5i.m

%Three Loop of Flight Simulator Servo System with Direct Current Motor clear all; close all; %(1)Current loop L=0.001; %L
www.eeworm.com/read/314041/6955429

m reflectc.m

%clear m1=1; m2=1; e1=1; e2=9; n1=sqrt(m1/e1); n2=sqrt(m2/e2); thtaid=[0:90]; thtai=thtaid/180*pi; thtar=thtai; thtat=acos(cos(thtai).*sqrt(m1*e1/m2/e2)); ii=1; for i=1:91 if imag(thta
www.eeworm.com/read/467851/7002166

m g.m

function value = g (u,j, xy, t ) %the neuman condition on different walls and windows kw = 1.1*1e-2*0.3; %conduction coefficient windows :units = W/k kc = 1.7*1e-2*30; %conduction coefficie
www.eeworm.com/read/467604/7005853

m chap9_5i.m

%Three Loop of Flight Simulator Servo System with Direct Current Motor clear all; close all; %(1)Current loop L=0.001; %L
www.eeworm.com/read/466394/7034630

m similarity.m

function rho=Similarity(im0,xt,V,histO,K) %Bhattacharayya coefficient %get target region [data,rX,rY]=GetAffineRegion(im0,xt,V,K.rX,K.rY,K.sigmas); %get histogram [histR]=ColorHist(data,histO.n