代码搜索:gaussian

找到约 7,040 项符合「gaussian」的源代码

代码结果 7,040
www.eeworm.com/read/446646/7573332

html gaussian.html

www.eeworm.com/read/443020/7639373

m gaussian.m

function [y1,y2]=gaussian(n) %产生数据量为n的两个相互独立高斯分布y1、y2 %--------------------------------------- % k=1; y1=zeros(1,n); y2=zeros(1,n); while(k
www.eeworm.com/read/442927/7641872

html gaussian.html

Description of gaussian
www.eeworm.com/read/442927/7642020

m gaussian.m

function out = gaussian(data, gParam); % gaussian: Multi-dimensional Gaussian propability density function % Usage: out = gaussian(data, gParam) % data: d x n data matrix, representing n data vect
www.eeworm.com/read/437211/7753359

m gaussian.m

% This code implements the Gausian Search Algorithm for detect the best % thershold in image segmentation. v is the size of the window, and p is % the thershold that the algorithm serchs. COUNTS i
www.eeworm.com/read/299682/7839535

m gaussian.m

function [y1,y2]=gaussian(n) %产生数据量为n的两个相互独立高斯分布y1、y2 %--------------------------------------- % k=1; y1=zeros(1,n); y2=zeros(1,n); while(k
www.eeworm.com/read/397799/8021368

m gaussian.m

function u = gaussian(t,t0,FWHM,P0,m,C) % This function computes a gaussian or supergaussian pulse with % the specified parameters: % % sqrt(P0) * exp{ -[(1+iC)/2] * [(t-t0)/T]^(2m) } %
www.eeworm.com/read/196818/8058154

c gaussian.c

#include #define pi 3.1415 double gaussian(double x) { double resu; resu=-0.5*x*x; resu=exp(resu); resu=resu/sq
www.eeworm.com/read/296492/8099273

dat gaussian.dat

1651 1 b00 1 2000 0x161 0xfe9f 0xf6f9 0x6cb 0x2e9 0xff26 0xfe08 0xfdac 0x4d9 0x4b 0xfd68 0x4f2 0x19a 0xffa8 0xfdac 0xfcce 0x1d4 0xd2 0x472 0x1fd 0xfdb5 0x2f 0x57f 0x2e2 0xfe46
www.eeworm.com/read/144627/12779639

c gaussian.c

#include #include #include #include #include "misc.h" #include "gaussian.h" double evaluate_gauss(int dim, double *s, double *center, double *va