-
MATLABlanguage
MATLAB语言,包含有matlab的授课课件!(MATLAB language, contains the matlab instruction courseware!)
- 2009-12-12 10:52:16下载
- 积分:1
-
matlabahiyong1
matlab实用程序百例,这个主要是平时经常用到的一些程序!(matlab utility hundred cases, the principle is often used some of the programs in peacetime!)
- 2011-05-11 01:02:02下载
- 积分:1
-
segm_energy_LS
This toolbox implements an energy-based segmentation algorithm that uses
finite-difference based level set evolution.
- 2011-12-24 22:34:12下载
- 积分:1
-
Program-about-free-surface
这个程序是实现自由曲面的程序,该程序获得自由曲面坐标,然后导入SolidWorks软件即可获取自由曲面(This program is to realize the free surface)
- 2021-04-13 16:38:56下载
- 积分:1
-
ANF
This code simulates an adaptive notch filter
- 2010-12-02 08:21:36下载
- 积分:1
-
grey-prediction-model(GPM)
灰色系统理论中的灰色预测模型,多元灰色预测模型的构建,可用于系统建模,控制系统,模型设计,预测控制,视觉目标跟踪中的运动预测等应用。(Grey prediction model in Grey System Theory can be applied in system modeling, control system, model design, prediction control and motion estimation in visual object tracking, etc.)
- 2011-01-17 19:33:16下载
- 积分:1
-
a-novel-approach-to-DOA-estimation
子空间类波达方向(Direction Of Arrival,DOA)估计算法的关键在于得到高质量的信号子空间估计。该文利用矩阵伪逆的双正交性,针对源信号不相关而其本身是色信号的情况,给出了一种新颖的DOA估计算法,它不需要知道噪声统计特性。该算法利用一组空间相关矩阵的结构化信息,能稳健而精确地估计出信号子空间,从而得到DOA的精确估计。仿真实验证实了所给算法的有效性。(The key subspace DOA (Direction Of Arrival, DOA) estimation algorithm is to get a high quality signal subspace estimation. In this paper, the use of pseudo-inverse matrix dual orthogonal signals for the source itself is not related to the case and the color signal is given a novel DOA estimation algorithm, it does not need to know the statistical properties of the noise. The algorithm uses a set of structured information in spatial correlation matrix can be robust and accurately estimate signal subspace to obtain an accurate estimate of the DOA. Simulation experiments confirmed the effectiveness of the proposed algorithm.)
- 2014-04-23 20:54:46下载
- 积分:1
-
work
伽玛变化方面的程序,我找了很久迎合了影像处理理论与实际这本书中的实例希望对大家有所帮助。(Gamma-change procedure, I find for a long time to meet the image processing theory and practical examples of this book to all of us want to be helpful.)
- 2008-01-04 16:00:00下载
- 积分:1
-
FM
说明: FM(Frequency Modulation) using simulink in Matlab.
- 2010-05-31 05:07:25下载
- 积分:1
-
image
MATLAB实用源代码
1.图像反转
MATLAB程序实现如下:
I=imread( xian.bmp )
J=double(I)
J=-J+(256-1) 图像反转线性变换
H=uint8(J)
subplot(1,2,1),imshow(I)
subplot(1,2,2),imshow(H) (matlab code)
- 2015-01-08 11:01:19下载
- 积分:1