Location:
Search - matlab7.8
Search list
Description: 本程序实现任意偶数大小图像第二代双正交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为原上升,即更新
Platform: |
Size: 2803 |
Author: 罗万团 |
Hits:
Description: 1、该工具箱包括了混沌时间序列分析与预测的常用方法,有:
(1)产生混沌时间序列(chaotic time series)
Logistic映射 - \ChaosAttractors\Main_Logistic.m
Henon映射 - \ChaosAttractors\Main_Henon.m
Lorenz吸引子 - \ChaosAttractors\Main_Lorenz.m
Duffing吸引子 - \ChaosAttractors\Main_Duffing.m
Duffing2吸引子 - \ChaosAttractors\Main_Duffing2.m
Rossler吸引子 - \ChaosAttractors\Main_Rossler.m
Chens吸引子 - \ChaosAttractors\Main_Chens.m
Ikeda吸引子 - \ChaosAttractors\Main_Ikeda.m
MackeyGLass序列 - \ChaosAttractors\Main_MackeyGLass.m
Quadratic序列 - \ChaosAttractors\Main_Quadratic.m
(2)求时延(delay time)
自相关法 - \DelayTime_Others\Main_AutoCorrelation.m
平均位移法 - \DelayTime_Others\Main_AverageDisplacement.m
(去偏)复自相关法 - \DelayTime_Others\Main_ComplexAutoCorrelation.m
互信息法 - \DelayTime_MutualInformation\Main_Mutual_Information.m
(3)求嵌入维(embedding dimension)
假近邻法 - \EmbeddingDimension_FNN\Main_FNN.m
Cao方法 - \EmbeddingDimension_Cao\Main_EmbeddingDimension_Cao.m
(4)同时求时延与嵌入窗(delay time & embedding window)
CC方法 - \C-C Method\Main_CC_Luzhenbo.m
(5)求关联维(correlation dimension)
GP算法 - \CorrelationDimension_GP\Main_CorrelationDimension_GP.m
(6)求K熵(Kolmogorov Entropy)
GP算法 - \KolmogorovEntropy_GP\Main_KolmogorovEntropy_GP.m
STB算法 - \KolmogorovEntropy_STB\Main_KolmogorovEntropy_STB.m
(7)求最大Lyapunov指数(largest Lyapunov exponent)
小数据量法 - \LargestLyapunov_Rosenstein\Main_LargestLyapunov_Rosenstein1.m
\LargestLyapunov_Rosenstein\Main_LargestLyapunov_Rosenstein2.m
\LargestLyapunov_Rosenstein\Main_LargestLyapunov_Rosenstein3.m
\LargestLyapunov_Rosenstein\Main_LargestLyapunov_Rosenstein4.m
(8)求Lyapunov指数谱(Lyapunov exponent spectrum)
BBA算法 -
\LyapunovSpectrum_BBA\Main_LyapunovSpectrum_BBA1.m
\LyapunovSpectrum_BBA\Main_LyapunovSpectrum_BBA2.m
(9)求二进制图形的盒子维(box dimension)和广义维(genealized dimension)
覆盖法 -
\BoxDimension_2D\Main_BoxDimension_2D.m
\GeneralizedDimension_2D\Main_GeneralizedDimension_2D.m
(10)求时间序列的盒子维(box dimension)和广义维(genealized dimension)
覆盖法 -
\BoxDimension_TS\Main_BoxDimension_TS.m
\GeneralizedDimension_TS\Main_GeneralizedDimension_TS.m
(11)混沌时间序列预测(chaotic time series prediction)
RBF神经网络一步预测 - \Prediction_RBF\Main_RBF.m
RBF神经网络多步预测 - \Prediction_RBF\Main_RBF_MultiStepPred.m
Volterra级数一步预测 - \Prediction_Volterra\Main_Volterra.m
Volterra级数多步预测 - \Prediction_Volterra\Main_Volterra_MultiStepPred.m
(12)产生替代数据(Surrogate Data)
随机相位法 - \SurrogateData\Main_SurrogateData.m
2、在matlab环境中首先运行install.m,将工具箱所在路径添加至matlab
3、各子目录下以Main_开头的文件即是主程序文件,直接按快捷键F5运行即可
4、工具箱中所有程序均在Matlab6.5和Matlab7.1环境中调试通过,不能保证在Matlab其它版本正确运行。
5、工具箱中部分功能为试用版,敬请谅解!
6、
作者:陆振波,海军工程大学
欢迎同行来信交流与合作,更多文章与程序下载请访问我的个人主页
Platform: |
Size: 579972 |
Author: niuchao0511 |
Hits:
Description: 介绍matlab7.8鲁棒控制的相关书籍,英文版
Platform: |
Size: 907236 |
Author: ycw10132006@163.com |
Hits:
Description: Matlab7.x图像处理的光盘内容
人民邮电出版社的最新-Matlab7.x image processing contents of the CD-ROM publishers of the People's Post and the latest
Platform: |
Size: 66560 |
Author: ff |
Hits:
Description: 本程序实现任意偶数大小图像第二代双正交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
Platform: |
Size: 2048 |
Author: |
Hits:
Description: matlab7.8入门指导 matlab7.8入门指导 -Getting Started matlab7.8 guidance. pdf
Platform: |
Size: 1900544 |
Author: 王先生 |
Hits:
Description: MATLAB7.8数学符号运算宝典,有助于采用新版本的matlab编程用的-MATLAB7.8 Collection mathematical symbolic manipulation can help with a new version of matlab programming using
Platform: |
Size: 2347008 |
Author: 韩苗菲 |
Hits:
Description: MATLAB7.8图像采集宝典.,适合使用新版本matlab的新用户进行图像采集学习-MATLAB7.8 image collection Collection., For the new version of matlab image acquisition of new users to learn
Platform: |
Size: 3051520 |
Author: 韩苗菲 |
Hits:
Description: 神经网络工具箱使用说明---matlab官方网站上下载的,针对matlab7.8(R2009a)---英文版的-Neural network toolbox for use--- matlab download on the official website for matlab7.8 (R2009a)--- English
Platform: |
Size: 4676608 |
Author: si |
Hits:
Description: MATLAB7.8鲁棒控制入门指南,这是一本基于MATLAB的鲁棒控制方面的入门书籍,希望对网友们有用-MATLAB7.8 Robust Control Getting Started Guide, which is a MATLAB-based robust control of entry books, useful for users who want to
Platform: |
Size: 771072 |
Author: 黑夹克 |
Hits:
Description: 实现9/7小波正反变换
注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为原上升,即更新-Note 1: The standard orthogonal method, the ranks of the different matrices (and matlab where different)
Note 2: In order to ensure orthogonality, all boundary treatment, all with recycling
Note 3: Orthogonal validation, the identity matrix into the function, the output is still the unit matrix (matlab does not have this property)
Note 4: This program is a matrix to achieve, so the image horizontal and vertical components is estimated to be swapped
Note 5: This class implements the wavelet (wavelet-like) transformation, is between the wavelet packet transform and wavelet transform between
Note 6: This procedure transforms each image relative to the original matrix, the resulting matrix are orthogonal matrix, consistent with this and wavelet packet
Note 7: But each generation wavelet transform matrix, is to be broken down for each sub-block relative to the orthogonal matrix, rather than the original image of the orthogonal matrix
Note 8: Wavelet transf
Platform: |
Size: 2048 |
Author: 徐程序 |
Hits:
Description: MATLAB7.X信号处理工具箱函数汇总
1、 滤波器分析与实现
2、 FIR数字滤波器设计
3、 IIR数字滤波器设计
4、 模拟滤波器设计
5、 模拟滤波器变换
6、 滤波器离散化
7、 线性系统变换
8、 窗函数
9、 变换
10、 统计信号处理与谱分析
11、 参数模型
12、 线性预测
13、 多采样率信号处理
14、 波形产生
15、 特殊操作-MATLAB7.X Signal Processing Toolbox functions Rollup 1, filter analysis and implementation of 2, FIR digital filter design 3, IIR digital filter design 4, 5 analog filter design, analog filter transform 6, 7 discrete filter, 8 linear system transformation, the window function 9, 10 transformation, statistical signal processing and spectrum analysis 11, 12-parameter model, linear prediction 13, 14 of multirate signal processing, waveform generator 15, a special operation
Platform: |
Size: 26624 |
Author: zhaohengzheng |
Hits:
Description: 在matlab7.8版本上编译通过。
利用matlab的滤波器工具箱函数实现对直扩扩频通信过程的仿真模型,可以简单设定功率控制,多径传输,多值干扰等过程。-This program is compiled successfully in Matlab7.8 platform.
With the matlab Filter Toolbox funtion to simulate the process of spread spectrum transmission. The simple option such as power control,multiprocess and multiaddress nterference can be set in this program。
Platform: |
Size: 2048 |
Author: 谢翔 |
Hits:
Description: 这本书是老师推荐给我的,非常好,我用这个学习matlab然后毕设时候很顺利。-This book is the teacher recommended to me, very good learning matlab and then completed the set up very well when I use this.
Platform: |
Size: 17654784 |
Author: 党敏 |
Hits:
Description: MATLAB图像处理宝典,学习图像处理的好课件-matlab image processing
Platform: |
Size: 17406976 |
Author: 楚楚 |
Hits:
Description: 一本很好的图像处理实践类书籍,全面的图像处理实践让你受益匪浅-A good image processing practice books, comprehensive image processing allows you to benefit from the practice
Platform: |
Size: 17683456 |
Author: 徐林峰 |
Hits:
Description: 采用matlab7.8处理图片的英文教程-the English tutorial about using Matlab7.8 process images
Platform: |
Size: 19960832 |
Author: hxw |
Hits: