Finding peaks and determining noise - MathOverflow most recent 30 from http://mathoverflow.net2013-05-23T17:45:11Zhttp://mathoverflow.net/feeds/question/100123http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://mathoverflow.net/questions/100123/finding-peaks-and-determining-noiseFinding peaks and determining noiseviktor.radovic2012-06-20T12:03:32Z2012-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>