blah blah blah is here! blah blah » Close

1
votes
11 answers

Peak detection in C#

assume that I have my XY-values stored in a file XY.txt, with the first column being the X-values and the second column being the Y-values, I would like to detect those peaks (postive and negative) from the file. I would like to store those ...

Feedback