Re: [music-dsp] scripted dynamics compression

2014-07-16 Thread Theo Verelst
robert bristow-johnson wrote: ... { x x - x0 < -4b/(1-r) { f(x) = { x - b*(1 + (1-r)/(4b)*(x-x0))^2|x - x0| < 4b/(1-r) { { x0 + r*(x-x0) x - x0 > 4b/(1-r) ... Always inte

Re: [music-dsp] scripted dynamics compression

2014-07-16 Thread robert bristow-johnson
On 7/15/14 7:13 PM, zhiguang e zhang wrote: Another one here interested in how the knee was implemented. On 7/15/14 7:59 PM, Jihad Ibrahim wrote: The knee width in the DSP System Toolbox Dynamic Range Compressor is based on the following reference (available online): 'Digital Dynamic Range Com

Re: [music-dsp] Instant frequency recognition

2014-07-16 Thread Olli Niemitalo
Not sure if this is related, but there appears to be something called "chromatic derivatives": http://www.cse.unsw.edu.au/~ignjat/diff/ -olli On Wed, Jul 16, 2014 at 2:13 PM, Olli Niemitalo wrote: > I see, so the limiting case that turns the inequality to an equality > is a sinusoid (or a corr

Re: [music-dsp] Instant frequency recognition

2014-07-16 Thread Olli Niemitalo
I see, so the limiting case that turns the inequality to an equality is a sinusoid (or a corresponding complex exponential). If the signal is band-limited, it must be a bounded sum of those, and the derivatives must thus also be bounded sums of derivatives of those, and your criterion will be satis

Re: [music-dsp] Instant frequency recognition

2014-07-16 Thread Vadim Zavalishin
On 16-Jul-14 12:31, Olli Niemitalo wrote: What does "O(B^N)" mean? -olli This is the so called "big O" notation. f^(N)(t)=O(B^N) means (for a fixed t) that there is K such that |f^(N)(t)|where f^(N) is the Nth derivative. Intuitively, "f^(N)(t) doesn't grow faster than B^N" Regards, Vadim

Re: [music-dsp] Instant frequency recognition

2014-07-16 Thread Olli Niemitalo
What does "O(B^N)" mean? -olli On Thu, Jul 10, 2014 at 4:02 PM, Vadim Zavalishin wrote: > Hi all, > > a recent question to the list regarding the frequency analysis and my recent > posts concerning the BLEP led me to an idea, concerning the theoretical > possibility of instant recognition of t