-
WAVELAB850
老外写的小波变换的工具箱,基于MATLAB环境;压缩包内有详细的说明和相关Demo,参考价值较高。(Written by foreigners Wavelet Toolbox, MATLAB-based environment compressed packet has detailed instructions and Demo, a high reference value.)
- 2008-05-09 10:24:06下载
- 积分:1
-
computroationmatrix
自己写的MATLAB程序,用于已知2个单位向量,求它们的旋转矩阵。非迭代法。
另有一个绝对定向程序。(Write their own MATLAB for 2 unit vector, known for their rotation matrix. The iterative method.
There is another absolute orientation program.)
- 2013-12-04 00:00:38下载
- 积分:1
-
QPSK_simulink_demo
说明: 非常形象的QPSK simulink 例子。(Very image of QPSK simulink examples)
- 2009-07-26 17:10:07下载
- 积分:1
-
MeanShift
The mean shift tracker algorithm was implemented using matlab.
- 2009-12-18 02:56:49下载
- 积分:1
-
PSFgenerate
matlab光斑形成,代码和文章,仅供学习参考(matlab spot formation, code and articles)
- 2015-03-03 22:57:57下载
- 积分:1
-
msxindexrsiwavlete
用matlab实现股票分析中的RSI指标,可用于例程学习(Stock analysis using matlab realize the RSI indicator can be used for routine learning)
- 2008-05-05 16:28:56下载
- 积分:1
-
ccabss
基于CCA(典型相关分析)的盲源信号分离的matlab代码(Based on CCA (canonical correlation analysis) of the blind source separation matlab code)
- 2020-11-03 17:19:52下载
- 积分:1
-
xwdw0
低轨卫星侦查确定地面目标位置,整周模糊计算(GRSS system)
- 2013-12-24 15:41:41下载
- 积分:1
-
New-Microsoft-Word-Document
This will perform contrast streching on input image
- 2013-12-02 11:44:10下载
- 积分:1
-
fit_rayleigh_pdf
fit_rayleigh_pdf - Non Linear Least Squares fit of the Rayleigh distribution.
given the samples of the histogram of the samples, finds the distribution parameter that fits the histogram samples.fits data to the probability of the form: p(r)=r*exp(-r^2/(2*s))/s
with parameter: s
format:result = fit_rayleigh_pdf( x,y,W,hAx )
input: y - vector, samples of the histogram to be fitted
x - vector, position of the samples of the histogram (i.e. y = f(x,a))
W - matrix or scalar, a square weighting matrix of the size NxN where
N = length(y), or 0 to indicate no weighting is needed.
hAx - handle of an axis, on which the fitted distribution is plotted
output: result - structure with the fields
s - fitted parameter
VAR - variance of the estimation
type- weighted LS or not weighted LS
iter- number of iteration for the solution
- 2011-02-09 19:13:28下载
- 积分:1