I'm looking to identify some peaks in some spectrograph data, and was trying to use the scipy.signal.find_peaks_cwt()
function to do it.
However, the official documentation I've found isn't too descriptive, and tends to pick up false peaks in noise while sometimes not picking up actual peaks in the data.
Could anyone give me a better explanation of the parameters in this function that I can play with, including "widths", or could you show me some alternatives?