-
matlabcontrlsimulink
matlab模糊控制资料,是matlab仿真应用的东东,对模糊控制的学习很有帮助(matlab fuzzy control information is Dongdong matlab simulation applications, fuzzy control of the learning very helpful)
- 2007-11-14 13:20:32下载
- 积分:1
-
antongdao
说明: 应用了一种简单但有效的图像先验规律即暗原色先验规律,来为单幅图像去雾。(Application of a simple but effective rules that dark color image prior law prior to the single image to the fog.)
- 2011-04-14 12:16:37下载
- 积分:1
-
power-flow
电力系统潮流计算,matlab编程,适合电力系统大三大四学生课程设计(Power flow calculation system
)
- 2011-12-27 16:36:36下载
- 积分:1
-
RSSI_indoor-position-master
室内定位算法仿真,,,,,亲测有效。。。。(The indoor positioning algorithm simulation,,,,, pro-test is effective. . . .)
- 2019-01-09 15:10:37下载
- 积分:1
-
CSImaging
压缩感知目前广泛应用于雷达成像或得超分辨稀疏成像,该文件为压缩感知三维成像。(Compressed sensing has been widely applied in radar imaging or sparse super resolution imaging, the file is compressed perception three-dimensional imaging.
)
- 2021-03-16 16:19:22下载
- 积分:1
-
6787-14807-1-PB
A Novel Image Reconstruction Algorithm Based
on Concatenated Dictionary
This paper presents a novel method for image
reconstruction, which decomposites the image by
concatenating a redundant dictionary of several bases and
then reconstruct the image efficiently by means of Matching
Pursuit algorithm. The proposed method constructs the
concatenated dictionary with cosine bases, wavelet bases
and contourlet bases, which will lead to a better
approximation of the original image. The experimental
results show that the proposed algorithm can greatly reduce
the computational complexity and generate a better
reconstruction effect compared with previous methods.(A Novel Image Reconstruction Algorithm Based on Concatenated Dictionary This paper presents a novel method for image reconstruction, which decomposites the image by concatenating a redundant dictionary of several bases and then reconstruct the image efficiently by means of Matching Pursuit algorithm. The proposed method constructs the concatenated dictionary with cosine bases, wavelet bases and contourlet bases, which will lead to a better approximation of the original image. The experimental results show that the proposed algorithm can greatly reduce the computational complexity and generate a better reconstruction effect compared with previous methods.)
- 2013-11-24 21:37:52下载
- 积分:1
-
Homology_Continuation_Algorithm
同伦算法的Matlab程序,同伦算法是一种大范围搜索算法,可以克服传统数值算法(如牛顿法)的许多缺点。 (code for Homology_Continuation_Algorithm)
- 2020-12-02 10:09:25下载
- 积分:1
-
rgb
这是对黑白图像进行伪彩处理的代码,把处理的图片换成自己电脑的图片即可运行(This is a black and white pseudo-color image processing code to handle the images into their computer to run pictures)
- 2015-04-07 17:27:31下载
- 积分:1
-
WTST_NST_filter
基于平稳-非平稳的滤波技术,主要应用于信号滤波,去噪。(Based on the stationary- non-stationary filtering technology, mainly used in signal filtering, de-noising.)
- 2009-12-23 17:05:44下载
- 积分: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