-
_AOSLevelsetSegmentationToolbox
这是一个matlab的源码。代码实现了图像的level set 分割方法(This is a matlab source. Code to achieve the level set image segmentation method)
- 2009-11-12 10:51:57下载
- 积分:1
-
Pressure-and-support
通达信上的指标,明确显示支撑与压力的价格,并给予买卖和止损的信号。(Mastery indicators on the letter, clearly shows the price support and pressure, and the sale and stop signals given.)
- 2013-12-06 14:35:03下载
- 积分:1
-
ECG---Zeroline-Filter
image an ECG(.csv) with Zeroline-Filter
- 2014-01-22 01:48:18下载
- 积分:1
-
复杂网络三大基本模型
复杂网络三大基本模型,包含matlab源码(Three basic models of complex networks, including Matlab source code)
- 2019-04-26 21:58:54下载
- 积分:1
-
PV15kw
15KV光伏SIMULINK模型,采用模糊控制进行控制。(15KV photovoltaic SIMULINK model is controlled by fuzzy control.)
- 2020-10-17 21:07:28下载
- 积分:1
-
MATLAB仿真
简单体制雷达信号的生成与画图,频率分集雷达信号的生成与画图(Simple system radar signal generation and drawing, frequency diversity radar signal generation and drawing)
- 2017-07-11 16:04:20下载
- 积分:1
-
zp_2D
说明: 自己编的2维pml,是自学pml经典的教材事例,其中有些地方与葛老师书中不同(Own series of two-dimensional pml, pml is the classic textbook example of self-study, some of which different parts of the book with GE teacher)
- 2010-04-08 23:26:39下载
- 积分:1
-
MATLAB及在电子信息课程中的应用
说明: MATLAB及在电子信息课程中的应用,电子工业出版社出版 陈怀琛 吴大正 高西全合著(MATLAB and courses in electronic information, the application Electronics Industry Publishing House Huai-WU West are all co-)
- 2006-01-28 14:46:13下载
- 积分:1
-
CandMATLAB
C语言与MATLAB接口+编程与实例+李传军+编著,实现MATLAB中的C程序(C language and MATLAB interface+ programming instance+ Appellation+ compiled C program in MATLAB)
- 2012-10-22 10:03:31下载
- 积分: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