wavFDPBand(delta=1/4, method="bandpass", scaling=TRUE, levels=1:5, n.sample=n.sample <- 2^(max(levels)+1))
delta
must be less
than 0.5 since the formulae for calculating the
scaling band estimates implicitly assume
stationarity. Default: 0.4
.n.sample > $0$,
then levels
must contain the values
$1, 2, 3, ..., J$
where $J$ is the maximum wavelet
transform decomposition level. Default: 1:5
.=>
"integration"
"bandpass"
Default: "bandpass"
.
wavFDPBand
function,
the n.sample
argument is used
in estimating the mid-octave SDF value over the band of frequencies
which are nominally associated with the scaling
filter in a wavelet transform.
If $n.sample > 0$,
this function will append the estimate of the
average SDF value over the scaling band to the
wavelet octave estimates.
If $n.sample <= 0$,="" only="" the="" wavelet="" octave="" estimates="" are="" returned.="" default:="" 1024.=>
TRUE
, the mid-octave value of the FDP SDF
octave corresponding to the scaling coefficients is also returned.
Default: TRUE
.Estimates are made for the scaling filter band based upon an implicit assumption that the FD process is stationary ($delta < 0.5$).
wavFDPBlock
, wavFDPTime
, wavVar
, wavFDPSDF
.## calculate the mid-octave SDF values for an FD
## process over various wavelet bands
wavFDPBand(levels=c(1, 3, 5:7), delta=0.45, scaling=FALSE)
Run the code above in your browser using DataLab