搜索资源列表
BinDwt97
- 此程序为二进制9-7小波提升格式的变换,算法中只有整数加法和移位-this procedure to upgrade binary 9-7 wavelet transform format, the algorithm only integers and translocation
WaveletCDF97
- Cohen-Daubechies-Fauraue 9-7 Wavelet Transforms . CDF小波分解matlab源代码-Cohen-Daubechies - Fauraue 9-7 Wavelet Tr ansforms. CDF wavelet decomposition Matlab source code
123BinDwt97
- 实现二进9/7小波变换的一个例子,对深入理解小波变换有帮助。-into achieving two 9 / 7 wavelet transform an example, in-depth understanding of wavelet transform help.
01LiftDwt97
- 可以实现二进9/7小波提升格式的小波变换,希望对大家学习和研究提升小波变换有帮助。-can achieve two into 9 / 7 wavelet upgrade format wavelet transform, we hope to enhance learning and research help wavelet transform.
wavelift
- 暂时只支持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(mat2g
lifting_db53
- 该程序对向量进行小波变换,所用的小波为利用提升方案实现的 Daubechies 9/7小波-the program right vector wavelet transform, Wavelet used to enhance the use of the program to achieve the Daubechies 9 / 7 wavelet
Wavelet
- 几个小波变换方面的源程序。其中DWT.rar中为离散小波变换的C++源程序;IntDWT为整型离散小波变换;LiftDWT97是9/7小波提升格式变换;BinDWT97是二进制小波变换;lifting则是通用的提升小波变换。
lifting_97
- 本程序实现任意偶数大小图像第二代双正交97提升小波变换 注1: 采用标准正交方法,对行列采用不同矩阵(和matlab里不同) 注2: 为了保证正交,所有边界处理,全部采用循环处理 注3: 正交性验证,将单位阵带入函数,输出仍是单位阵(matlab不具有此性质) 注4: 此程序是矩阵实现,所以图像水平分量和垂直分量估计被交换位置 注5: 此程序实现的是类小波(wavelet-like)变换,是介于小波包变换与小波变换之间的变换 注6: 此程序每层变换相对原图像矩阵,产
SSD3
- ssd3答案,包括练习1到练习8,和日常练习1到9-the answer of the ssd3,including the exercise and the practical quiz.The exercise one to eight and the practical quiz one to nine.Exercise 1.ShoppingCartApplication
waveletcdf97
- matlab实现9/7双正交小波变换,将图像分解到频域-matlab realize 9/7 biorthogonal wavelet transform, the image is decomposed into the frequency domain
Strapdown
- 一、数据说明: 1:惯导系统为指北方位的捷连系统。初始经度为116.344695283度、纬度为39.975172度,高度h为30米。 初速度为v0=[0.000048637 0.000206947 0.007106781],飞行高度不变。 2:jlfw中为600秒的数据,陀螺仪和加速度计采样周期分别为为1/80秒和1/80秒。 3:初始姿态角为[0.120992605 0.010445947 91.637207](俯仰,横滚,航向,单位为度), jlfw中保存的为比力信
longest
- Problem B:Longest Ordered Subsequence A numeric sequence of ai is ordered if a1 < a2 < ... < aN. Let the subsequence of the given numeric sequence (a1, a2, ..., aN) be any sequence (ai1, ai2, ..., aiK), where 1 <= i1 < i2 < ... &l
FOUR
- 1、 采用原始变量法,即以速度U、V及压力P作为直接求解的变量 2、 守恒型的差分格式,离散方程系对守恒型的控制方程通过对控制容积作积分而得出的,无论网格疏密程度如何,均满足在计算区域内守恒的条件; 3、 采用区域离散化方法B,即先定控制体界面、再定节点位置 4、 采用交叉网格,速度U、V与其他变量分别存储于三套网格系统中; 5、 不同的项在空间离散化过程中去不同的型线假设,源项采用局部线性化方法;扩散——对流项采用乘方格式(但很容易转化为中心差分、迎风差分或混合格式);街面上的
fdwt
- FDWT (forward discrete wavelet transform) use 5/3 filter and 9/7 filter matlab file
7
- 一家银行希望采用光学字符识别系统自动读出支票中的账号,组成账号的每个数字都是7段数 位体。一种图象处理软件可以将组成数字的横段和竖段分别转换成ASCII码中的竖线‘|’和下划线 ‘_’。你需要设计一个程序,从扫描转换的结果推测原始的账号,假定: (1)若经扫描转换的某组数字全部保存了正确的数字形式而且满足校验条件,则该组数字就是原 始的账号; (2)9位数中最多只有一位在扫描转换中失去正确的数字形式; (3)扫描转换不会引入额外的数位段。 -A bank wishin
7
- 程序功能: 由{4,9,0,1,8,6,3,5,2,7}创一棵二叉树并由括号表示法输出 -Program features: (4,9,0,1,8,6,3,5,2,7) hit by a binary tree representation output by the brackets
15-4
- Example 编译:mpicc mst.c mst 运行:本实例中使用了5个处理器。 mpirun –np 5 mst 运行结果: Input the size of matrix:9 0 4 5 8 6 2 5 7 3 5 0 8 3 1 6 4 9 5 7 2 0 6 4 1 3 8 9 4 5 6 0 5 7 2 1 6 4 5 8 7 0 2 3 4 7 4 1 4 7 5 0 7 8 4 7 8 9 3 2 1 0 6 7 4 2
HIC
- 使用VC++编写,主要实现Spiht编码算法,小波算法使用的是9/7提升小波-vc++ spiht wavelet
dwt
- 一种9/7整数小波变换,已通过仿真验证,可供初学者借鉴学习-A 9/7 wavelet transform, has been verified by simulation, for beginners to learn from
sa9.7
- 石器时代私服版9.7服务端完整版 仿华裔石器-The Stone Age private server version 9.7 server full version.Imitation of Chinese stone