-
TOPS方法的源程序
宽带信号源测向的一种新方法,TOPS方法的源程序(A new DOA estimation method,TOPS method , for broadband sources)
- 2021-02-23 18:29:41下载
- 积分:1
-
Image-3
图像加噪,平滑使质量下降;图像的空域增强;中值滤波器;(Image denoising, smooth added that quality drop Image airspace strengthened Median filter)
- 2011-05-29 09:49:06下载
- 积分:1
-
cluster1
用聚类谱算法进行信号处理,含实测数据,亲测过,很好用(Spectral clustering algorithms with signal processing, including measured data, pro-test too, the good)
- 2014-11-04 12:48:13下载
- 积分:1
-
main
algorithm for cancel noise
- 2015-10-21 01:03:08下载
- 积分:1
-
bistatic_sanshe
对于双基地混响进行了研究,并且对双基地的海底散射模型进行了仿真(For bistatic reverberation is studied, and the seabed scattering model of double base are simulated)
- 2016-06-20 11:08:01下载
- 积分:1
-
Function-approximation
函数逼近的MATLAB程序,本程序设计一个两层的bp网络用于函数逼近,隐层的激活函数为 tansig,输出层激活函数为purelin线性函数
(Function approximation of the MATLAB program, the program design of a two-tier network for function approximation bp, hidden layer activation function is tansig, the output layer activation function is a linear function purelin)
- 2011-01-28 12:01:02下载
- 积分:1
-
PSOforTSP(MATLAB)
说明: 粒子群算法解决VRP代码(matlab)(Particle swarm algorithm to solve VRP code (matlab))
- 2011-03-24 10:40:00下载
- 积分:1
-
Code
face clarification matlab code
- 2012-04-13 13:28:55下载
- 积分:1
-
HappyVDay
Its valentine week..pass this to engineer girlfriend..nd she will more happy by looking into this cute valentine heart made in matlab..
- 2013-02-09 23:43:50下载
- 积分: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