Here is my FFT result.
Whole spectrum graph
There are so many noisy points, and I want to get a simple envelop line of the result.
I have used the find_peaks function, but it was not working well.
peaks2, _ = find_peaks(Xk1_shift, prominence= 10**5)
Could you give me some advise?