-
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
-
Courant(matlab)
最优化理论约束优化,罚函数法极小化函数的matlab程序(Constrained optimization, penalty function method matlab program)
- 2012-04-10 19:51:52下载
- 积分:1
-
source-builder_elrpke
毕设题目,我用MATLAB程序编写的实现基于矢量量化的说话人识别系统,结合了cVnDbN算法。在给定的temp.wav录音文件的情况下,对不同的人的不同时间长度的语音进行辨识。实现与文本无关的自动说话人确认的实时识别。 使用步骤包括: 1 训练,2 kLMAhvJ, 3 测试 4, 输出结果。
(Complete set topic, I use a program written in MATLAB-based VQ speaker recognition system, combining cVnDbN algorithms. In the case of a given temp.wav audio file, voice different people different lengths of time were identified. Real-time recognition and text-independent speaker verification automatically. Use steps include: 1 training, 2 kLMAhvJ , 3 test 4, the output result.
)
- 2016-01-01 11:03:37下载
- 积分:1
-
Matlab_data_fitting
只是关于matlab数据拟合的一篇教程,非常详细,希望对大家有帮助。(Only on data fitting matlab tutorial, very detailed, we want to help.)
- 2010-12-03 10:04:54下载
- 积分:1
-
Based-on-adaptive-on-demand-weighted-clustering-al
一种基于自适应按需加权分簇算法的CBRP路由协议研究(Based on adaptive on-demand weighted clustering algorithm for routing protocol research CBRP)
- 2009-05-22 22:34:37下载
- 积分:1
-
tektronix_tds7104
This is a MATLAB® instrument driver for use with v2.0 of the Instrument Control Toolbox™ and higher. It supports the Tektronix® TDS 7104 oscilloscope.
- 2010-05-28 12:25:32下载
- 积分:1
-
pjimage.m
源码-一个实例搞定MATLAB界面编程_简单易懂适合新手。(Source- an instance to get MATLAB programming interface _ easy to understand for novice.)
- 2014-01-02 18:02:15下载
- 积分:1
-
housan
基于kaiser窗的双谱线插值FFT谐波分析,计算一维光子晶体的透射特性和反射特性,未来线路预测,分析误差。( Dual-line interpolation FFT harmonic analysis kaiser windows, Calculated transmission characteristics and reflection characteristics of the one-dimensional photonic crystals, Future line prediction, error analysis.)
- 2017-02-28 16:08:57下载
- 积分:1
-
Recursive_integer_division
递归法求解整数划分。
整数划分,是指把一个正整数n写成如下形式:
n=m1+m2+…+mi (其中mi为正整数,并且1 <= mi <= n),则{m1,m2,...,mi}为n的一个划分。
如果{m1,m2,...,mi}中的最大值不超过m,即max(m1,m2,...,mi)<=m,则称它属于n的一个m划分。这里我们记n的m划分的个数为f(n,m) (Recursive method integer division. Integer division, refers to a positive integer n written as follows: n = m1+m2+ ...+mi (where mi is a positive integer, and 1 < = mi < = n), then {m1, m2, ..., mi} is a division of n. If {m1, m2, ..., mi} does not exceed the maximum value of m, i.e., max (m1, m2, ..., mi) < = m, m n is said that it belongs to a division. Where m is the number of division n our mind is f (n, m) )
- 2014-02-06 14:21:38下载
- 积分:1
-
add_rounds
add round matlab very important
- 2009-09-28 06:42:24下载
- 积分:1