Page 1 of 1

Octave width

Posted: Mon Dec 01, 2014 5:58 am
by Jowilk
Hi, love NeutronMP. My question is how do you use octave width. If I use 2 octaves width at 1000hz , is it 1octave width above and below 1000hz or 2 octaves width above and below 1000hz? Thanks.

Re: Octave width

Posted: Thu Dec 04, 2014 12:06 am
by TYA
Firstly get 2^octa.
In your ex. octa=2
2^2=4.
Then get sqrt (2^octa).
You got sqrt=sqrt(4)=2.
Last, find f1, f2.
f1 = f0/sqrt =1000/2 = 500, Hz
f2 = f0*sqrt = 2000Hz.

More ex.ImageImage

Re: Octave width

Posted: Mon Dec 08, 2014 2:40 am
by Jowilk
Thanks for the response and the education. I greatly appreciate it.