qccwavwaveletanalysis1d.3
来自「QccPack implementation in C」· 3 代码 · 共 122 行
3
122 行
.TH QCCWAVWAVELETANALYSIS1D 3 "QCCPACK" "".SH NAMEQccWAVWaveletAnalysis1D, QccWAVWaveletSynthesis1D \- wavelet analysis/synthesis of a 1D signal.SH SYNOPSIS.B #include "libQccPack.h".sp.BI "int QccWAVWaveletAnalysis1D(const QccVector " input_signal ", QccVector " output_signal ", int " signal_length ", int " phase ", const QccWAVWavelet *" wavelet );.br.BI "int QccWAVWaveletSynthesis1D(const QccVector " input_signal ", QccVector " output_signal ", int " signal_length ", int " phase ", const QccWAVWavelet *" wavelet );.SH DESCRIPTION.B QccWAVWaveletAnalysis1D()performs one level of a wavelet decomposition for a one-dimensional signal.Essentially,.BR QccWAVWaveletAnalysis1D()calls either.BR QccWAVFilterBankAnalysis (3)or.BR QccWAVLiftingAnalysis (3)depending on whether.I waveletspecifies a filter-bank orlifting implementation..I phaseindicates whether .I output_signalis to start with an odd- or even-indexed sample;that is, whether odd- or even-phase subsamplingis employed after filtering..I phasecan be either.B QCCWAVWAVELET_PHASE_EVENor.BR QCCWAVWAVELET_PHASE_ODD .Additionally,.I signal_lengthcan be even or odd..LP.B QccWAVWaveletSynthesis1D()performs one level of wavelet synthesis. The first half of.I input_signalis assumed to contain the lowpass subband while the second half containsthe highpass subband..B QccWAVWaveletSynthesis1D()calls either.BR QccWAVFilterBankSynthesis (3)or.BR QccWAVLiftingSynthesis (3)depending on whether.I waveletspecifies a filter-bank orlifting implementation..I phaseindicates whether .I output_signalis to start with an odd- or even-indexed sample..I signal_lengthcan be even or odd..LPFor both.BR QccWAVWaveletAnalysis1D()and.BR QccWAVWaveletSythesis1D() ,sufficient space for.I output_signalmust be allocated prior to callingthe routines..LPNote:In general, you will probably want to use.BR QccWAVWaveletDWT1D (3)and.BR QccWAVWaveletInverseDWT1D (3)instead of these routinesfor implementing a discrete wavelet transform and its inverse since.BR QccWAVWaveletDWT1D (3)and.BR QccWAVWaveletInverseDWT1D (3)allow any number of scales, or levels, of decomposition to beperformed..SH "RETURN VALUES"These routinesreturn 0 on success and 1 on error..SH "SEE ALSO".BR QccWAVFilterBank (3),.BR QccWAVFilterBankAnalysis (3),.BR QccWAVLiftingScheme (3),.BR QccWAVLiftingAnalysis (3),.BR QccWAVWavelet (3),.BR QccWAVWaveletDWT1D (3),.BR QccWAVWaveletInverseDWT1D (3),.BR QccPackWAV (3),.BR QccPack (3).LPM. Antonini, M. Barlaud, P. Mathieu, and I. Daubechies,"Image Coding Using Wavelet Transform,".IR "IEEE Transactions on Image Processing" ,vol. 1, pp. 205-220, April 1992..LPI. Daubechies and W. Sweldens,"Factoring Wavelet Transforms Into Lifting Steps,".IR "J. Fourier Anal. Appl." ,vol. 4, no. 3, pp. 245-267, 1998..SH AUTHORCopyright (C) 1997-2005 James E. Fowler.\" The programs herein are free software; you can redistribute them an.or.\" modify them under the terms of the GNU General Public License.\" as published by the Free Software Foundation; either version 2.\" of the License, or (at your option) any later version..\" .\" These programs are distributed in the hope that they will be useful,.\" but WITHOUT ANY WARRANTY; without even the implied warranty of.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the.\" GNU General Public License for more details..\" .\" You should have received a copy of the GNU General Public License.\" along with these programs; if not, write to the Free Software.\" Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?