代码搜索:deviation

找到约 1,443 项符合「deviation」的源代码

代码结果 1,443
www.eeworm.com/read/468647/6986188

m example2.m

load lena; load lenamodel; sigma = 0.1; %noise standard deviation hh = daubcqf(4); %wavelet filter x = lena + sigma*randn(size(lena)); disp(['PSNR of noisy image is ' num2str(psnr(lena,x)) 'dB']);
www.eeworm.com/read/435394/7792618

txt input2.txt

#TrialType Deviation IniRadius EndRadius BallColor BgColor FrameDuration DeltaDistance Width Height STRAIGHT 0 2 40 255 0 0 204 204 204 20 20 900 600 STRAIGHT 0 2 40 255 0 0 204
www.eeworm.com/read/327948/13054099

m pr3_29_ss_goodelectromagneticcompatibility_eachother_conventional.m

%Problem 3.29; %electromagnetic compatibility and spread spectrum; clear all; close all; t=[0.001:0.001:2]; N=length(t); %time scale; Wd=100; WD=[0,Wd,-Wd]; %three deviation values; S=[exp(i*p
www.eeworm.com/read/493457/6393741

m accelerometer.m

clear all close all BIAS=.00001*32.2; SF=.000005; XK=.000001/32.2; SIGTH=10E-6; %STD DEVIATION G=32.2; JJ=0; count=0; for THETDEG=0:2:180 THET=THETDEG/57.3;
www.eeworm.com/read/218391/14922932

m pr3_29.m

%Problem 3.29; %electromagnetic compatibility and spread spectrum; clear all; close all; t=[0.001:0.001:2]; N=length(t); %time scale; Wd=100; WD=[0,Wd,-Wd]; %three deviation values; S=[exp(i*p
www.eeworm.com/read/217484/14960314

m wilkinson.m

function [m_out,std_out] = wilkinson(m_x,std_x,r) % % This function computes the mean and standard deviation % of the sum of two lognormal RV's. % Input and ouput values are in dB. % lambda =
www.eeworm.com/read/216268/15021358

asv pr3_29.asv

%Problem 3.29; %electromagnetic compatibility and spread spectrum; clear all; close all; t=[0.001:0.001:2]; N=length(t); %time scale; Wd=100; WD=[0,Wd,-Wd]; %three deviation values; S=[exp(i*p
www.eeworm.com/read/216268/15021377

m pr3_29.m

%Problem 3.29; %electromagnetic compatibility and spread spectrum; clear all; close all; t=[0.001:0.001:2]; N=length(t); %time scale; Wd=100; WD=[0,Wd,-Wd]; %three deviation values; S=[exp(i*p
www.eeworm.com/read/38039/1092654

mnu ceintgop.mnu

CEINTGOP CEINTGOP # Scale 比例 Change display scale. 改变显示比例。 Tolerance 公差 Change Deviation Tolerance. 改变偏差公差。 Density 密度 Change density of curvature display. 改变曲率显示的密度。
www.eeworm.com/read/233448/4684674

c union-return-1_main.c

/* Test function return values. This was written when correcting a deviation from the ABI on SPARC64 between 3.3 and 3.4. */ extern void union_return_1_x (void); extern void exit (int); int fail