-
A_Matlab_Tour_of_Wavelet_Programming
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.
(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 eg 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.)
- 2008-01-11 15:02:14下载
- 积分:1
-
shuffle
扰乱数据集函数,数据集采用 属性×实例数 格式存储,输出等同。(Disrupt the data collection function, the data set using the format attribute × number of instances stored in the output the same.)
- 2010-09-03 16:05:10下载
- 积分:1
-
main1
说明: 利用改进的蚁群算法来实现对路径规划,找到一条最优路径(Ant colony algorithm path planning)
- 2020-12-23 09:59:13下载
- 积分:1
-
R32P_T
利用Peng-Robinson方程计算纯质R32p—T相图(Peng-Robinson equation using pure R32p-T phase diagram)
- 2010-01-17 16:07:26下载
- 积分:1
-
contourlet_toolbox
contourlet的工具箱,matlab和C代码(contourlet toolbox, matlab and C code)
- 2010-05-29 15:33:02下载
- 积分:1
-
AproximacionFuncionalEInterpolacion
it s a matlab source code about funtional approximation for numerical methods
- 2012-09-18 07:47:38下载
- 积分:1
-
imaqplot
IMAQPLOT is a simple demonstration of previewing video data using the toolbox s TimerFcn callback. IMAQPLOT also allows users to integrate the video preview into any MATLAB GUI. These are capabilities that are present in the toolbox s PREVIEW command, but are presented here as a demonstration of TimerFcn callback.
Using toolbox callback properties, you can configure a video input object to generate a live image plot display.
Do you want a basic preview window created for you? Simply call:
obj = videoinput( matrox , 1)
obj.TimerFcn = @imaqplot
obj.TimerPeriod = 0.1
obj.FramesPerTrigger = Inf
start(obj)
Do you want to add a preview window to an existing GUI? Simply provide IMAQPLOT a handle to an image object and it will update it for you:
obj = videoinput( dt , 1)
obj.TimerFcn = {@imaqplot, hImage}
obj.TimerPeriod = 0.1
obj.FramesPerTrigger = Inf
start(obj)
- 2009-10-21 15:20:29下载
- 积分:1
-
param
A simple applet to pass parameter from an html page
- 2014-09-05 23:12:01下载
- 积分:1
-
MIMO
MIMO-OFDM空时编码仿真 基于多收发天线 空时编码(Space-time coding MIMO-OFDM simulation)
- 2013-09-06 20:41:01下载
- 积分:1
-
entropyfunction
该算法是通过统计图像信息熵大小来评价的图像的清晰度。清晰的图像的熵大于模糊图像的熵。(The algorithm is the image through the statistical entropy to evaluate the size of the image definition. Clear image of the entropy of fuzzy image entropy.)
- 2011-01-14 14:20:53下载
- 积分:1