This is where navigation should be.

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

Description

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)).