Cone of influence
cone = conofinf(wname,scales,LenSig,SigVal)
[cone,PL,PR]
= conofinf(wname,scales,LenSig,SigVal)
[cone,PL,PR,PLmin,PRmax]
= conofinf(wname,scales,LenSig,SigVal)
[PLmin,PRmax]
= conofinf(wname,scales,LenSig)
[...] = conofinf(...,'plot')
returns
the cone of influence (COI) for the wavelet cone
= conofinf(wname
,scales
,LenSig
,SigVal
)wname
at
the scales in scales
and positions in SigVal
. LenSig
is
the length of the input signal. If SigVal
is
a scalar, cone
is a matrix with row dimension length(scales)
and
column dimension LenSig
. If SigVal
is
a vector, cone
is cell array of matrices.
[
returns
the left and right boundaries of the cone of influence at scale 1
for the points in cone
,PL
,PR
]
= conofinf(wname
,scales
,LenSig
,SigVal
)SigVal
. PL
and PR
are length(SigVal)
-by-2
matrices. The left boundaries are(1-PL(:,2))./PL(:,1)
and
the right boundaries are(1-PR(:,2))./PR(:,1)
.
[
returns
the equations of the lines that define the minimal left and maximal
right boundaries of the cone of influence. cone
,PL
,PR
,PLmin
,PRmax
]
= conofinf(wname
,scales
,LenSig
,SigVal
)PLmin
and PRmax
are
1-by-2 row vectors where PLmin(1)
and PRmax(1)
are
the slopes of the lines. PLmin(2)
and PRmax(2)
are
the points where the lines intercept the scale axis.
[
returns
the slope and intercept terms for the first-degree polynomials defining
the minimal left and maximal right vertices of the cone of influence.PLmin
,PRmax
]
= conofinf(wname
,scales
,LenSig
)
[...] = conofinf(...,'plot')
plots
the cone of influence.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Mallat, S. A Wavelet Tour of Signal Processing, London:Academic Press, 1999, p. 174.