readme.txt
来自「分形样条和小波的源程序,使用matlab代码」· 文本 代码 · 共 27 行
TXT
27 行
FRACTIONAL SPLINE WAVELET SOFTWARE FOR MATLAB
Thierry Blu and Michael Unser
Biomedical Imaging group
Swiss Federal Institute of Technology Lausanne (EPFL), Switzerland.
October 1999
A. TEST PROGRAM
DEMOFRACT: Demonstration program that generates fBm-like noise using
orthogonal symmetrical fractional spline wavelets. For example, try J=12,
alpha=0.3, beta=1.3. You can modify this file to use non-symmetrical
fractional splines, or also semi-orthonormal fractional splines (modify the
'type' variable: type = '+ortho', or '-ortho', or '*ortho', or '+bspline', or
'-bspline', or '*bspline', or '-dual', or '+dual', or '*dual')
DEMOFRACT2: Generates a series of fBm-like noises.
B. BASIC WAVELET TRANSFORM FUNCTIONS
FFTFRACTSPLINEFILTERS: Computes the frequency responses of the wavelet
analysis and synthesis filters (lowpass and highpass) for various types
('+ortho','-ortho','*ortho','+bspline','-bspline','*bspline','-dual','+dual','*dual')
of orthonormal or semi-orthonormal fractional spline wavelet transforms.
The type "*ortho" is a continuous-order generalization of the
Battle-Lemari
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?