-
FIR
fir滤波器设计 输入设计指标 计算过渡带宽度 按哈明窗数据,计算滤波器长度(fir filter design input design index to calculate the transition zone width by Hamming window of data to calculate the length of filter)
- 2010-08-09 19:34:25下载
- 积分:1
-
611821311120059151724214871417
相当的经典啊 是基于MATLAB的 大家做图像匹配的都可以用的到(Fairly classic MATLAB-ah is based on the U.S. to do image matching can be used to)
- 2008-06-12 15:28:31下载
- 积分:1
-
2dgaussian
汽车高斯曲面拟合
---
2程序,以适应到表面二维高斯:
子= A *的进出口( -((西为X0)^2/2/sigmax^2 +(艺Y0的)^2/2/sigmay^ 2)。。)+ b的
这些例程是自动在某种意义上说,他们并不需要出发对模型参数的猜测规范。
autoGaussianSurfML(十一,彝,子)适合通过对模型参数的最大似然(最小二乘)。它首先计算了该模型在许多可能的参数值,然后选择最佳质量设置和细化与lsqcurvefit它。
autoGaussianSurfGS(十一,彝,紫)的估计,通过指定数据的贝叶斯生成模型,然后采取通过从模型吉布斯抽样样本后ofthis模型参数。这种(Auto Gaussian Surface fit
---
2 routines to fit a 2D Gaussian to a surface:
zi = a*exp(-((xi-x0).^2/2/sigmax^2+ (yi-y0).^2/2/sigmay^2))+ b
The routines are automatic in the sense that they do not require the specification of starting guesses for the model parameters.
autoGaussianSurfML(xi,yi,zi) fits the model parameters through maximum likelihood(least-squares). It first evaluates the quality of the model at many possible values of the parameters then chooses the best set and refines it with lsqcurvefit.
autoGaussianSurfGS(xi,yi,zi) estimates the model parameters by specifying a Bayesian generative model for the data, then taking samples from the posterior ofthis model through Gibbs sampling. This method is insensitive to local minimain posterior and gives meaningful error bars (Bayesian confidence intervals))
- 2011-05-23 10:36:52下载
- 积分:1
-
KWFLICM
we present an improved fuzzy
C-means (FCM) algorithm for image segmentation by introducing
a tradeoff weighted fuzzy factor and a kernel metric. The
tradeoff weighted fuzzy factor depends on the space distance of
all neighboring pixels and their gray-level difference simultaneously.
By using this factor, the new algorithm can accurately
estimate the damping extent of neighboring pixels. In order to
further enhance its robustness to noise and outliers, we introduce
a kernel distance measure to its objective function. The new
algorithm adaptively determines the kernel parameter by using
a fast bandwidth selection rule based on the distance variance
of all data points in the collection. Furthermore, the tradeoff
weighted fuzzy factor and the kernel distance measure are both
parameter free. Experimental results on synthetic and real images
show that the new algorithm is effective and efficient, and is
relatively independent of this type of noise.
- 2021-04-15 22:28:54下载
- 积分:1
-
TSPM
tabu search scheduling problem using matlab
- 2020-06-23 06:20:02下载
- 积分:1
-
SANBAN
自己编写的散斑生成算法,对于三维重建有很大的帮助(the generation algorithm of the speckle image, which is helpful for the three dimensional reconstruction)
- 2017-04-19 22:11:14下载
- 积分:1
-
LFM1_mp_1
信号与信息处理——阵列信号处理DOA估计的matlab算法,这是线性调频信号的稀疏分解算法,很有用(Signal and information processing- array signal processing matlab algorithm for DOA estimation, which is a linear FM signal sparse decomposition algorithm, useful)
- 2007-09-04 10:41:13下载
- 积分:1
-
GP-programming-
本程序是对遗传算法的改进实现,在遗传操作中的选择 复制 交叉部分做了改进。代码调试通过 可以通过宏命令修改迭代次数。(This program is the improvement of genetic algorithm implementation, the choice of operation in the replication of genetic cross-section are improved. Debugging through macro commands can be modified by the number of iterations.)
- 2011-05-08 18:31:35下载
- 积分:1
-
CameraFingerprint
镜头指纹识别,提取镜头特征,对其他照片进行识别,判断是否来源同一相机。(Image Source Detection)
- 2021-01-19 14:38:43下载
- 积分:1
-
光场重构理论基础算法——GS入门
本算法基于光的衍射原理,由于A=BT,通过强度还原相位其实并不容易。通过循环与迭代,二维的傅里叶变换可以求出一个图形的相位,并将这个图像近似还原。参数可改,图片读入在之前改就行(imread)。这是GS最简单的算法之一,却很有效,有广泛的应用。压缩包中有实例和原理图片。在光场重构中有很大作用。
- 2022-03-26 09:28:06下载
- 积分:1