From bca28cc34a9c7828efbc4f8bd6f442b5861b6bc6 Mon Sep 17 00:00:00 2001 From: David Date: Sun, 24 Nov 2019 10:06:52 +1030 Subject: [PATCH] docu --- phasenn_test9c.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/phasenn_test9c.py b/phasenn_test9c.py index 5623d5e..d016db7 100755 --- a/phasenn_test9c.py +++ b/phasenn_test9c.py @@ -1,5 +1,5 @@ #!/usr/bin/python3 -# phasenn_test9.py +# phasenn_test9c.py # # David Rowe Nov 2019 @@ -7,7 +7,7 @@ # # periodic impulse train Wo at time offset n0 -> 2nd order system -> discrete phase specta -> NN -> n0 # -# This version ysues regular DSP rather than a NN +# This version uses regular DSP rather than a NN to estimate n0 import numpy as np import sys