-
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
-
fuel-cell2
simulation of fuel cell -part3
- 2013-07-29 15:57:24下载
- 积分:1
-
MATLABhuizhifenzijiegou
这个是matlab绘制分子结构的源程序,对于学习化学的人来说很有用。解压即可运行出结果。(This is a matlab drawing of the molecular structure of source code, for learning chemistry of people very useful. Decompression can run results.)
- 2014-11-18 19:59:01下载
- 积分:1
-
triggerenable
关于Trigger子系统的一个仿真模型,自己用simulink建的。(Trigger subsystem simulation model, built with simulink.)
- 2012-09-06 21:32:58下载
- 积分:1
-
jquery.imgareaselect-0.9.1
jQuery imgarea v0.9,它是一款图像裁切专用的选区插件,它本身并没有图像裁切功能,只是生成一个类似选区的虚线框,拖动四角可以调整选区大小,可以拖动整个选区移动,高亮显示被选择的图像区域,用法有很多种,具体请下载示例包,源码爱好者整理有示例文件,一看便知。(jQuery imgarea v0.9, it is a special constituency image cropping plugin, which itself does not have image cropping functionality, but dashed box generates a similar constituency, constituency size can be adjusted by dragging the corners, you can drag to move the entire selection highlight the selected image area, there are many usage details, please download the sample package, source enthusiasts have a sample file sorting, at a glance.)
- 2015-02-05 13:39:39下载
- 积分:1
-
an
说明: 高等数值分析matlab代码,迭代,函数拟合等(Advanced numerical analysis matlab code, iteration, function fitting, etc.)
- 2011-12-22 19:53:12下载
- 积分:1
-
496876399457457454534
粒子滤波技术在非线性、非高斯系统表现出来的优越性,决定了它的应用范围非常广泛。另外,粒子滤波器的多模态处理能力,也是它应用广泛有原因之一。国际上,粒子滤波已被应用于各个领域。在经济学领域,它被应用在经济数据预测;在军事领域已经被应用于雷达跟踪空中飞行物,空对空、空对地的被动式跟踪;在交通管制领域它被应用在对车或人视频监控;它还用于机器人的全局定位。
(Particle filter technology in the non-linear, non-Gaussian system demonstrated the superiority of the decision of its wide range of applications. In addition, the particle filter for multimodal capabilities, also has one of the reasons it is widely used. Internationally, the particle filter has been applied to various fields. In economics, it is applied to forecast economic data in the military field have been applied to radar tracking aerial flying objects, air to air, air-passive tracking in the field of traffic control it was used in the car or the person video monitoring also used the global positioning robot.)
- 2010-05-19 20:11:32下载
- 积分:1
-
double_pendulum
double_pendulum simulation in matlab
- 2014-01-25 15:46:22下载
- 积分:1
-
quasi45
this is matlab program for showing the result of quasi ostbc
- 2013-09-11 09:59:23下载
- 积分:1
-
the-design-of-fir
使用matlab进行有限长fir滤波器设计,要求写出代码画出仿真图形(design fir)
- 2013-12-18 21:45:09下载
- 积分:1