暂时只支持jpeg2000支持的 cdf97 和spline53 可以这样来测试: x=imread( E:\study\jpeg2000\images\lena.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))
标签: 2000 imageslena studyjpeg imread
上传时间: 2014-01-14
上传用户:懒龙1988
-- Booth Multiplier -- This file contains all the entity-architectures for a complete -- k-bit x k-bit Booth multiplier. -- the design makes use of the new shift operators available in the VHDL-93 std -- this design passes the Synplify synthesis check -- download from: www.fpga.com.cn & www.pld.com.cn
标签: entity-architectures Multiplier contains complete
上传时间: 2015-07-02
上传用户:2467478207
zinc60t22.tar.gz:zinc在tornado2.2.x下的补丁
上传时间: 2013-12-23
上传用户:wangchong
matlab6.x 信号处理 清华大学出版社
上传时间: 2015-07-05
上传用户:zaizaibang
Small RTOSv1.12.x 下dp-51例子, 包括完整的原程序和说明
上传时间: 2014-01-03
上传用户:zhaiyanzhong
此程序为查询方式下的tl16c750程序.开发环境为uClinux2.4.x+s3c440b.不需要向uClinux内核中加入驱动,使用方便,代码量小。附:编译映像。
上传时间: 2015-07-09
上传用户:维子哥哥
开发环境为uClinux2.4.x+s3c44b0。此程序以字节方式对IIC器件进行读写。通过硬件测试,可以直接使用。附:IIC测试程序。具体使用说明见其中的readme.txt。
上传时间: 2013-12-11
上传用户:笨小孩
Visual Assist X V10.2.1445.0破解版-是ms visual studio 开发必备工具
标签: Visual Assist visual studio
上传时间: 2014-01-24
上传用户:kikye
设f(x)=1+x+x2+x5+x27,试分别写出实现下列移位寄存器的程序: 以f(x)为联接多项式的DSR; 以f(x)为联接多项式的LFSR。 可供选择的联接多项式: f1(x)=1+x+x4+x6+x30; f2(x)=1+ x3+ x31; f3(x)=1+ x6+ x31; f4(x)=1+ x7+ x31; f5(x)=1+ x13+ x31;
标签: 27
上传时间: 2015-07-13
上传用户:xiaodu1124
merge sort give a set S of n integers and another integer x, determine whether or not there exits two elements in S whose sum is exactly x.
标签: determine integers another integer
上传时间: 2013-12-23
上传用户:xmsmh