This document is intended to serve as an introduction to Wavelet processing through a set of Matlab experiments. These experiments will gives an overview of three fundamental tasks in signal and image processing : signal, denoising and compression. These scripts are selfs contents (needed additional Matlab functions can be downloaded while reading the lectures). Each one of these five lectures should take between 1h and 2h in order to tests the various features of the scripts. One should copy/paste the provided code into a file names e.g. tp1.m, and launch the script directly from Matlab comand line > tp1 . Some of the scripts contains "holes" that you should try to fill on your own. I also provide the complete correction of these lectures as a set of Matlab scripts, but you should try as much as possible to avoid using them.
標簽: introduction processing document intended
上傳時間: 2016-03-22
上傳用戶:qlpqlq
C語言精彩百例第1-44例 實例1 數據類型轉換 實例2 轉義字符 實例3 關系和邏輯運算 實例4 自增自減 實例5 普通位運算 實例6 位移運算 實例7 字符譯碼 實例8 指針操作符 實例9 if判斷語句 實例10 else-if語句 實例11 嵌套if語句 實例12 switch語句 實例13 for語句 實例14 while語句 實例15 do-while語句 實例16 break和continue語句 實例17 exit()語句 實例18 綜合實例 實例19 一維數組 實例20 二維數組 實例21 字符數組 實例22 數組初始化 實例23 數組應用 實例24 函數的值調用 實例25 函數的引用調用 實例26 數組函數的調用 實例27 命令行變元 實例28 函數的返回值 實例29 函數的嵌套調用 實例30 函數的遞歸調用 實例31 局部和全局變量 實例32 變量的存儲類別 實例33 內部和外部函數 實例34 綜合實例1 實例35 綜合實例2 實例36 變量的指針 實例37 一維數組指針 實例38 二維數組指針 實例39 字符串指針 實例40 函數指針 實例41 指針數組 實例42 二維指針 實例43 指針的初始化 實例44 綜合實例
上傳時間: 2014-01-16
上傳用戶:royzhangsz
JavaServer Pages, Third Edition is completely revised and updated to cover the substantial changes in the 2.0 version of the JSP specification. It also includes detailed coverage of the major revisions to the JSP Standard Tag Library (JSTL) specification. Combining plenty of practical advice with detailed coverage of JSP syntax and features and clear, useful examples, JavaServer Pages, Third Edition demonstrates how to embed server-side Java into Web pages, while also covering important topics such as JavaBeans, Enterprise JavaBeans (EJB), and JDBC database access.
標簽: substantial JavaServer completely Edition
上傳時間: 2014-01-04
上傳用戶:mpquest
Lex 和Yacc 簡明教程 本書將教會你如何使用lex 和yacc 構造一個編譯器。 lex 和yacc 是兩個用來生成詞匯分析器和剖析器的工具。 導言部分描寫了構建編譯器所需的基本部分,以及lex 和yacc 之間的互動關系。后面兩章更加詳細的描寫了lex 和 yacc。構建了一個經典的計算器程序。這個計算器支持常用 的算術符號和控制結構,例如實現了像ifelse和while 這樣的控制結構。經過小小的修改,就把這個計算器轉換成一個可以運行在基于棧的計算機上的編譯器。
上傳時間: 2013-12-19
上傳用戶:youke111
模式識別學習綜述.該論文的英文參考文獻為303篇.很有可讀價值.Abstract— Classical and recent results in statistical pattern recognition and learning theory are reviewed in a two-class pattern classification setting. This basic model best illustrates intuition and analysis techniques while still containing the essential features and serving as a prototype for many applications. Topics discussed include nearest neighbor, kernel, and histogram methods, Vapnik–Chervonenkis theory, and neural networks. The presentation and the large (thogh nonexhaustive) list of references is geared to provide a useful overview of this field for both specialists and nonspecialists.
標簽: statistical Classical Abstract pattern
上傳時間: 2013-11-25
上傳用戶:www240697738
* Explains process algebra and protocol specification using µ CRL, a language developed to combine process algebra and abstract data types * Text is supported throughout with examples and exercises * Full solutions are provided in an appendix, while exercise sheets, lab exercises, example specifications and lecturer slides are available on the author s website
標簽: specification developed Explains language
上傳時間: 2016-04-27
上傳用戶:笨小孩
Probabilistic Principal Components Analysis. [VAR, U, LAMBDA] = PPCA(X, PPCA_DIM) computes the principal % component subspace U of dimension PPCA_DIM using a centred covariance matrix X. The variable VAR contains the off-subspace variance (which is assumed to be spherical), while the vector LAMBDA contains the variances of each of the principal components. This is computed using the eigenvalue and eigenvector decomposition of X.
標簽: Probabilistic Components Principal Analysis
上傳時間: 2016-04-28
上傳用戶:qb1993225
基于小波的圖像配準,主要是wavelet_registration_改進2,也即wavelet_registration改進版本,主要是將配準的循環由while變成了for, 循環變量變為整型,因此判斷變為整型之間的判斷, 節省執行時間
標簽: 圖像配準
上傳時間: 2016-04-28
上傳用戶:671145514
EKF-SLAM Simulator This version of the simulator uses global variables for all large objects, such as the state covariance matrix. while bad programming practice, it is a necessary evil for MatLab efficiency, as MatLab has no facility to avoid gratuitous memory allocation and copying when passing (and modifying) variables between functions. With this concession, effort has been made to keep the code as clean and modular as possible.
標簽: Simulator simulator variables EKF-SLAM
上傳時間: 2016-05-02
上傳用戶:lunshaomo
Data_Structures_and_Algorithms - These notes accompany Data Structures and Algorithms II. The course, to a large extent, follows on from Data Structures and Algorithms I. However, while DS&A I focused on fundamental datastructures, DS&A II will focus on practical algorithms, applicable to a wide range of tasks. The approach will be somewhat less formal, with a little more focus on applications.
標簽: Data_Structures_and_Algorithms Algorithms Structures accompany
上傳時間: 2016-05-08
上傳用戶:阿四AIR