Finding a PC Application for Audio Recording & Fourier Analysis

AI Thread Summary
The discussion centers on the search for a PC application that can perform a Fourier transform on audio recordings and provide both frequency spectrum and phase information. While MATLAB is mentioned as a powerful tool capable of computing the complex FFT, its complexity and steep learning curve are highlighted as drawbacks for users seeking simpler solutions. The user expresses frustration with MATLAB's intricacies, noting that many existing programs focus primarily on frequency magnitude, neglecting phase information, which is less commonly needed in audio analysis. The ideal application would offer an intuitive interface similar to a digital audio workstation's spectrum analyzer, allowing users to easily view both amplitude and phase values. The conversation emphasizes the need for user-friendly software that balances functionality with ease of use for obtaining detailed audio analysis.
max_planck735
Messages
5
Reaction score
0
Can anyone recommend an application for PC that can take an audio recording, perform a Fourier transform, and return the audio recordings' frequency spectrum AND phase information?

I can find plenty of programs that return the frequency spectrum, but I've had no luck finding one that returns info about the phase of the sinusoidal components. Thanks!
 
Computer science news on Phys.org
You can use software like MATLAB to compute the complex FFT. Most people aren't concerned about the phase information, since the ear can't distinguish phase, so most programs plot the magnitude of the complex FFT.

- Warren
 
Thanks a lot for the info.

I've been learning to use MATLAB for the past couple days in order to get the phase information, and I have to say that it's like using a chainsaw to cut a twig... which wouldn't be a problem, except for the fact that with increasing power of an application such as matlab, comes an increasing learning curve. I'm really pulling my hair out... I understand that MATLAB is very versatile and powerful and therefore complicated to use, but I know that the phase information is not too computationally difficult to obtain. Can anyone recommend any simpler program that I can use to compute a FFT of an audio file, and provide phase information?

To be more specific: In the digital audio workstation software that I use, I can simply select an audio file, select the option "Spectrum analyzer", and a spectrum will appear. I can then move my mouse pointer over the spectrum, and an icon will trace the amplitude of the signal at the frequency position that my mouse is at. The amplitude at the current mouse position is displayed numerically above the graph.

For my purposes, the simplicity and ease of use of this analyzer is ideal.. if only it would display the phase values AND the amplitude values. Does anyone know of an application that can do it like this, or with similar ease of use?
 
Last edited:
If I'm not mistaken, the basic 'fft' command in MATLAB returns the complex FFT, which contains the phase information.

- Warren
 
Well, the date has now passed, and Windows 10 is no longer supported. Hopefully, the readers of this forum have done one of the many ways this issue can be handled. If not, do a YouTube search and a smorgasbord of solutions will be returned. What I want to mention is that I chose to use a debloated Windows from a debloater. There are many available options, e.g., Chris Titus Utilities (I used a product called Velotic, which also features AI to prevent your computer from overheating etc...
I've been having problems for the past few weeks with the display on my Dell computer. I bought the computer new back in 2019 or so, which makes it about 6 years old. My monitor is a 27" HP monitor that I bought for another computer (an HP Pavilion), recently demised, back in about 2012 or 2013. As far as I can tell, the computer, which is running a 10-core Xeon Scalable processor, is functioning as it should. The first symptom was that the screen would go dark, which I would attempt to...
Back
Top