I'm working on the mathematically modeled piano synthesizer. Right now I'm using modal based approach, where the sound is formed by a sum of exponentially decaying sinusoids (harmonics).

Right now I can calculate frequencies of sinusoids (taking inharmonicity into account, of course). For initial amplitude values I'm using data obtained from a real piano samples, since it is just easier right now. I don't care about phases just jet.

My main concern is decay rate. To simulate beating and two stage decay I use 2 or 3 exponents of about the same frequency (depending on the number of strings for a particular note).

For a case of 3 strings theory suggests that one of the exponents will decay faster and two will decay at about the same rate, but due to slight difference in frequencies they will produce beating.

This method is described in the literature, but no algorithm is given to obtain actual values.

At the moment I use simple formulas that I've created myself and they are not based on any physics at all, but produce decent sound after a lot of trial and error.

My question is: is there a method to calculate those decay rates based on a more physical approach?

Key moment - method should produce values for the decay rates before synthesis itself occurs, so methods based on building system with feedback that reproduce this behavior won't work for me.

link|improve this question
if i'm understanding your problem correctly: you would ('simply') synthesise a strike which hammered multiple (modeled) strings - each of which would be just barely out of tune relative to each other (like a real piano). so... rather than attempting to model the product of 3 strings (in all of its complexity), just model each string and combine the results. – Justin Nov 15 '11 at 17:09
It won't work. 3 "strings" with the same decay rate summed together won't give two-stage decay. That's not how physics works here, strings are coupled in a very complex manner. So I either need an insight on how to build appropriate mathematical model of coupled strings or just the result of calculations using this model. – ataradov Nov 15 '11 at 19:17
ok - i'm not familiar with the theory/lit you mentioned. i just thought i'd point out that the effect is perceived (in part) due to summation of the sounds at different frequencies, and how they cancel/strengthen each other. good luck - interesting subject. – Justin Nov 15 '11 at 22:29
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.