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
sn.sample > $0$,
then levels must contain the values
$1, 2, 3,\ldots, [object Object],[object Object]
Default: "bandpass".
wavFDPBand function,
the n.sample argument is used
in estimating the mid-octave SDF value over the band of frequencies
which are nominallTRUE, the mid-octave value of the FDP SDF
octave corresponding to the scaling coefficients is also returned.
Default: TRUE.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