-
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
-
transformer
simple ac transformer circuit
- 2012-07-14 08:45:24下载
- 积分:1
-
3_6-Ackerman
Ackeman函数的递归方法,运用简洁的递归思想实验复杂数学表达式的计算(Ackeman function recursive method, the use of simple recursive thought experiment to calculate complex mathematical expressions)
- 2015-03-30 16:32:20下载
- 积分:1
-
mesh_gen
生成环形有限元网格,可改变网格系数程度,可用于达特茅斯NIRFAST软件包。(gengerates ring-shape finite element mesh with variable mesh density,applicable to NIRFAST by Dartmouth.)
- 2012-05-16 23:50:36下载
- 积分:1
-
SVMfiles
Support vector machines
- 2011-06-29 02:48:30下载
- 积分:1
-
01414469
Data Fusion in Wireless Sensor Networks
- 2014-10-13 02:20:12下载
- 积分:1
-
GSLP
guassian low pass filter
- 2007-04-30 15:32:01下载
- 积分:1
-
koukui_v57
一个很有用的程序,是机器学习的例程,IMC-PID是利用内模控制原理来对PID参数进行计算。( A very useful program, Machine learning routines, The IMC- PID is using the internal model control principle for PID parameters is calculated.)
- 2021-05-07 21:28:36下载
- 积分:1
-
MATLAB
《信号与系统的MATLAB仿真》
这是一本供初学者使用的手册类书籍,内含一个word文档。(《Signals and Systems of the MATLAB simulation》 This is a manual for beginners books, including a word document.)
- 2009-05-12 15:46:48下载
- 积分:1
-
cnv_encd
一个很好的卷积码编码编码程序(MATLAB)编写,希望队大家有所帮助。(A good coding procedure coding convolutional codes (MATLAB) to prepare, I hope everyone will help team.)
- 2008-06-11 12:50:37下载
- 积分:1