Function: operatoradj
OPERATORADJ  Apply the adjoint of an operator
  Usage: c=operatoradj(Op,f);

  c=OPERATORADJ(Op,f) applies the adjoint operator of the operator Op*
  to the input signal f.  The operator object Op must have been
  created using OPERATORNEW.

  If f is a matrix, the transform will be applied along the columns
  of f. If f is an N-D array, the transform will be applied along
  the first non-singleton dimension.

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

See also: operatornew, operator, ioperator.

Package: ltfat