Go To English Version 超过100万源码资源,1000万源码文件免费下载
  • LU_factor.m.zip Method with Gaussian Elimination without Pivoting LU factorization of matrix A using Gaussian-elimination without pivoting Inputs : A --> n x n matrix Outputs : L (lower triangular) && U (upper triangular)
  • lu_pivot.m.zip Method with Gaussian Elimination with Pivoting function [L,U,P] = lu_pivot(A)
  • notes6.rar ci620 gaussian notes
  • J-Orthogonality.rar orthognalty notes of gaussian
  • JGRV.rar some gaussian notes by me
  • Learning-Skin-Pixels-in-Color-Images-Using-Gaussi This paper is concerned with estimating a probability density function of human skin color using a finite Gaussian mixture model whose parameters are estimated through the EM algorithm.sections
  • Gaussian_Distribution.zip This is a simple program that plots the gaussian distribution at with different sigma values.
  • noise-generation.zip matlab code to generate various type of noise- poisson, gaussian, impulse noise.
  • KF11.rar THIS PROGRAM IS FOR IMPLEMENTATION OF DISCRETE TIME PROCESS KALMAN FILTER FOR GAUSSIAN AND LINEAR STOCHASTIC DIFFERENCE EQUATION.
  • simple_gauss_filter.rar Simple implementation Gaussian Filter in C#