필터 지우기
필터 지우기

"Approximation" and "detail " in wavelet

조회 수: 30 (최근 30일)
Amani
Amani 2012년 1월 7일
hello everyone ,
I use this function
wdencmp('gbl',C,L,'wname',N,THR,SORH,KEEPAPP)
as
[thr,sorh,keepapp] = ddencmp('den','wv',SourceSignal);
xd =wdencmp('gbl',SourceSignal,'sym8',8,thr,'h',keepapp);
and KEEPAPP is return 1
I search and found this:
If KEEPAPP = 1, approximation coefficients cannot be thresholded, otherwise it is possible.
Detail coefficient thresholding. For each level from 1 to N, a threshold is selected and hard thresholding is applied to the detail coefficients.
what are mean by (approximation) and (detail) ??

답변 (1개)

Wayne King
Wayne King 2012년 1월 7일
The approximation, or scaling, coefficients are the lowpass representation of the signal and the details are the wavelet coefficients. At each subsequent level, the approximation coefficients are divided into a coarser approximation (lowpass) and highpass (detail) part.
Another way to state it is that the details are what is missing from the approximation at level J to get to the approximation at level J-1.
  댓글 수: 1
Amani
Amani 2012년 1월 7일
I am a Beginner in wavelet,
and i'm not understood this division depends on what ?
can you explain more ? .. please :(

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Wavelet Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by