improve example
This commit is contained in:
parent
7e983e0a64
commit
90966bd533
@ -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
|
||||
entry in the matrix with a moving average
|
||||
"""
|
||||
global historical
|
||||
global sample_position
|
||||
|
||||
historical[sample_position] = sample
|
||||
|
||||
Loading…
Reference in New Issue
Block a user