I need to find peaks of the vector of numbers. Do you know C++/C library where I can find function like that? Or could you recommend me some known function?
I need find local maximums (peaks). Not only a max value of the vector.
I need to find peaks of the vector of numbers. Do you know C++/C library where I can find function like that? Or could you recommend me some known function?
I need find local maximums (peaks). Not only a max value of the vector.