Thread: Performing Correlation

  1. #1
    Registered User
    Join Date
    Jan 2006
    Posts
    2

    Performing Correlation

    Hi, I am a beginner C Programmer and I am having some difficulty coming up with an algorithm that performs the Normalized Correlation of two arrays. If anyone has any suggestions, I would greatly appreciate it!!

  2. #2
    Registered User
    Join Date
    Jun 2005
    Posts
    6,815
    This which was the first link listed when I googled for "normalised correlation array" is a pretty comprehensive discussion.....

  3. #3
    Frequently Quite Prolix dwks's Avatar
    Join Date
    Apr 2005
    Location
    Canada
    Posts
    8,057
    If you googled for "normalised correlation array", I'm surprised you got what you wanted . . . .
    dwk

    Seek and ye shall find. quaere et invenies.

    "Simplicity does not precede complexity, but follows it." -- Alan Perlis
    "Testing can only prove the presence of bugs, not their absence." -- Edsger Dijkstra
    "The only real mistake is the one from which we learn nothing." -- John Powell


    Other boards: DaniWeb, TPS
    Unofficial Wiki FAQ: cpwiki.sf.net

    My website: http://dwks.theprogrammingsite.com/
    Projects: codeform, xuni, atlantis, nort, etc.

  4. #4
    Registered User
    Join Date
    Jun 2005
    Posts
    6,815
    Quote Originally Posted by dwks
    If you googled for "normalised correlation array", I'm surprised you got what you wanted . . . .
    That's because the english you speak is diluted

    If you look at the link, it would probably not have shown up in results of a search using americanised spelling.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Floating point error when performing division
    By kezman in forum C Programming
    Replies: 3
    Last Post: 06-22-2009, 11:08 AM
  2. SQLite not performing update
    By OnionKnight in forum C Programming
    Replies: 0
    Last Post: 01-21-2009, 04:21 PM
  3. Performing File operations using File Inode number
    By rak1986 in forum C Programming
    Replies: 4
    Last Post: 09-22-2008, 02:43 AM
  4. Code executing during compilation, performing registration?
    By Robert602 in forum Windows Programming
    Replies: 1
    Last Post: 04-05-2004, 01:38 PM
  5. Replies: 3
    Last Post: 03-23-2002, 04:20 PM