-
book_of_MATLAB_en
MATLAB信号处理宝典(matlab探索和研究)此为英文版(MATLAB book english)
- 2010-12-31 15:44:27下载
- 积分:1
-
VF-for-DSN
MATLAB中利用虚拟力算法实现DSN中的覆盖增强(virtual force algorithm for DSN coverage enhancement)
- 2015-03-10 22:51:37下载
- 积分:1
-
Matlab-Code
use matlab obj detection
- 2015-03-28 18:29:57下载
- 积分:1
-
MATLAB2010A
数学建模中的各种经典算法,其中涵盖许多经典模型的建立和源代码。(Mathematical modeling in a variety of classical algorithms, which covers many classic models to build and source code.)
- 2014-02-15 18:10:33下载
- 积分:1
-
MATLABABS
基于MATLAB/Simulink的汽车ABS半实物仿真,本文所研究的是一种基于MATLAB/Simulink的汽车防抱死刹车系统(ABS)的半实物仿真的方法。本方法利用Simulink提供的模型建立车辆的传动系模型、自动变速箱模型和ABS模型等。所建成的这套半实物仿真系统既可在软件环境下对汽车进行仿真,也可以通过I/O接口与ABS系统相连接以观察系统的仿真效果,检验控制算法的合理性。通过合理改变相应参数,本系统还可以模拟实际汽车在不同工况下的工作情况,极大提高了汽车电子设备的研发工作的效率。同时,本系统也可用于教学演示。 ()
- 2008-04-03 15:47:29下载
- 积分:1
-
commtbx
These M-files are "Communications Toolbox" for
classroom use. It is used by students taking a 4th year communications course where the emphasis is on digital coding of waveforms and on digital
data transmission systems.
- 2009-07-08 16:39:25下载
- 积分:1
-
noise
使用MAtlab语言,在一幅图像中添加各种噪声,比如:椒盐噪声,高斯噪声,均匀,指数,对数,厄尔等噪声。(Using Matlab language, to add a variety of noise in an image, such as: salt and pepper noise, Gaussian noise, uniform, exponential, logarithmic, El noise.)
- 2013-05-18 08:32:08下载
- 积分:1
-
Edge-Detection
program for edge detection
- 2012-01-30 15:26:33下载
- 积分:1
-
chaoliujisuan33jiedian
对于配电网重构的研究是很有用的,本例子相当有用,(Reconstruction of the distribution network is very useful, very useful in this case,)
- 2010-07-16 22:03:13下载
- 积分:1
-
wavelift
暂时只支持jpeg2000支持的 cdf97 和spline53
可以这样来测试:
x=imread( E:studyjpeg2000imageslena.tif )
% see the decomposition coefficients
y=wavelift(x, 1, spl53 ) using spline 5/3 wavelet
figure subplot(1,2,1) imshow(x) subplot(1,2,2) imshow(mat2gray(y))
% see the reconstruction precision
yy=wavelift(x, 5) using cdf 9/7 wavelet
ix=wavelift(yy,-5) inverse
sum(sum((double(x)-ix).^2))
(only temporary support jpeg2000 support cdf97 and spline53 this can be measured Examination : x = imread (E : study jpeg2000 images lena.tif)% see the d ecomposition coefficients wavelift y = (x, 1, spl53) using spline 5/3 wavelet figure subplot (1,2,1) imshow (x) subplot (1,2, 2) imshow (mat2gray (y))% see the reconstructi on precision wavelift yy = (x, 5) using cdf 9/7 wavelet ix = wavelift (yy.-5) inverse sum (sum ((double (x)- ix). ^ 2)
- 2006-08-08 23:51:30下载
- 积分:1