Scale reading uncertainty? please help

This section is now closed.
Forum rules
Audacity 1.3.x is now obsolete. Please use the current Audacity 2.1.x version.

The final version of Audacity for Windows 98/ME is the legacy 2.0.0 version.
Locked
steed of the man
Posts: 3
Joined: Tue Dec 06, 2011 8:24 am
Operating System: Please select

Scale reading uncertainty? please help

Post by steed of the man » Tue Dec 06, 2011 8:32 am

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?

steve
Site Admin
Posts: 80752
Joined: Sat Dec 01, 2007 11:43 am
Operating System: Linux *buntu

Re: Scale reading uncertainty? please help

Post by steve » Tue Dec 06, 2011 4:54 pm

Which frequency analyser?
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)

steed of the man
Posts: 3
Joined: Tue Dec 06, 2011 8:24 am
Operating System: Please select

Re: Scale reading uncertainty? please help

Post by steed of the man » Tue Dec 06, 2011 6:57 pm

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 :)

steve
Site Admin
Posts: 80752
Joined: Sat Dec 01, 2007 11:43 am
Operating System: Linux *buntu

Re: Scale reading uncertainty? please help

Post by steve » Tue Dec 06, 2011 9:08 pm

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 :)
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)

steed of the man
Posts: 3
Joined: Tue Dec 06, 2011 8:24 am
Operating System: Please select

Re: Scale reading uncertainty? please help

Post by steed of the man » Tue Dec 06, 2011 11:34 pm

Thanks, that helps alot :D

Locked