pull/14/head
Ewald de Wit 2022-09-12 13:21:09 +02:00
rodzic b6f629a4c4
commit ff11f8da3a
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -69,7 +69,7 @@ class Analyzer:
def findMatch(self, recording: np.ndarray) -> bool:
"""
Use correlation to find a match of the chirp in the recording.
If found, return True and store the system respons as ``y``.
If found, return True and store the system response as ``y``.
"""
self.time = recording.size / self.rate
if recording.size >= self.x.size: