-
CurveLab
这是一个curvelet变换的工具包,里边包括了matlab工具箱,也有vc++工具箱,可以进行curvelet变换的任何操作(This is a toolkit curvelet transform, including inside the matlab toolbox, also vc++ toolkit, can be anything curvelet transform)
- 2010-09-12 14:46:54下载
- 积分:1
-
pinyuditonglvbo
实现了图像处理中的频域低通处理,适合图像处理的初学者。matlab实现。(Image processing to achieve a low-pass frequency domain processing, image processing for beginners. matlab implementation.)
- 2014-09-14 16:40:08下载
- 积分:1
-
getTransitionMatrix
已知一串Markov Chain,通过代码得到他的Transition Matrix.(Known bunch of Markov Chain, through the code to get his Transition Matrix.)
- 2013-10-15 05:03:30下载
- 积分:1
-
hvdcmodel
a hvdc model simulink a model of distribution
- 2021-04-18 20:58:51下载
- 积分:1
-
PAST_MUSIC
使用PAST算法进行子空间分析,MUSIC算法进行频率估计,实现了对信号的频率跟踪(Using the PAST subspace analysis algorithm, MUSIC frequency estimation algorithm to achieve the signal frequency tracking)
- 2020-06-29 19:00:02下载
- 积分:1
-
mckd
最大相关峭度解卷积,它比最大峭度解卷积去噪效果更好(The maximum correlation kurtosis deconvolution, it is larger than the maximum kurtosis deconvolution better denoising effect)
- 2020-12-04 19:19:23下载
- 积分:1
-
MATLAB_fuzzy_system_design
恒润公司的matlab设计学习资料,基于matalab的模糊系统设计,基础类书籍(Hengrun the company' s matlab design learning materials, based on matalab fuzzy system design, basic books)
- 2010-01-07 18:56:10下载
- 积分:1
-
t-f_analysis
matlab时频分析工具箱 相信很多人需要的(tftb)
- 2009-06-14 22:54:36下载
- 积分:1
-
KalmanTest
Kalman滤波器的MATLAB实现,老师上课给的范例程序,大家可以研究研究(Kalman Filter MATLAB, the teacher in the class for an example of procedures, We can study a)
- 2007-03-02 18:57:08下载
- 积分:1
-
LHS
拉丁超立方抽样,调用方式如下:S=lhs(m,dist,mu,sigma,lowb,upb)
m: a scalar,the number of sample points
dist: A row with distribution type flags of basic random variables the
value of the flag can be 1 (for uniform distribution, 2(for normal distribution), 3(for lognormal)
and 4(for extreme type 1).
mu: A row vector comprising the mean value of basic random variables.
sigma: A row vector with its length equaligng to mu,including the standard
deviation of basic random variables.
lowb: a row vector with its elements are the lower bound of the sampling
interval
upb:a row vector with its elements are the upper bounds of the sampling
interval
dist,mu,sigma,lowb,upb must have the same length.
Output argument
S: sampling point matrix, of which each row is a sampling point.(code of Latin Hypercube Sampling)
- 2021-03-03 16:29:33下载
- 积分:1