Is there any way to export data to a text file as both a function of frequency and time? I would like to do some analysis with a different program, and would like to do it for different frequencies.
If this is way too vague, I'm sorry. This is my first post to this forum and I'll happily elaborate if need be.
Exporting Data to a Text File
Forum rules
Audacity 1.3.x is now obsolete. Please use the current Audacity 2.1.x version.
Mac 0S X 10.3 and earlier are no longer supported but you can download legacy versions of Audacity for those systems HERE.
Audacity 1.3.x is now obsolete. Please use the current Audacity 2.1.x version.
Mac 0S X 10.3 and earlier are no longer supported but you can download legacy versions of Audacity for those systems HERE.
Re: Exporting Data to a Text File
Yes that's a bit vague 
What's the details of the job?
What's the details of the job?
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)
Re: Exporting Data to a Text File
Thanks for the quick response.
I'm using Audacity to analyze the sound of a starter pistol shot in two different rooms for a class I'm teaching on acoustics. I'd like to use a separate program (something called ROOT developed at CERN) to analyze the reverb time for different frequencies.
Of course, if there is an easy way to do it in Audacity, then please let me know!
I'm using Audacity to analyze the sound of a starter pistol shot in two different rooms for a class I'm teaching on acoustics. I'd like to use a separate program (something called ROOT developed at CERN) to analyze the reverb time for different frequencies.
Of course, if there is an easy way to do it in Audacity, then please let me know!
Re: Exporting Data to a Text File
The easiest way that I can think of would be to make multiple copies of the recording and apply a narrow band-pass filter to each copy.
I'm not sure if there's ready made plug-in for band pass filtering, but if not you can create the same effect by applying a high-pass filter at the lower cut-off frequency and a low-pass filter at the upper cut-off.
There's an experimental plug-in in this topic that will print out sample values to a file. http://forum.audacityteam.org/viewtopic ... 42&t=34365
I'm not sure if there's ready made plug-in for band pass filtering, but if not you can create the same effect by applying a high-pass filter at the lower cut-off frequency and a low-pass filter at the upper cut-off.
There's an experimental plug-in in this topic that will print out sample values to a file. http://forum.audacityteam.org/viewtopic ... 42&t=34365
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)
Re: Exporting Data to a Text File
Thanks. That should work. I'm going to try it out.