Closed joha2 closed 8 years ago
Looks good. Two questions:
show()
within showGraphicalRepresentation commented out? The plt.show()
is commented out because there are two possibilities to plot this matrix: The first by using plt.plot
(which usually interpolates between the different Z values) and the second by using imshow
. Since in imshow
one can control the interpolation and we want to plot a two-dimensional matrix as image I would prefer imshow
. I will add some graphics to a wiki page.
For analysis Zipf's law and a graphical representation might be useful. Maybe some other measures are also useful (Noise spectrum and things like that).