I am new to python and was just wondering if someone could explain to me the difference between using np.amax
and np.max
.
I am trying to pull out the maximum frequency value from a spectrogram (the frequency axis being 1) and I am struggling to understand which code I should use and I don't really see the differences from the help info.
I would really appreciate any tips you could give me. Thanks