This is where navigation should be.

FRAMEGRAM - Easy visualization of energy in transform domain

Usage

framegram(F,x,...);

Description

framegram(F,x) plots the energy of the frame coefficients computed from the input signal x using the frame F for analysis. This is just a shorthand for:

plotframe(F,abs(frana(F,x)).^2);

Any additional arguments given to framegram are passed onto plotframe.