-
lifting_97
本程序实现任意偶数大小图像第二代双正交97提升小波变换
注1: 采用标准正交方法,对行列采用不同矩阵(和matlab里不同)
注2: 为了保证正交,所有边界处理,全部采用循环处理
注3: 正交性验证,将单位阵带入函数,输出仍是单位阵(matlab不具有此性质)
注4: 此程序是矩阵实现,所以图像水平分量和垂直分量估计被交换位置
注5: 此程序实现的是类小波(wavelet-like)变换,是介于小波包变换与小波变换之间的变换
注6: 此程序每层变换相对原图像矩阵,产生的矩阵都是正交阵,这和小波包一致
注7: 但小波变换每层产生的矩阵,是相对每个待分解子块的正交矩阵,而不是原图像的正交矩阵
注8: 且小波变换产生的正交矩阵维数,随分解层数2分减少
注9: 提升系数可以在MATLAB7.0以上版本,用liftwave( 9.7 )获取,这里直接给出,考虑兼容性
注10:由于MATLAB数组下标从1开始,所以注意奇偶序列的变化
注11:d为对偶上升,即预测;p为原上升,即更新(err)
- 2008-06-25 07:59:17下载
- 积分:1
-
datacomp
serially data communication between two computers in matlab
- 2013-01-01 06:21:41下载
- 积分:1
-
New-folder
Arryindexing in matlab r2009
- 2013-08-29 14:52:40下载
- 积分:1
-
8PSK
在awgn信道下的的8psk调制,绘出传输和接受的星座图(In awgn channel under the 8psk modulation plotted transmit and receive constellation)
- 2014-12-23 16:38:46下载
- 积分:1
-
CBM
根据切比雪夫近似得到的计算简正波的程序,能够较精确获得本地简正波(A Matlab code for computing normal modes based on Chebyshev approximations
)
- 2013-12-09 16:00:19下载
- 积分:1
-
windowfilter
主要是数字信号中窗函数的设计与分析,matlab源代码的设计,提供了时域与频域分析(Is mainly the design and analysis of window function in the digital signal, the design of Matlab source code, provides the analysis of time domain and frequency domain)
- 2015-04-03 18:34:48下载
- 积分:1
-
constellation_qam
This m file shows constellation for MQAM.
- 2009-02-25 23:22:05下载
- 积分:1
-
CDMA(matlab)
cdma的仿真,介绍了CDMA的各种仿真程序,包括信道的仿真,噪声的处理等。(cdma simulation, describes the various CDMA simulation program, including channel emulation, noise processing.)
- 2010-08-26 10:05:29下载
- 积分:1
-
seven_layer_filter
This program in Matlab code, plot the transfer function versus frequency for a seven layer filter by using the FDTD
- 2011-06-16 23:24:11下载
- 积分:1
-
SBOCCrare
几个BOC 信号的分析例程,全球卫星导航系统将普遍使用BOC调制信号作为扩频测距信号,BOC信号号自相关函数呈现多个相关峰,传统扩频接收机所用的延迟锁定环(DLL)无法对该信号正确地进行码相位的
(Several BOC signal analysis routines, the global satellite navigation system will generally use the BOC modulation signal as a spread spectrum ranging signal, BOC signal autocorrelation function presents multiple correlation peaks, the traditional spread spectrum receiver with the delay locked loop (DLL ) can not be the signal code phase)
- 2012-08-20 14:37:00下载
- 积分:1