minor change.

This commit is contained in:
David
2020-12-22 08:55:20 -05:00
parent b3c71f5612
commit 8493b03ef8

View File

@@ -170,7 +170,7 @@ if __name__ == "__main__":
n = n + 1
bpm = numpy.median(bpms)
print("Completed. Estimated Beats Per Minute:", bpm)
print("Completed! Estimated Beats Per Minute:", bpm)
n = range(0, len(correl))
plt.plot(n, abs(correl))