代码搜索:coefficient

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

代码结果 3,200
www.eeworm.com/read/197261/8008641

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/196830/8055822

m latcfilt.m

function [y] = latcfilt(K,x) % LATTICE form realization of FIR filters % --------------------------------------- % y = latcfilt(K,x) % y = output sequence % K = LATTICE filter (reflection) co
www.eeworm.com/read/196830/8055880

m ladrfilt.m

function [y] = ladrfilt(K,C,x) % LATTICE/LADDER form realization of IIR filters % ---------------------------------------------- % [y] = ladrfilt(K,C,x) % y = output sequence % K = LATTICE (refle
www.eeworm.com/read/296898/8073301

m fig.m

function [ypre] = fig(X, y, h) [n,m] = size(X); [T, W, P, B, Q, a] = nipals(X,y,h); [A] = coe(X, y, h); ypre = [ones(n,1),X]*A'; figure plot(y,ypre,'.',y,y); xlabel('y observed'); ylab
www.eeworm.com/read/296676/8082661

m jpeg_ek.m

%jpeg_ek %装载图像 load lena.mat f=x; imshow(mat2gray(f)) clear x; f=f-128; drawnow; [mf,nf]=size(f); mb=mf/8; nb=nf/8; %8*8的小块进行DCT变换 Ff=blkproc(f,[8 8],'dct'); Ff=blkproc(Ff',[8 8
www.eeworm.com/read/196069/8116651

m latcfilt.m

function [y] = latcfilt(K,x) % LATTICE form realization of FIR filters % --------------------------------------- % y = latcfilt(K,x) % y = output sequence % K = LATTICE filter (reflection) co
www.eeworm.com/read/196069/8116708

m ladrfilt.m

function [y] = ladrfilt(K,C,x) % LATTICE/LADDER form realization of IIR filters % ---------------------------------------------- % [y] = ladrfilt(K,C,x) % y = output sequence % K = LATTICE (refle
www.eeworm.com/read/247403/12661245

var chart.var

MinX=X; 'Initial value C=10; 'Coefficient Diapason=C*2; 'Range of increase Resolution=80.'Amount of pixels
www.eeworm.com/read/333652/12666658

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/246998/12693399

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