stf_operator¶
-
static
OperationNamespace.
stf_operator
(signal, operator)¶ Creates a constant operator multiplied by a sampleable signal.
- Parameters
signal (Stf) – A sampleable function representing the signal \(a(t)\) or a batch of sampleable functions.
operator (np.ndarray) – The operator \(A\). It must have two equal dimensions.
- Returns
The sampleable operator \(a(t)A\) (or batch of sampleable operators, if you provide a batch of signals).
- Return type