Python Forum
scipy.signal.find_peak VS Matlab's findpeaks function
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
scipy.signal.find_peak VS Matlab's findpeaks function
#3
(Sep-15-2020, 11:36 AM)buran Wrote: Comparing the output - Matlab identify some peaks that python did not and vice verse

Yes, that's pretty apparent.

The question is why this happens and how can I get the same behavior of Matlab's peak finder function.

If I change the input variable "data" with another one I have, I get the same results of Matlab. This "data" array though gives different results. I can't figure out why. If it behaves different it should do so everytime, not based on the input "data" variable I feed into it.
Reply


Messages In This Thread
RE: scipy.signal.find_peak VS Matlab's findpeaks function - by claw91 - Sep-15-2020, 12:27 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  scipy.signal findpeaks claw91 10 7,227 Sep-15-2020, 10:48 AM
Last Post: buran
  Is there similar function to lsqnonlin (in matlab) in python? Jay_Nerella 1 5,948 Nov-11-2019, 08:40 AM
Last Post: feli_x

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020