improve example

This commit is contained in:
Christos Falas 2025-05-16 01:11:22 +01:00
parent 7e983e0a64
commit 90966bd533
No known key found for this signature in database

View File

@ -58,7 +58,6 @@ def _(sample: npt.NDArray[np.complex64]) -> None:
It is used to detect changes in the environment caused by motion, by comparing each It is used to detect changes in the environment caused by motion, by comparing each
entry in the matrix with a moving average entry in the matrix with a moving average
""" """
global historical
global sample_position global sample_position
historical[sample_position] = sample historical[sample_position] = sample