blah blah blah is here! blah blah » Close

0
votes
0 answers

insert values in database in image format from double format

how to insert values in a database attribute in image format from double format in a program. trying to add peak data double(X, Y)in a table.

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