代码搜索:deviation
找到约 1,443 项符合「deviation」的源代码
代码结果 1,443
www.eeworm.com/read/411674/11233538
m gencircledata.m
function [X,gnd_X] = gencircledata(Center,R,num_data,dev)
% GENCIRCLEDATA Generates data on circle corrupted by Gaussian noise.
%
% Synopsis:
% [X,gnd_X] = gencircledata(Center,R,num_data,dev)
www.eeworm.com/read/38039/1093691
txt msgtxt_g04.txt
%CI Points of curve(xyz) | Deviation
Points of curve(xyz) | Deviation
%CI Names | Deviation
Names | Deviation
%CE all jogs must re
www.eeworm.com/read/458393/7297108
m evaluate.m
function [stad_deviation,stad_variance,entropy] = evaluate(I)
%I为融合图像
%stad_deviation:融合图像的标准偏差
%variance:融合图像的标准方差
%entropy:融合图像的熵
%%
%求标准偏差
I1 = imread(I);
[sI,cI,bI] = size(I1);
t = 0.;h =
www.eeworm.com/read/316280/13526393
cc statistical_filter.cc
//Copyright (c) 2004, Charles Killian, Adolfo Rodriguez, Dejan Kostic, Sooraj Bhat, and Amin Vahdat
//All rights reserved.
//
//Redistribution and use in source and binary forms, with or without
//mod
www.eeworm.com/read/481859/6631687
m gaussianlowpass.m
%% Low pass Gaussian Filter
clear all
clc
a=imread('Fig0441(a)(characters_test_pattern).tif');
a=double(a);
c=size(a);
N=c(1)
D0=input('Enter the cutoff frequency/standard deviation ');
for u=
www.eeworm.com/read/38039/1095630
mnu dev_top.mnu
DEVIATION
#
Create
Create deviation features.
#
Redefine
Redefine elements of a deviation feature.
#
Delete
Remove a deviation feature.
#
Done/Return
Return to the Verification menu.
#
www.eeworm.com/read/38039/1089709
txt msgtxt_g04.txt
%CI Points of curve(xyz) | Deviation
Points of curve(xyz) | Deviation
曲线(xyz)的点 | 偏差
%CI Names | Deviation
Names
www.eeworm.com/read/431643/8664183
asv calculfirlms.asv
function [prb prb1] = calculFIR2(snr_in_dB,h,W,B)
E = 1; numoferr = 0;numoferr1 = 0;
SNR = 10^(snr_in_dB/10); % signal to noise ratio
sgma = (E/sqrt(2*SNR));
w1 = W(:,1);
w2 = W(:,2);
w3
www.eeworm.com/read/429877/8784273
m addnoise.m
function [noisytraj ] = addnoise(trajectory, sigmaaz, sigmael, sigmarange )
% addnoise.m
% by David J. Hall
% for Bassem Mahafza
% 10 June 2003
% 11:46
%
% USAGE: [noisytraj ] = addnoise(trajec
www.eeworm.com/read/383372/8951678
m get_impulses.m
function [p,m,md,s]=get_impulses(ts,threshold,max_std)
%
% GET_IMPULSES
% get impulses from a noisy series of pulses
%
% USAGE
% [p,m,md,s]=get_