Finding a PC Application for Audio Recording & Fourier Analysis

Click For Summary
SUMMARY

The discussion centers on finding a PC application capable of performing audio recording and Fourier analysis, specifically one that provides both frequency spectrum and phase information. Users commonly rely on MATLAB for complex FFT calculations, but its steep learning curve poses challenges for those seeking simpler alternatives. Warren expresses frustration with MATLAB's complexity and requests recommendations for more user-friendly software that can display both amplitude and phase values in an accessible manner.

PREREQUISITES
  • Understanding of Fourier Transform principles
  • Familiarity with audio recording concepts
  • Basic knowledge of MATLAB and its FFT capabilities
  • Experience with digital audio workstation (DAW) software
NEXT STEPS
  • Research user-friendly audio analysis software that provides phase information, such as Audacity or Sonic Visualiser
  • Learn about the implementation of FFT in Python using libraries like NumPy and SciPy
  • Explore MATLAB alternatives for audio analysis, such as Octave or LabVIEW
  • Investigate the use of plugins in DAWs that can display both amplitude and phase information
USEFUL FOR

Audio engineers, sound designers, researchers in acoustics, and anyone interested in performing detailed audio analysis with a focus on phase information.

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
 

Similar threads

Replies
17
Views
5K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 12 ·
Replies
12
Views
2K
  • · Replies 8 ·
Replies
8
Views
15K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
Replies
2
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
Replies
2
Views
2K
  • · Replies 8 ·
Replies
8
Views
4K