compsense.operators.opDirac

class compsense.operators.opDirac(shape)[source]

Identity operator

Create an operator whose output signal equals the input signal.

Parameters :

shape : list of integers

Shape of the input signal.

Attributes

T The transpose of the operator.
in_signal_shape The shape of the input signal for the operator.
name Name of operator.
out_signal_shape The shape of the output signal for the operator.
shape The shape of the operator.

Previous topic

compsense.operators.opWavelet

Next topic

compsense.operators.opFoG

This Page