-
farrow
用于分数倍时延调整的farrow滤波器仿真。其中使用了4阶,8阶和16阶farrow滤波器。m文件为滤波器系数产生函数,mdl文件为滤波后偏差估计的情况。(Adjustment for fractional delay filter simulation farrow. Which uses the four bands, 8 bands and 16 bands farrow filter. m file for the filter coefficients of the production function, mdl file for the deviation of the filtered estimate of the situation.)
- 2020-12-16 09:49:13下载
- 积分:1
-
symMat
A matrix of symbolic elements is reasonably useful for many analytic linear algebra applications, and for analytic vector, matrix and tensor differentiation.
This function produces a matrix of arbitrary dimension of symbolic elements that are indexed by their position in the symbolic matrix for ease of reference.
EXAMPLE
>> M = symMat([2 2], m , real )
M =
[ m11, m12]
[ m21, m22]
>> class(M)
ans =
sym
>> det(M)
ans =
m11*m22 - m12*m21
- 2010-03-02 02:13:12下载
- 积分:1
-
20101012141757631518(1)
椭圆方程泊松方程 matlab的有限元求解(Finite Element Method for Elliptic Equations)
- 2012-05-15 10:23:26下载
- 积分:1
-
a-good-workshop-routine-package-for-linear-model-
a good workshop routine package for linear model by using MLE estimation method
- 2015-02-16 09:47:58下载
- 积分:1
-
MATLAB6.x
Matlab的信号处理书籍,经典学习教程,相信一定收益颇丰!(Matlab Book about the deal with signals)
- 2013-04-20 16:30:03下载
- 积分:1
-
SIFT_flow
mit(csail)上的matlab程序,里面的c++程序需要mex编译,算法可参考下面这篇论文(SIFT flow: dense correspondence across difference scenes ECCV2008)
- 2021-04-27 21:48:44下载
- 积分:1
-
kalman_filter
本程序是运用MATLAB程序设计实现卡尔曼滤波器,给出了具体的设计格式和参数。(This procedure is to use MATLAB programming Kalman filter, given specific design format and parameters.)
- 2010-12-02 10:19:19下载
- 积分:1
-
BM3D
The Block-Matching and 3D Filtering (BM3D) algorithm is a computationally scalable algorithm based on this novel denoising strategy. It achieves state-of-the-art denoising performance in terms of both peak signal-to-noise ratio and subjective visual quality.
- 2010-01-08 15:16:09下载
- 积分:1
-
AntSystem-WithPlay
说明: 基于蚁群算法求解对称非对称旅行商问题(第一个程序和这个介绍的应该是这个)
(Solving Symmetrical and DisSymmetrical TSP base on Ant Colony Algorithm)
- 2009-08-19 10:27:41下载
- 积分:1
-
bp
说明: bp神经网络的学习和训练 matlab程序代码(bp neural network learning and training matlab code)
- 2009-10-18 15:15:10下载
- 积分:1