Skip to content

Commit

Permalink
removed symbols in console prints
Browse files Browse the repository at this point in the history
  • Loading branch information
Félix Boisselier committed Oct 28, 2023
1 parent a03a3c2 commit d093026
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion K-ShakeTune/scripts/graph_shaper.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def calibrate_shaper_with_damping(datas, max_smoothing):
fr, zeta = compute_damping_ratio(psd, freqs)

print("Recommended shaper is %s @ %.1f Hz" % (shaper.name, shaper.freq))
print("Axis has a resonant frequency ω0=%.1fHz with an estimated damping ratio ζ=%.3f" % (fr, zeta))
print("Axis has a main resonant frequency at %.1fHz with an estimated damping ratio of %.3f" % (fr, zeta))

return shaper.name, all_shapers, calibration_data, fr, zeta

Expand Down

0 comments on commit d093026

Please sign in to comment.