文件名称:02. Matlab
- 所属分类:
- matlab例程
- 资源属性:
- 上传时间:
- 2017-11-18
- 文件大小:
- 3kb
- 下载次数:
- 0次
- 提 供 者:
- Hoang ******
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
WAVEFAST Perform multi-level 2-dimensional fast wavelet transform.
[C, L] = WAVE FAST (X , N, LP, HP) performs a 20 N-level FWT of
image (or matrix) X with respect to decomposition filters LP and
HP.
[C, L] = WAVEFAST(X, N, WNAME) performs the same operation but
fetches filters LP and HP for wavelet WNAME using WAVEFILTER.
Scale parameter N must be less than or equal to 10g2 of the
maximum image dimension. Filters LP and HP must be even. To
reduce border distortion, X is symmetrically extended. That is,
if X = [c1 c2 c3 ... cn] (in 1D), then its symmetric extension
would be [ ... c3 c2 c1 c1 c2 c3 .. , cn cn cn-1 cn-2 ... ].
[C, L] = WAVE FAST (X , N, LP, HP) performs a 20 N-level FWT of
image (or matrix) X with respect to decomposition filters LP and
HP.
[C, L] = WAVEFAST(X, N, WNAME) performs the same operation but
fetches filters LP and HP for wavelet WNAME using WAVEFILTER.
Scale parameter N must be less than or equal to 10g2 of the
maximum image dimension. Filters LP and HP must be even. To
reduce border distortion, X is symmetrically extended. That is,
if X = [c1 c2 c3 ... cn] (in 1D), then its symmetric extension
would be [ ... c3 c2 c1 c1 c2 c3 .. , cn cn cn-1 cn-2 ... ].
(系统自动生成,下载前可以参看下载内容)
下载文件列表
文件名 | 大小 | 更新时间 |
---|---|---|
average.m | 413 | 2017-09-16 |
bloodvessle.m | 3322 | 2017-09-25 |
changeclass.m | 565 | 2017-09-17 |
createNewTracks.m | 931 | 2017-09-25 |
deleteLostTracks.m | 645 | 2017-09-25 |
detectionToTrackAssignment.m | 641 | 2017-09-25 |