This is where navigation should be.

FRAMECOEF2TF - Convert coefficients to time-frequency plane

Usage

cout=framecoef2tf(F,cin);

Description

framecoef2tf(F,cin) converts the frame coefficients cin into the time-frequency plane layout. The frame object F must have been created using frame.

The time-frequency plane layout is a matrix, where the first dimension indexes frequency and the second dimension time. This is similar to the output format from dgt and wmdct.

Not all types of frames support this coefficient conversion. The supported types of frames are: 'dgt', 'dgtreal', 'dwilt', 'wmdct', 'ufilterbank', 'ufwt',`'uwfbt'` and 'uwpfbt'.