-
train
关于MATLAB中图像旋转等内容的一些实例,很有用。(On MATLAB, image rotation, etc. are some examples, very useful.)
- 2010-11-27 17:11:32下载
- 积分:1
-
analogCom2
analog communication AM
- 2010-01-08 19:38:19下载
- 积分:1
-
Fourier_Filter
Matlab code for fourier filter used in optical communication
- 2011-09-27 23:37:27下载
- 积分:1
-
Chapter9
MATLAB混合编程想把matlab强大的功能用在自己的工程实践中吗这是本不错的混合编程的书(Hybrid Programming MATLAB want matlab powerful in their own practice, it works this is a mixture of good programming book)
- 2009-01-03 09:03:07下载
- 积分:1
-
psotb-beta-0.3
matlab的pso工具箱 很好用 直接不用编程序了 只需要修改一下函数就可以(The good toolbox matlab pso not directly programmed with the only change it can function)
- 2010-12-16 15:53:40下载
- 积分:1
-
PCM
This matlab code has a PCM siystem
- 2009-06-04 06:26:12下载
- 积分:1
-
Read-a-file-in-reverse
REVERSE THE WORD AND SENTENCE USING MATLAB SOURCE CODE
- 2013-02-24 21:51:55下载
- 积分:1
-
MAC
模态置信准则用于评价模态分析得到的振型的质量,或者用于比较两个向量之间相似度(Modal Assurance Criterion(MAC) is used to evaluate the quality of mode shapes of modal analysis or the similarity of two vectors.)
- 2021-03-31 12:49:09下载
- 积分:1
-
fdtd2D
求解二维电磁场散射 非常准确 非常快 并且可以用来仿真亚波长的的新现象(Solving two-dimensional electromagnetic scattering very accurate and very fast simulation can be used to sub-wavelength of the new phenomenon)
- 2009-03-11 21:43:36下载
- 积分: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