Consulting

Results 1 to 7 of 7

Thread: Perdictive Pattern matching algorithm

  1. #1

    Perdictive Pattern matching algorithm

    is it possible to implement the predicative pattern matching algorithm in the exel vba? For example i need to generate the Random patterns based on the some patterns i have entered is it possible?

  2. #2
    Moderator VBAX Wizard Aussiebear's Avatar
    Joined
    Dec 2005
    Location
    Queensland
    Posts
    5,059
    Location
    How many rules make up the selection criteria to develop the "predictive" algorithm?
    Remember To Do the Following....
    Use [Code].... [/Code] tags when posting code to the thread.
    Mark your thread as Solved if satisfied by using the Thread Tools options.
    If posting the same issue to another forum please show the link

  3. #3
    I am afraid that i have no set of the rules...... rather then set of the patterns which i can feed in the system By that i want to make random new patterns which closely follow the old pattern set.

  4. #4
    Moderator VBAX Wizard Aussiebear's Avatar
    Joined
    Dec 2005
    Location
    Queensland
    Posts
    5,059
    Location
    Quote Originally Posted by jignesh142 View Post
    By that i want to make random new patterns which closely follow the old pattern set.
    Therein lies the exact point that I'm trying to make. The old pattern has some sort of characteristics that the new pattern needs to follow.
    Remember To Do the Following....
    Use [Code].... [/Code] tags when posting code to the thread.
    Mark your thread as Solved if satisfied by using the Thread Tools options.
    If posting the same issue to another forum please show the link

  5. #5
    Now let me to explain this in details. Basically i want to built some musical program in excel. In Indian music there is a Raga system which i can say as scale in the western music. Every raga has some sort of the phrases or patterns which i can say that they are developed on the individuals experience in the raga. Now i can define the rules for that but that will be too many and also when you change the Raga, the rules are changed. So i was in thinking of developing such algorithm in excel that will see the feed patterns and Generate some random patterns to practice. If we go by the rules then the Main Criteria is the if i say that i have generated first note as "N" then the "N+1" th note will be conditional form "N" If i say that i can always compare the randomly generated not with its previous note and then apply the rules to check whether this note possible or not then this will be OK. If rule is broken by random note then it should again generate random note and then compare with previous one This is something difficult task and therefore i was thinking to develop some system which matches the existing feed notes.

  6. #6
    Is there any idea?

  7. #7
    Moderator VBAX Wizard Aussiebear's Avatar
    Joined
    Dec 2005
    Location
    Queensland
    Posts
    5,059
    Location
    Sorry, but most people don't use Excel or VBA to create predictive algorithm for music let alone for raga music. You might be better off talking to persons within the music industry about how they might go about it.
    Remember To Do the Following....
    Use [Code].... [/Code] tags when posting code to the thread.
    Mark your thread as Solved if satisfied by using the Thread Tools options.
    If posting the same issue to another forum please show the link

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •