Function: operatornew
OPERATORNEW  Construct a new operator
  Usage: F=operatornew(otype,...);

  Op=OPERATORNEW(otype,...) constructs a new operator object Op of type
  otype. Arguments following otype are specific to the type of operator
  chosen.

  Frame multipliers
  -----------------

  OPERATORNEW('framemul',Fa,Fs,s) constructs a frame multiplier with
  analysis frame Fa, synthesis frame Fs and symbol s. See the help on
  FRAMEMUL.

  Spreading operators
  -------------------

  OPERATORNEW('spread',s) constructs a spreading operator with symbol
  s. See the help on SPREADOP.
 

Url: http://ltfat.github.io/doc/operators/operatornew.html

See also: operator, ioperator.

Package: ltfat