Skip to content
Snippets Groups Projects
Commit 7294422b authored by Eric Kooistra's avatar Eric Kooistra
Browse files

Correct name.

parent da613cc0
No related branches found
No related tags found
No related merge requests found
Pipeline #36466 passed
......@@ -35,10 +35,10 @@ import matplotlib
matplotlib.use('tkagg') # to make X11 forwarding work
import matplotlib.pylab as plt
"""Try histogram
"""Try rounding
Usage:
> python try_histogram.py -h
> python try_round.py -h
"""
......@@ -50,7 +50,7 @@ import common as cm
figNr = 1
# Parse arguments to derive user parameters
_parser = argparse.ArgumentParser('try_histogram')
_parser = argparse.ArgumentParser('try_round')
_parser.add_argument('-N', default=1024, type=int, help='Number of points of FFT')
_parser.add_argument('-w', default=8, type=int, help='Total number of bits')
_parser.add_argument('-f', default=0, type=int, help='Number of bits of fraction that gets rounded')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment