-
Imageoperation
图像在matlab中的基本操作,包括图像亮度变换,图像格式变换以及图像的数据类型变化(Images in MATLABs basic operations,including image brightness transform,image format transformation, and image data type changes)
- 2010-05-25 20:50:05下载
- 积分:1
-
Simulation-of-Dynamic-Systems
基于Matlab和simulink的动力系统仿真程序的书记,非常实用。(Secretary of Matlab and simulink based power system simulation program, very useful.)
- 2014-11-25 09:48:34下载
- 积分:1
-
HashingToolbox
A set of Matlab experiments that illustrates advanced computational signal and image processing.
- 2015-02-18 14:10:47下载
- 积分:1
-
Horizontal
通过internet对LeCroy示波器进行信号采集显示控制,改变其幅度大小(through the internet right LeCroy Oscilloscope for signal acquisition control, change its margin)
- 2007-07-10 10:48:15下载
- 积分:1
-
Wavelet_Fusion
利用小波方法进行两幅图像融合的matlab实现(failed to translate)
- 2013-05-06 19:54:00下载
- 积分:1
-
matlabfiles
design of:
1.butterworth bandpass filter
2.butterworth bandstop filter
3.butterworth lowpass filter
4.butterworth highpass filter
for the given specifications using matlab
design of:
1.hilbert transformer
2.differentiator
using matlab
frequency response of lowpass filter using kaiser window in matlab
representation of basic signals using matlab
convolution of two sequences using matlab
- 2012-11-21 13:43:27下载
- 积分:1
-
matlabLanguage
matlab教程 拉格朗日插值,本程序使用matlab开发环境实现了数值方法的高斯插值内容,方便好用,将所需插值数据加入,即可实现高斯插值(Lagrange interpolation, the program uses matlab development environment to achieve a numerical method of Gaussian interpolation content, easy to use, add the required data interpolation, Gaussian interpolation can be realized)
- 2014-01-07 15:23:52下载
- 积分:1
-
dipum_1.1.4
冈萨雷斯数字图像处理matlab版一书配套代码()
- 2007-08-22 20:56:56下载
- 积分:1
-
IS-95
IS-95 matlab源码。包括PN产生,打包,调制,解调,维特编码和解码,接收机等。()
- 2008-04-05 23:41:28下载
- 积分:1
-
chap11
syms x
g=exp(x*sin(x))
t=taylor(g,12,2)
xd = 1:0.05:3 yd = subs(g,x,xd)
ezplot(t, [1,3]) hold on
plot(xd, yd, r-. )
title( Taylor approximation vs. actual function )
legend( Taylor , Function )(syms x g = exp (x* sin (x)) t = taylor (g, 12,2) xd = 1:0.05:3 yd = subs (g, x, xd) ezplot (t, [1 , 3]) hold on plot (xd, yd, ' r-.' ) title (' Taylor approximation vs. actual function' ) legend (' Taylor' , ' Function' ))
- 2011-07-27 18:12:56下载
- 积分:1