代码搜索:factor

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

代码结果 6,651
www.eeworm.com/read/439446/7708517

m p10_5.m

% Program P10_5 % Illustration of Decimation Process % clf; M = input('Down-sampling factor = '); n = 0:99; x = sin(2*pi*0.043*n) + sin(2*pi*0.031*n); y = decimate(x,M,'fir'); subplot(2,1,1); stem(n,x
www.eeworm.com/read/439446/7708520

m p10_1.m

% Program 10_1 % Illustration of Up-Sampling by an Integer Factor % clf; n = 0:50; x = sin(2*pi*0.12*n); y = zeros(1, 3*length(x)); y([1: 3: length(y)]) = x; subplot(2,1,1) stem(n,x); title('Input Seq
www.eeworm.com/read/439446/7708592

m p10_2.m

% Program P10_2 % Illustration of Down-Sampling by an Integer Factor % clf; n = 0: 49; m = 0: 50*3 - 1; x = sin(2*pi*0.042*m); y = x([1 : 3 : length(x)]); subplot(2,1,1) stem(n, x(1:50)); axi
www.eeworm.com/read/439446/7708686

m p10_5.m

% Program P10_5 % Illustration of Decimation Process % clf; M = input('Down-sampling factor = '); n = 0:99; x = sin(2*pi*0.043*n) + sin(2*pi*0.031*n); y = decimate(x,M,'fir'); subplot(2,1,1); stem(n,x
www.eeworm.com/read/439446/7708689

m p10_1.m

% Program 10_1 % Illustration of Up-Sampling by an Integer Factor % clf; n = 0:50; x = sin(2*pi*0.12*n); y = zeros(1, 3*length(x)); y([1: 3: length(y)]) = x; subplot(2,1,1) stem(n,x); title('Input Seq
www.eeworm.com/read/217415/7808320

m mypls.m

function [T,P,W,U,Q,B,ssq,Ro,Rv,Lo,Lv] = mypls(X,Y,nF,options) % function [T,P,W,U,Q,B,ssq,Ro,Rv,Lo,Lv] = mypls(X,Y,nF,options) % 020828 FvdB % Partial Least Squares regression bilinear factor mode
www.eeworm.com/read/328346/13032684

m dampsin.m

function v = dampsin(t,wn,z) %Generate Damped sine wave %dampsin (t,wn,z) % t = time % wn = Natural frequency % z = damping factor kzm=(z-sqrt(z.^2-1)).*wn; kzp=(z+sqrt(z.^2-1)).*wn; % thi
www.eeworm.com/read/328346/13032754

m dampsin.m

function v = dampsin(t,wn,z) %Generate Damped sine wave %dampsin (t,wn,z) % t = time % wn = Natural frequency % z = damping factor kzm=(z-sqrt(z.^2-1)).*wn; kzp=(z+sqrt(z.^2-1)).*wn; % thi
www.eeworm.com/read/309722/13665796

m c12l2.m

count=0; %H=.01 %Integration interval increased by factor of 100 to get acceptable run time H=1; A=2.0926e7; GM=1.4077e16; GAM=45.; ALTNM=0.; V=24000.; ANGDEG=0.; ANG=ANGDEG/57.3; VRX=V*cos
www.eeworm.com/read/309722/13665797

m c12l3.m

count=0; %H=.01; %Integration interval increased by factor of 1000 to get acceptable run time H=10.; A=2.0926e7; GM=1.4077e16; GAM=0.; ALTNM=1000.; ALT=ALTNM*6076.; XLAM=1.; V=sqrt(GM*XLAM/(