-
lung
simulink model of human lung. in matlab. There are useful
analogies between electrical systems and other dynamic systems as
can be seen in here
- 2011-08-06 17:00:47下载
- 积分:1
-
mubiaogenzong
采用一种新的方法对目标进行跟踪,有很好的跟踪精度,可用于军事领域。(Using a new method for target tracking, a very good tracking precision, can be used in the military field.)
- 2011-09-17 21:12:17下载
- 积分:1
-
basic-of-wavelet
说明: 本书旨在介绍小波变换,福利叶变换基本理论。小波变换在工程应用中很广泛,比如信号处理,图像处理等。(This book aims to introduce the wavelet transform, the basic theory of Fourier transform welfare. Wavelet transform in a very wide range of engineering applications, such as signal processing, image processing.)
- 2011-02-23 21:02:34下载
- 积分:1
-
FFT-spectrum-analyzer
数字信号分析,用matlab你建立一个具有界面的频谱分析仪(make a FFT spectrum analyzer using the GUI of matlab and tells some basic knowledge of the spectrum analyze of a signal.)
- 2014-01-17 11:18:09下载
- 积分:1
-
BP
BP 神经网络算例,很好的算例程序,希望对大家有帮助(BP neural network example, the example program, we hope to help)
- 2013-05-18 11:00:02下载
- 积分:1
-
bsp_2_3_ladt1
LADT ECG Compression Algorithm 1
- 2010-10-02 01:30:19下载
- 积分:1
-
mallet_wavelet
此函数用于研究Mallet算法及滤波器设计
此函数仅用于消噪( This function is used to study the Mallet algorithm and filter design This function is only used for de-noising)
- 2011-10-11 16:54:36下载
- 积分:1
-
2PSKQAM
实现QAm和2psk调制 和解调 产生星座图。适合初学者学习参考用来进一步深化课本知识的理解(QAM mode and demode BPSK mode and demode)
- 2011-01-19 10:58:05下载
- 积分:1
-
GUI1212
陈垚光《精通MATLAB GUI设计》实例源代码
适用于MATLAB界面编程学习(Chen Yao light " Mastering MATLAB GUI design source code examples for learning in the MATLAB programming interface)
- 2012-06-17 16:55:07下载
- 积分:1
-
Untitled
a.阅读的图像img_1.tif,img_2.png的文件夹中,并
他们展示于一体,这两个数字分别。
(参考函数:imread, imshow, figure, subplot)
b.在matlab,观察从工作区中的图像信息面板
c.分别使用size, imfinfo,whos等功能获得的图像信息
d.添加标题的图像。 (参考函数:title)
Ë 。下面的代码实现的M文件编辑器
f=imread(‘img_1.tif’)
imshow(f)
set(figure(1), NumberTitle , off , Name , my first image’)
观察结果,并确定的功set()
f。保存img_1.tif目录“D: imagetest”。如果该文件夹不
存在,请首先创建这个新的文件夹。 (参考函数:imwrite)
(a. Read the images img_1.tif, img_2.png given in the folder, and
show them in one and two figures respectively.
(referenced function: imread, imshow, figure, subplot)
b. In matlab, observe the images information from the workspace
Panel
c. Use size, imfinfo,whos,etc functions to obtain image information
respectively.
d. Add title to the images. (referenced function: title)
e. Implement the following codes in the M-file Editor
f=imread(‘img_1.tif’)
imshow(f)
set(figure(1), NumberTitle , off , Name , my first image’)
observe the result, and determine the function of set()
f. Save img_1.tif to the directory “d:imagetest”. If the folder does not
exist, please create this new folder first. (referenced function:
imwrite))
- 2013-04-26 09:26:40下载
- 积分:1