Finding peaks and determining noise - MathOverflow most recent 30 from http://mathoverflow.net 2013-05-23T17:45:11Z http://mathoverflow.net/feeds/question/100123 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://mathoverflow.net/questions/100123/finding-peaks-and-determining-noise Finding peaks and determining noise viktor.radovic 2012-06-20T12:03:32Z 2012-06-21T09:06:14Z <p>Hello , Im having one matrix which is product of two FFT transforms of one fits image ( astronomical image ). In that matrix you could find 3 peaks. One largest in center, and two around central peak. Main problem is determining those peaks. I could find central ( largest ) peak by searching for max value in matrix. But, when i want to find out size of central peak i`m having problem due to noise. Im not sure where noise begin and where peak end. So, my question is how to find noise value? And when i find it, peaks will be above that value. </p>