Help needed for using frequency analysis

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
screamer
Posts: 3
Joined: Wed Jan 04, 2012 4:24 pm
Operating System: Please select

Help needed for using frequency analysis

Post by screamer » Wed Jan 04, 2012 4:36 pm

Hey guys,

I'm need some help to determine the fundamental frequency of the attached graph (i have attached the graph and also the .txt file). The sound being analysed is baby crying. From research topics I found out that the fundamental frequency should be some where around 750-1200 Hz. But I don't know how to read the graph. I would greatly appreciate if someone can point me out to the fundamental frequency of the sound in question.

Thanks
Attachments
spectrum.txt
(6.18 KiB) Downloaded 50 times
Graph.png
Graph.png (47.1 KiB) Viewed 861 times

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

Re: Help needed for using frequency analysis

Post by steve » Wed Jan 04, 2012 5:28 pm

It's probably that big spike on the left.
Change the "Axis" option from "Linear" to "Logarithmic" and you'll be able to see it more clearly.
Then position your mouse over the graph and move the mouse pointer so that it is directly under that big spike - at the bottom of the window there will be a read-out for the actual cursor position, and for the nearest peak. It's the peak that you are interested in.
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)

screamer
Posts: 3
Joined: Wed Jan 04, 2012 4:24 pm
Operating System: Please select

Re: Help needed for using frequency analysis

Post by screamer » Thu Jan 05, 2012 5:55 am

One more question is why is the dbl negative. I know it's a silly question but I don't know. Will it ever be positive?

Thanks

screamer
Posts: 3
Joined: Wed Jan 04, 2012 4:24 pm
Operating System: Please select

Re: Help needed for using frequency analysis

Post by screamer » Thu Jan 05, 2012 6:35 am

How can I manually scale the x-axis of the analysis graph?

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

Re: Help needed for using frequency analysis

Post by steve » Thu Jan 05, 2012 5:31 pm

The x axis is scaled automatically according to the sample rate.

I think that it's been requested previously for manual scaling, but the ability to do so would probably be less useful than it first appears, unless there was a major overhaul of how the tool works. The analysis breaks down the audio into lots of frequency bands. The "Size" parameter determines the number of frequency band and there are half the number of frequency bands as the value set in "Size", so if the FFT size is set to 128 there will be 64 frequency bands. The highest "resolution" is when Size is set to 16384, which produces 8192 frequency bands spaced at something like every 3 Hz for a sample rate of 44.1 kHz. If you stretch the spectrum window to full screen (or larger) you can already see a readout accurate to around 3 Hz, so being able to "zoom in" (re-scale the x-axis) you will not actually gain very much.

For people that require greater accuracy the spectrum plot can be exported as a text file, which produces a table of frequency values (Hz) and their value (dB) which could be extrapolated in a suitable spreadsheet application, but that's only really relevant for people conducting scientific analysis, in which case there are probably better tools than Audacity (such as Praat or Sonic Visualiser)
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)

Locked