-
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
-
rscodes
Reed solomon sub modules
- 2011-10-14 20:18:08下载
- 积分:1
-
chirp
包含了雷达系统中线性调频信号的时频仿真,匹配滤波和去调频两种压缩算法以及回波信号的模拟
(When the system contains a radar frequency chirp signal simulation, and the simulation algorithm and matched filtering and echo signal to FM two compression)
- 2015-04-19 15:47:25下载
- 积分:1
-
K-means聚类
K-means聚类程序,可用于聚类问题,自动产生大量数据,生成聚类图片(K-means clustering program, can be used for clustering problems, automatically generate large amounts of data, generate clustering images)
- 2020-10-22 10:07:22下载
- 积分:1
-
FauTosc
Faugeras Toscani Camera Calibration
- 2009-03-12 23:34:44下载
- 积分:1
-
matlab
加窗插值用来实现加窗插值函数,适合初学者学校(IT is matlab)
- 2021-04-17 10:38:53下载
- 积分:1
-
tfa
现代信号处理教程(胡广书),时频分析。含源码(time-frequency analysis)
- 2010-01-06 14:31:46下载
- 积分:1
-
wkfunctional
Surface Fitting of both Positions and Normals without going through the points exactly
- 2011-05-26 13:10:33下载
- 积分:1
-
matlab
matlab经典课堂讲义,ppt形式,适合初学者入门的东西。(Classic matlab lecture notes, ppt form, suitable for beginner stuff.)
- 2010-09-30 13:19:07下载
- 积分:1
-
变结构控制课件仿真
在Simulink中,使用变结构控制(滑膜控制)方法对系统进行控制。(In Simulink, variable structure control (sysym control) is used to control the system.)
- 2018-05-14 16:44:11下载
- 积分:1