How to use mpview for the generation of a time-frequency map from a book
Usage:
mpview [options] (bookFILE.bin|-) tfmapFILE.flt
Synopsis:
Makes a time-frequency pixmap fill it with the time-frequency representation of the atoms contained in the book file bookFile.bin and write it to the file tfmapFILE.flt as a raw sequence of floats. The pixmap size is 640x480 pixels unless option –size is used.
Mandatory arguments:
(bookFILE.bin|-) A book of atoms, or stdin.
tfmapFILE.flt The file where to write the pixmap in float.
Optional arguments:
-s, --size=<numCols>x<numRows> : change the size of the pixmap.
-q, --quiet No text output.
-v, --verbose Verbose.
-V, --version Output the version and exit.
-h, --help This help.
Synopsis:
Displays a book in a pixmap of numCols x numRows pixels Returns nonzero in case of failure, zero otherwise.