代码搜索:normal
找到约 10,000 项符合「normal」的源代码
代码结果 10,000
www.eeworm.com/read/243742/12920296
m r4_normal_01.m
function [ x, seed ] = r4_normal_01 ( seed )
%% R4_NORMAL_01 returns a unit pseudonormal R4.
%
% Discussion:
%
% The standard normal probability distribution function (PDF) has
% mean 0 and st
www.eeworm.com/read/243742/12920302
m c8_normal_01.m
function [ z, seed ] = c8_normal_01 ( seed )
%% C8_NORMAL_01 returns a unit pseudonormal C8.
%
% Discussion:
%
% The value has mean 0 and standard deviation 1.
%
% Modified:
%
% 17 July 2006
www.eeworm.com/read/243742/12920306
m r8_normal_01.m
function [ x, seed ] = r8_normal_01 ( seed )
%% R8_NORMAL_01 returns a unit pseudonormal R8.
%
% Discussion:
%
% The standard normal probability distribution function (PDF) has
% mean 0 and st
www.eeworm.com/read/327235/13093154
m fit_ml_log_normal.m
function result = fit_ML_log_normal( x,hAx )
% fit_ML_normal - Maximum Likelihood fit of the log-normal distribution of i.i.d. samples!.
% Given the samples of a log-normal distribu
www.eeworm.com/read/139650/13145071
m evolve_normal_eno3.m
function [delta, H1_abs, H2_abs] = evolve_normal_ENO3(phi, dx, dy, Vn)
%
% Finds the amount of evolution under a force in
% normal direction and using 3rd order accurate ENO scheme
%
% Author: Ba
www.eeworm.com/read/139650/13145080
m evolve_normal_eno1.m
function [delta, H1_abs, H2_abs] = evolve_normal_ENO1(phi, dx, dy, Vn)
%
% Finds the amount of evolution under a force in
% normal direction and using 1st order accurate ENO scheme
%
% Author: Ba
www.eeworm.com/read/139650/13145105
m evolve_normal_vector_weno.m
function [delta, H1_abs, H2_abs] = evolve_normal_vector_WENO(phi, dx, dy, Vn_ext, u_ext, v_ext)
%
% Finds the amount of evolution under a force in
% normal direction and a force based on a vector f
www.eeworm.com/read/139650/13145116
m get_dt_normal_vector.m
function [dt] = get_dt_normal_vector(alpha, dx, dy, H1_abs, H2_abs)
%
% Calculate the Euler time step.
%
% Author: Baris Sumengen sumengen@ece.ucsb.edu
% http://vision.ece.ucsb.edu/~sumengen/
%
www.eeworm.com/read/139650/13145121
m init_normal_eno2.m
function [Vn_ext] = init_normal_ENO2(Vn)
%
% Extends boundary of Vn
%
% Author: Baris Sumengen sumengen@ece.ucsb.edu
% http://vision.ece.ucsb.edu/~sumengen/
%
Vn_ext = zeros(size(Vn)+4);
Vn
www.eeworm.com/read/139650/13145124
m init_normal_eno3.m
function [Vn_ext] = init_normal_ENO3(Vn)
%
% Extends boundary of Vn
%
% Author: Baris Sumengen sumengen@ece.ucsb.edu
% http://vision.ece.ucsb.edu/~sumengen/
%
Vn_ext = zeros(size(Vn)+6);
Vn