It performs (9,7) integer wavelet transform
[a,d] = nine7(x)
[a,d] = nine7(x,o)
A vector representing a 1-d discrete signal whose samples are integers.
A charcater constant to identify the types of filters used for the integer transform. By default it is 't', correspoding to 13/7 T filters. It may also be 'c' correspoding to 13/7 C filters.
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 (9,7) 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. The function can be run with or without second parameter. If the second parameter is not provided, it is by default taken as 't' corresponding to the 13/7 T filters.