WaveThresh Help

putDwd3Dcheck


Check argument list for putD.wd3D

DESCRIPTION

This function checks the argument list for putD.wd3D and is not meant to be directly called by any user.

USAGE

putDwd3Dcheck(lti, dima, block, nlx)

REQUIRED ARGUMENTS

lti
At which level of the wd3D object you wish to insert a block of coefficients.
dima
A vector, of length 3, which specifies the dimension of the block to insert.
block
A character string which specifies which block is being inserted (one of GGG, GGH, GHG, GHH, HGG, HGH, HHG, or HHH).
nlx
The number of levels in the wd3D object that you wish to insert the coefficients into (can be obtained using the nlevels function).

OPTIONAL ARGUMENTS

None.

VALUE

None.

DETAILS

This function merely checks that the dimensions and sizes of the array to be inserted into a wd3D object using the putD.wd3D function are correct.

RELEASE

Version 3.9.6 Copyright Guy Nason 1997

SEE ALSO

accessD, putD, accessD.wd3D, print.wd3D, putD, summary.wd3D, threshold.wd3D, wd3D, wd3D object, wr3D.

EXAMPLES

#
# Not intended to be used by the user!
#