bs-spectrum is a simple FFT spectrum analyzer application. This application calculates FFT (Fast Fourier Transform) of the sound which is recorded by the iPad & iPhone's internal mic. The calculated data is displayed as graph.
It is the Y-axis which shows vibration amplitude is logarithmic NOT the frequency axis. VdB = 20.Log10 (V/(10E-8=). Put ips value for V and there you have logarithms. Using X-axis in logarithms is not used in industrial vibration analysis. Logarithm is to base 10 and NOT to base "e".)
Very nice, dude. If you don't mind, I'm also making a spectrum analyzer, and I have everything working, I'm just wondering how you rearranged the frequency axis logaritmically. Did you skip values from your array according to a log function, and then compressed the bins together?
It is the Y-axis which shows vibration amplitude is logarithmic NOT the frequency axis. VdB = 20.Log10 (V/(10E-8=). Put ips value for V and there you have logarithms. Using X-axis in logarithms is not used in industrial vibration analysis. Logarithm is to base 10 and NOT to base "e".)
ibrahimhcaglayan 4 months ago
Very nice, dude. If you don't mind, I'm also making a spectrum analyzer, and I have everything working, I'm just wondering how you rearranged the frequency axis logaritmically. Did you skip values from your array according to a log function, and then compressed the bins together?
Thanks.
metabog 1 year ago