-
zhiluan
灰度图像经过二值变换和置乱预处理得到二值灰度图像(After two values of gray image scrambling transformation and binary grayscale images are pre-)
- 2010-10-18 09:36:09下载
- 积分:1
-
MATLABGUI
MALAB GUI设计控制系统分析与设计界面,包含控制系统中常见的功能,传递函数的输入和创建,性能指标计数显示,绘制常用曲线等.(MALAB GUI design of control systems analysis and design interface, the control system includes a common function, transfer function of the input and creation, performance counts show that used to draw curves.)
- 2010-11-25 13:59:48下载
- 积分:1
-
denoise
matlab下用小波去除随机噪声的一个例子,希望对大家有用(matlab remove the random noise using wavelet under an example, we hope to be useful)
- 2010-12-13 15:26:43下载
- 积分:1
-
rc
说明: 实验目的
本次实验与书中第二章及3.2节的部分内容有关,包括以下几个部分:
(1)开始使用MATLAB
(2)显示图像,理解图像的模型
(3)使用图像的不同格式,理解图像压缩的意义
(4)对图像做简单的操作
本次实验需要熟练使用以下几个MATLAB命令:
imread, imwrite, imshow,figure
(Experimental purposes of this experiment with the book, chapter and part of the contents of 3.2, including the following sections: (1) start using MATLAB (2) show the images, understanding image model (3) the use of images in different formats, understand the significance of image compression (4) on the image to do a simple experiment needs to operate the skilled use of the following MATLAB command: imread, imwrite, imshow, figure)
- 2008-07-29 16:58:58下载
- 积分:1
-
trace_syscalls
Some architectures that allow for 32bit applications to run on a 64bit kernel, do not map the syscalls for the 32bit tasks the same as they do for 64bit tasks.
- 2014-08-09 11:37:33下载
- 积分:1
-
haimian.rar
matlab二维海面剖分,在matlab环境下实现海面模拟,并进行有限元剖分(two-dimensional surface mesh matlab)
- 2009-02-06 19:30:51下载
- 积分:1
-
constellation_qam
there is a matlab code about qam in the communication.
- 2010-07-15 23:20:13下载
- 积分:1
-
Buck_Converter_with-variable-Resistor
This is a buck converter simulation. This simulation have the changing load in the changing time. This is a variable load simulation of buck converter.
- 2014-04-24 23:17:11下载
- 积分:1
-
MPLABDirectives
MAPLAB编译器,是MICROCHIP公司开发的软件,器自带的软件,有自己的伪指令,收集了其伪指令的集合(MAPLAB compiler is a software developed by MICROCHIP,Have their own pseudo-instructions to collect the set of its pseudo-instruction)
- 2010-01-27 16:42:48下载
- 积分: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