-
vbhmm
Matthew J.Beal的变分贝叶斯理论在隐马尔可夫模型中的应用程序。多加了个转换程序。(VBEM of Matthew J.Beal to HMM.)
- 2012-04-20 22:22:04下载
- 积分:1
-
mymusic
基于matlab的MUSIC及解相干MUSIC算法(MUSIC MUSIC and coherent solution algorithm based on the matlab)
- 2014-08-06 22:32:26下载
- 积分:1
-
三种成像算法:RD、RMA、CS
说明: 实现合成孔径成像的三种算法,包括RD(距离多普勒)、RMA(距离徙动)、CS(Chirp Scaling)(Three algorithms for SAR imaging, including RD (Range Doppler), RMA (Range Migration) and CS (Chirp Scaling))
- 2019-03-22 08:42:17下载
- 积分:1
-
mybin
source code in matlab for binarization some text
- 2010-09-01 21:06:00下载
- 积分:1
-
0078
说明: 提取基因周期方法运用了MATLAB程序,还可以看看吧(tiqujiyinzhouqifangfa)
- 2010-04-24 20:54:29下载
- 积分:1
-
gas_diffusive
污染物扩散的数值模拟,单扩散,无源,对热传递很有帮助(Pollutant dispersion simulation, single diffusion, passive, very useful for heat transfer)
- 2011-07-04 21:43:54下载
- 积分:1
-
SpecSubTD_Boll79
说明: 基于谱减法的语音增强在MATLAB实现源程序(speech enhancement in MATLAB source)
- 2006-03-09 15:39:20下载
- 积分:1
-
SVD-TLS
说明: 巧妙的运用matlab控件自编程序!很有意思哦!在信号分析领域用途广泛!(clever use of Matlab self control procedures! Very interesting! In the field of signal analysis of a wide range of uses!)
- 2006-04-28 11:18:44下载
- 积分:1
-
parallelPORT
MATLAB program for parallel port accessing with PC
- 2013-05-04 16:45:24下载
- 积分: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