-
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
-
00725225
IEEE PAPER FOR ME MTECH STUDENTS COMPUTER SCIENNCE
- 2013-10-04 18:13:44下载
- 积分:1
-
AG-code
determining the coefficients of the reaction against a system by the method of genetic algorithms
- 2014-12-12 08:39:54下载
- 积分:1
-
59564348ELDGA
电力系统经济调度程序,很使用,适合初学者(Power system scheduler, economic, use is suitable for beginners)
- 2010-06-15 22:00:02下载
- 积分:1
-
IPswitch
• Assume you are a R/D manager of a communication equipment company, you are going to develop an IP Switch (including hardware and hardware), how do you arrange this project? (hint: what is the system
architecture?Which technologies you need? How do you arrange your team into co-work groups?)
- 2010-11-15 00:21:36下载
- 积分:1
-
betweenness
基于MATLAB编程能计算任意个节点的介数(Can calculate the betweenness of any node Based on MATLAB programming)
- 2020-06-26 16:20:01下载
- 积分:1
-
emd2018
用matlab语言实现信号的盲源分离,功能比较小(Signal blind source separation)
- 2020-09-08 20:38:01下载
- 积分:1
-
TransformatingTheZernikeCoefficients
说明: 用于计算Zernike多项式系数在缩放、偏心、旋转后的值(Calculating the values of Zernike polynomial coefficients after scaling, eccentricity and rotation)
- 2020-06-23 04:40:02下载
- 积分:1
-
Matlab
说明: 一个很实用的Matlab教程,Word文档格式,看了以后很容易入门。(A very practical Matlab Tutorial, Word document format, easily read after entry.)
- 2008-10-31 20:27:19下载
- 积分:1
-
mmse
MMSE最小均方误差均衡仿真
可以方便的运行(MMSE matlab)
- 2013-08-22 19:15:27下载
- 积分:1