master
David 2019-11-24 10:06:52 +10:30
parent a3d92a4d29
commit bca28cc34a
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
#!/usr/bin/python3 #!/usr/bin/python3
# phasenn_test9.py # phasenn_test9c.py
# #
# David Rowe Nov 2019 # David Rowe Nov 2019
@ -7,7 +7,7 @@
# #
# periodic impulse train Wo at time offset n0 -> 2nd order system -> discrete phase specta -> NN -> n0 # 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 numpy as np
import sys import sys