Page 1 of 1
Scale reading uncertainty? please help
Posted: Tue Dec 06, 2011 8:32 am
by steed of the man
Hi everyone,
I'm currently using the audacity 1.3 Beta for my advanced higher physics project. I need to know the scale reading uncertainty and calibration uncertainty of the frequency analyser within audacity.
Can anyone help?
Re: Scale reading uncertainty? please help
Posted: Tue Dec 06, 2011 4:54 pm
by steve
Which frequency analyser?
Re: Scale reading uncertainty? please help
Posted: Tue Dec 06, 2011 6:57 pm
by steed of the man
The way I get to it is:
analyse -> plot spectrum
the algorithm is on spectrum, function is hanning window, size 2048 and axis is on log frequency.
Hope that helps

Re: Scale reading uncertainty? please help
Posted: Tue Dec 06, 2011 9:08 pm
by steve
Plot Spectrum uses FFT analysis to measure the frequency content.
The audio data is split into frequency bands and then the "amount" in each band is measured.
The number of bands, hence the frequency resolution, is set by the FFT "size". For a Size of 2048 the full spectrum is divided into 1024 frequency bands, so that's about 20 Hz per band. At the maximum size (16384) there are 8192 frequency bands (number of bands = size/2) so that's a little less than 3 Hz per band. The graphic display is extrapolated from the FFT data. The vertical dB scale is normalized so that a 0 dB sine wave will show as 0 dB on the vertical scale.
You can also access the raw data as a text file by using the Export function.
Hope that helps

Re: Scale reading uncertainty? please help
Posted: Tue Dec 06, 2011 11:34 pm
by steed of the man
Thanks, that helps alot
