It performs (2,4) integer wavelet transform
[a,d] = two4(x)
A vector representing a 1-d discrete signal whose samples are integers.
A vector representing the approximation part of the integer transform.
A vector representing the detail part of the integer transform.
It computes the approximation and detail integer parts for a 1-d integer signal using (2,4) integer wavelet transform. The lengths of the approximation and detail parts is equal to the ceiling of the half of length of the input signal.