c2to4 {wavethresh} | R Documentation |
Not designed, or really useful, for casual user use!
For example: take the integer 5. In binary this is 101. Then, this representation in base 4 is 16+1 =17.
This function is used by accessD.wpst
to help it access
coefficients.
c2to4(index)
index |
The integer you wish to convert |
Description says all
The converted number
G P Nason
c2to4(5)