X
PrevPrev Go to previous topic
NextNext Go to next topic
Last Post 19 Jan 2016 05:01 PM by  anon
Finding Maximum in noisy function.
 1 Replies
Sort:
You are not authorized to post a reply.
Author Messages

anon



Basic Member


Posts:143
Basic Member


--
19 Jan 2016 05:01 PM
    A user has a data set and wants to find the maximum. This user has asked if IDL has a routine that does this.

    Deleted User



    Basic Member


    Posts:143
    Basic Member


    --
    19 Jan 2016 05:10 PM
    In this situation, I think you must first try to remove the noise from the data and then find the maximum. The SMOOTH and CONVOL routines are examples of IDL routines that can be used to perform simple noise removal: http://www.exelisvis.com/docs/SMOOTH.html http://www.exelisvis.com/docs/CONVOL.html After that the noise has been removed, you can use the MAX function to find the maximum value in the data: http://www.exelisvis.com/docs/MAX.html David Starbuck -Harris GS
    You are not authorized to post a reply.