Function: framemuladj
FRAMEMULADJ  Adjoint operator of frame multiplier
  Usage: h=framemuladj(f,Fa,Fs,s);

  Input parameters:
         Fa   : Analysis frame
         Fs   : Synthesis frame
         s    : Symbol
         f    : Input signal

  Output parameters: 
         h    : Output signal

  FRAMEMULADJ(f,Fa,Fs,s) applies the adjoint of the frame multiplier
  with symbol s to the signal f. The frame Fa is used for analysis
  and the frame Fs for synthesis. This is equivalent to calling
  framemul(f,Fs,Fa,conj(s)).


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

See also: framemul, iframemul.

Package: ltfat