contents.m

来自「SparseLab is a Matlab software package d」· M 代码 · 共 43 行

M
43
字号
% SparseLab Transforms Directory
%
% This is the directory containing transforms for the SparseLab package.
%
%              .m files in this directory
%
%   Contents.m           -    This file
%   fft2_mid0.m          -   Forward Wavelet Transform (periodized, orthogonal)
%   fft_mid0.m           -   Forward Wavelet Transform
%   FHT2.m               -   Computes the 2-D Hadamard transform of a signal
%   FHT.m                -   Computes the Hadamard transform of a signal
%   FourierMat.m         -   generates an NxN Fourier Transform matrix
%   FWT2_PO.m            -   2-d MRA wavelet transform (periodized,
%                            orthogonal)
%   FWT_PO.m             -   Forward Wavelet Transform (periodized,orthogonal)
%   FWT_TI.m             -   translation invariant forward wavelet transform
%   iconv.m              -   Convolution Tool for Two-Scale Transform
%   Inv_FHT2.m           -   Computes the inverse 2-D Hadamard transform of
%                            a signal
%   Inv_FHT.m            -   Computes the inverse Hadamard transform of a
%                            signal
%   Inv_RST2.m           -   Inverse Real Sinusoid Transform on an nxn
%                            array
%   Inv_RST.m            -   Inverse Real Sinusoid Transform of an n vector
%   IWT2_PO.m            -   Inverse 2-d MRA wavelet transform
%                            (periodized, orthogonal)
%   IWT_PO.m             -   Inverse Wavelet Transform (periodized, orthogonal)
%   IWT_TI.m             -   translation invariant forward wavelet transform
%   RST2.m               -   Real Sinusoid Transform of an nxn array
%   RST.m                -   Real Sinusoid Transform of a n vector
%   RSTMat.m             -   generates an NxN RST matrix

%
% Copyright (c) 2007. Victoria Stodden
%  

%
% Part of SparseLab Version:200
% Created Tuesday March 24, 2007
% This is Copyrighted Material
% For Copying permissions see COPYING.m
% Comments? e-mail sparselab@stanford.edu
%

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?