FRAMECOEF2TF Convert coefficients to time-frequency plane Usage: cout=framecoef2tf(F,cin); 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'.
Url: http://ltfat.github.io/doc/frames/framecoef2tf.html
See also: frame, frametf2coef, framecoef2native.
Package: ltfat