代码搜索:deviation

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

代码结果 1,443
www.eeworm.com/read/433250/8537477

m add_noise.m

function y = add_noise(x,std,rc) % add_noise -- add white, guassian noise to a signal % % Usage % y = add_noise(x, std, rc) % % Inputs % x signal % std standard deviation of the nois
www.eeworm.com/read/433250/8537657

m add_noise.m

function y = add_noise(x,std,rc) % add_noise -- add white, guassian noise to a signal % % Usage % y = add_noise(x, std, rc) % % Inputs % x signal % std standard deviation of the nois
www.eeworm.com/read/376297/9321691

m monter calor.m

% Example Monte Carlo Simulation in Matlab % Function: y = x2^2/x1 % % Generate n samples from a normal distribution % r = ( randn(n,1) * sd ) + mu % mu : mean % sd : standard deviation
www.eeworm.com/read/352445/10552037

m add_noise.m

function y = add_noise(x,std,rc) % add_noise -- add white, guassian noise to a signal % % Usage % y = add_noise(x, std, rc) % % Inputs % x signal % std standard deviation of the nois
www.eeworm.com/read/456350/7351586

h cc2400.h

// Chipcon // Product = CC2400 // Crystal accuracy = 0 ppm // RF frequency = 2433 MHz // RF data rate = 1 Mbps // RF output power = 0.0 dBm // RF deviation = 250 kHz // RF bandwidth = 1 MHz //
www.eeworm.com/read/435394/7792619

txt input1.txt

#TrialType Deviation IniRadius EndRadius BallColor BgColor FrameDuration DeltaDistance Width Height LEFT 30 2 40 255 0 0 204 204 204 20 20 900 600 RIGHT 20 2 40 0 255 0
www.eeworm.com/read/330869/12863389

m add_noise.m

function y = add_noise(x,std,rc) % add_noise -- add white, guassian noise to a signal % % Usage % y = add_noise(x, std, rc) % % Inputs % x signal % std standard deviation of the nois
www.eeworm.com/read/330869/12863534

m add_noise.m

function y = add_noise(x,std,rc) % add_noise -- add white, guassian noise to a signal % % Usage % y = add_noise(x, std, rc) % % Inputs % x signal % std standard deviation of the nois
www.eeworm.com/read/305910/13756405

m rayleighawgn.m

function [Pe]=RayleighAWGN(snr_in_db) E=1; %Normalize energy snr=10^(snr_in_db/10); sgma=E/sqrt(2*snr); %standard deviation of noise Num=4000; % The number of binary data %generation of bina
www.eeworm.com/read/336465/12442042

nlogo ---montecarlo-area.nlogo

globals [mc-area normal-area mc-error error-list areas-list mc-area-max mean-error mean-standard-deviation MCS] to setup-plots