-
viterbi
说明: 实现了卷积码的viterbi译码,软判决和硬判决均可实现,是从英文教学书上抄下来的。(Achieved viterbi decoding of convolutional codes, soft decision and hard decision can be realized, from the English teaching books, copied down.)
- 2008-11-03 09:18:45下载
- 积分:1
-
shrp
Pitch Determination Algorithm(Extract pitch of speech signal based on subharmonic-to-harmonic ratio)
- 2013-11-26 18:23:53下载
- 积分:1
-
normally-distributed-random
利用c语言生成符合正态分布的随机数,并在matlab程序中画出曲线图,并与理论值比较(Use c language to generate normally distributed random numbers and draw graphs in matlab program)
- 2013-12-28 17:03:36下载
- 积分:1
-
KD树算法 kd buildtree
以matlab2014a为实验平台实现KD树算法。可以参考。(protect KD tree in matlab 2014 a.)
- 2016-04-09 15:15:27下载
- 积分:1
-
Digital_Filter
FIR数字滤波器设计,采用了matlab的图形界面设计。(FIR digital filter design, use of matlab graphical interface design.)
- 2009-02-20 10:43:54下载
- 积分:1
-
gpclass
gaussian procession 原程序,用于解决分类问题,有兴趣可以看看啊(gaussian procession original procedures used to address classification problems, who are interested can look at ah)
- 2008-02-29 17:48:56下载
- 积分:1
-
pinpufenxi
说明: 该matlab程序详细展示了频谱分析的方法,值得参考(Matlab program shows the detailed spectrum analysis, it is also useful)
- 2010-04-05 17:01:19下载
- 积分:1
-
efg2d
说明: 二维无网格EFG计算程序,由MLS方法生成新函数(Two-dimensional meshless EFG computer program to generate a new function by the MLS method)
- 2010-04-13 16:02:17下载
- 积分:1
-
Matlab-TreeSearch
breadthfirstsearch FOR SEARCH ROAD
- 2013-10-17 00:24:49下载
- 积分: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