代码搜索:deviation

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

代码结果 1,443
www.eeworm.com/read/414953/11090509

m eigenfacecore.m

function [m, A,L_eig_vec, Eigenfaces] = EigenfaceCore(T) % Calculating the mean image m = mean(T,2); Train_Number = size(T,2); %Calculating the deviation of each image from mean image A = []
www.eeworm.com/read/268122/11151248

m lmsreceiver.m

%product received vector function [p]=lmsreceiver(snr_in_dB,u) Lc=31; %Lc is frame size snr=10^(snr_in_dB/10); sgma=1; % noise standard deviation is fixed Eb=2
www.eeworm.com/read/335807/12496900

m ip_06_06.m

% MATLAB script for Illustrative Problem 6, Chapter 6. echo on N=52; noise_var=0.25; sigma=sqrt(noise_var); % standard deviation of the noise for i=1:N, % generate data sequence if
www.eeworm.com/read/147096/12586829

m ip_06_06.m

% MATLAB script for Illustrative Problem 6, Chapter 6. echo on N=52; noise_var=0.25; sigma=sqrt(noise_var); % standard deviation of the noise for i=1:N, % generate data sequence if
www.eeworm.com/read/300086/13936852

m ip_06_06.m

% MATLAB script for Illustrative Problem 6, Chapter 6. echo on N=52; noise_var=0.25; sigma=sqrt(noise_var); % standard deviation of the noise for i=1:N, % generate data sequence if
www.eeworm.com/read/101557/15827409

m ip_06_06.m

% MATLAB script for Illustrative Problem 6, Chapter 6. echo on N=52; noise_var=0.25; sigma=sqrt(noise_var); % standard deviation of the noise for i=1:N, % generate data sequence if
www.eeworm.com/read/287843/8665381

m ip_06_06.m

% MATLAB script for Illustrative Problem 6, Chapter 6. clear echo on N=52; noise_var=0.25; sigma=sqrt(noise_var); % standard deviation of the noise for i=1:N, % generate data sequence
www.eeworm.com/read/374502/9402241

grep

# # grep 1.0 -- adds [e]grep support to the client, neat # Author -- wd@anduril.org White_Dragon Chip Norkus # Any deviation from the original is Jeremy Nelson's fault. # # Contributed to the EPIC pr
www.eeworm.com/read/371748/9537847

m ip_06_06.m

% MATLAB script for Illustrative Problem 6, Chapter 6. clear echo on N=52; noise_var=0.25; sigma=sqrt(noise_var); % standard deviation of the noise for i=1:N, % generate data sequence
www.eeworm.com/read/461510/7226300

cpp rpgm.cpp

//PARAMETER NEEDS TO BE CHANGED //.h file group number, node numbers //.cpp file file name list //deviation ratio = 0.1 #include "rpgm.h" void read_checkpoint_file(int i,char* filename)