-
kuandai
这是学习麦克风阵列信号处理的好资料,希望大家会喜欢。(this is good book ,you will need for yourself ,i hope you will like it.)
- 2014-11-02 18:09:39下载
- 积分:1
-
image6manualseg
manual segmention in matlab
- 2015-03-25 18:11:02下载
- 积分:1
-
Centralized_EKF
Centralized CL for multi-robot system
- 2014-01-18 07:10:56下载
- 积分:1
-
Filter
本设计利用了数字信号处理的知识,基于MATLAB的GUI平台,实现了IIR与FIR各类滤波器的设计,能够绘制各种滤波器的幅频特性曲线,相频特性曲线,零极点图,冲激响应,阶跃响应等。(This design utilizes the knowledge of digital signal processing based on MATLAB GUI platform, the IIR and FIR filter design all kinds can draw a variety of filter frequency characteristic curve, phase-frequency characteristic curve, pole-zero figure, red shock response, step response and so on.)
- 2014-01-20 21:13:35下载
- 积分:1
-
MATLAB
电力电子系统仿真,包含了电力电子技术这本书里的十个实验(power matlab )
- 2012-05-31 09:38:31下载
- 积分:1
-
vfit
矢量拟合算法,可将测试数据或者仿真数据,若S参数、Y参数等网络参数进行拟合得到极点-留数形式的有理式(Vector fitting)
- 2021-03-14 10:29:23下载
- 积分:1
-
STK
用于STK中仿真轨道机动的程序,设置场景,卫星。实现轨道机动,可视化卫星的轨道(stk )
- 2020-10-06 15:47:42下载
- 积分:1
-
rayleighnew
这是一个瑞丽衰落信道的模型,适用于无线水声,很实用。(This is a Ruili fading channel model for wireless underwater acoustic, very practical.)
- 2020-07-04 06:40:01下载
- 积分:1
-
DV-Hop
说明: 无线传感器网络中经典定位算法:dv-hop算法的实现(Wireless sensor network localization algorithm in the classic: dv-hop algorithm implementation)
- 2011-02-22 15:40:45下载
- 积分: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