-
45075638matlabyiquanshuanfa
用matlab实现的遗传算法,包括遗传算法中的交叉,选择,变异操作,适合初步了解遗传算法( realize the genetic algorithm with MATLAB, including the cross, the genetic algorithm selection, mutation operation, suitable for a preliminary understanding of the genetic algorithm)
- 2013-03-30 10:53:35下载
- 积分: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
-
music
用于雷达阵列信号的处理,比较经典的music算法,对大家会有帮助的(Used in radar array signal processing, algorithms with classical music, will be helpful to everyone)
- 2010-06-22 19:30:20下载
- 积分:1
-
ModulSimu
自己编的5种调制信号仿真:CPFSK,FM,AM,QPSK,SSB,希望对大家有用(Their series of 5 modulation signal simulation: CPFSK, FM, AM, QPSK, SSB, we hope to be useful)
- 2010-11-22 18:34:56下载
- 积分:1
-
WAVEPACKETyasuo
说明: 本程序是利用小波包进行图像的压缩的简单的编程(This procedure is the use of wavelet packet image compression for simple programming)
- 2011-03-12 20:53:51下载
- 积分:1
-
pdist2plus
In point set analysis, it is useful to compare 2 sets of points by computing the distance between each possible point pair. For example, this is a required step in the ICP point set registration algorithm. MATLAB s built in function for computing the distance matrix is pdist2. This function does the same thing, but also returns an angle matrix, which is the angle defined by each possible point pair. The limitations of this function are that it only computes the Euclidean distance and it only works in 2D. This function is useful for excluding hypotheses that don t match distance and orientation constraints for object detection in computer vision.
- 2015-02-12 16:31:55下载
- 积分:1
-
simulation-ofPMSG
基于matlab的直驱式风力发电机的仿真( simulation of direct drive wind turbines Based on the matlab)
- 2014-01-18 10:09:01下载
- 积分:1
-
sensorless
关于永磁同步电机DTC系统的无速度传感器,效果还可以(On permanent magnet synchronous motor DTC system without a speed sensor, the effect can also be)
- 2009-05-13 18:53:28下载
- 积分:1
-
Power_Algorithm
implement the Power Al-
gorithm for the computation of themaximumeigenvalue of Aj . Write a function Power_Algorithm
which takes as input A q (the initial approximation of the eigenvector) and scale (it was
given as in the lectures).
- 2013-07-24 09:20:51下载
- 积分:1
-
bijiaoLMS
比较了几种经典的LMS自适应滤波算法,很清楚地看出在低信噪比下各算法的性能( It compared several classical LMS adaptive filtering algorithm,)
- 2020-11-10 11:29:46下载
- 积分:1