搜索资源列表
sense-3.0.3-windows
- 大名鼎鼎的传感器网络仿真实验室平台SENSE-famous sensor network laboratory simulation platform SENSE
2D-TM
- 一个真正意义上的C++(不是C语言)编写的FDTD二维TM波算法程序,是老师给的作业,给大家共享。-A true sense of the C++ (not C language), prepared by two-dimensional TM wave FDTD algorithm procedures, teachers are given homework, give everyone shared.
chazhiyunihe
- 插值函数, 称为被插函数. 最小二乘拟合: 已知一批离散的数据 , 互不相同,寻求一个拟合函数 ,使 与 的误差平方和在最小二乘意义下最小.在最小二乘意义下确定的 称为最小二乘拟合函数-Interpolation function, referred to as interpolation function. Least-squares fitting: a known number of discrete data, different from each other, to find a f
chazhi
- 拉格朗日插值法只能算是数学意义上的插值,从插值基函数的巧妙选取,已经构造性的证明了插值法的存在性和惟一性-Lagrange interpolation can only be regarded as the mathematical sense of the interpolation, from the clever interpolation basis function selection, has been constructive proof of the existence of t
acdc
- 为寻找近似一般(非正交)联合(直接在最小二乘意义上的)的埃尔米特集acdc算法矩阵。- The acdc algorithm for finding the approximate general (non-orthogonal) joint diagonalizer (in the direct LeastSquares sense) of a set of Hermitian matrices.[acdc.m]
baozha
- 生活中我们有这样的常识,在一个密闭的空间中当可燃气体达到一定浓度时,遇明火会立即发生爆炸,即剧烈燃烧瞬间蔓延至整个空间。而爆炸极限指在空气中,可发生爆炸的气体比例区间-In life we have such common sense, in a confined space when the combustible gas reaches a certain concentration, the event of fire will immediately exploded, that is,
RSdecoder_BMalgoritmus
- DECODED = RSDEC(CODE,N,K) attempts to decode the received signal in CODE using an (N,K) Reed-Solomon decoder with the narrow-sense generator polynomial. CODE is a Galois array of symbols over GF(2^m), where m is the number of bits per symb
qbxf
- 给定N个数据点,求切比雪夫议意义下的最佳拟合多项式-Given N data points, find the Chebyshev sense proposed best-fit polynomial
Markov_Cha1744315122004
- 标题:马尔可夫链的文本(更新) 描述:马尔可夫链允许你建立随机文本从某种意义上/原始文字的风格仍然保持原来的文本。该方案包括一个支援功能的情侣(ArraySort,UniqueArray,PosInArray和binaryArraySearch)可能会感兴趣。 -------------增加了更多的细节,以帮助和提高代码选择的第一个字(如果你有一个以上的句子/段落的第一个字,将是一个句子或段落的第一个字,而不是仅仅在文本中随机选择的字{整段文字的第一个字比其他}。-Title: Mark
SVD_Algorithm
- In many cases where Gaussian elimination and LU decomposition fail to give satisfactory results, this set of techniques, known as singular value decomposition, or SVD, will diagnose for you precisely what the problem is. In some cases, SVD will not o
6
- Linearity in the mathematical sense is more than a straight line graph. In the jargon, it means additive and homogeneous.
2dgaussian210
- 2维曲面拟合,gauss or gabor 函数-Functions to fit a 2D Gaussian or 2D Gabor to a surface. The routines are automatic in the sense that they do not require the specification of starting guesses for the model parameters. This is done by evaluating the quality
Interpolation-and-fitting
- 插值:求过已知有限个数据点的近似函数。拟合:已知有限个数据点,求近似函数,不要求过已知数据点,只要求在某种意义下它在这些点上的总偏差最小。-Interpolation: seeking over a finite number of data points known approximate function. Fitting: Given a finite number of data points, find the approximate function, does not requir
Compressive-Sense
- 介绍压缩感知技术的实现算法,压缩感知技术用于表示信息-introduce the algorithm of the Compressive sense, which is used to express the information
orthofit
- 对离散点进行多项式拟合,不同于传统多项式拟合高次出现病态,此程序可以拟合高阶多项式- ORTHOFIT Fit polynomial to data. YS = ORTHOFIT(X,Y,N) smooths/fits data Y(X) in a least-squares sense using a polynomial of degree N and returns the smoothed data YS.