Fourier Frequency Identification

In summary, the conversation is about using Fourier transforms to identify frequencies of complex waveforms and how to interpret the output of a Fourier transform. The speaker recommends using simple trial functions to better understand the relationship between frequency and amplitude in the output.
  • #1
AaronMartin
8
0
I am a high school physics teacher and was thinking of demonstrating to students how frequencies of complex waveforms such as notes of instruments can be identified using a Fourier transform.

I haven't done Fourier transforms for a while and was quickly re-reading about them earlier this evening.

Essentially what I was after is given some data (collected using a data logger and microphone etc) or as an example a series of points generated from t=0 to t=10 in steps of 0.1 of 2 Sin[x + 1] + 2 Sin[3 x] + 2 Sin[4.6 x + 3]. Plotting this in Mathematica gives me a nice looking waveform.

If I then do a Fourier transform on the data produced using Fourier[data], Mathematica produces a Table of complex numbers.

Can someone please help me take these complex numbers and transform them into frequency information?

I attempted to do something like ListLinePlot[Abs[Fourier[data]], PlotRange -> All] but it produced a strange looking Plot which was nothing like I was expecting.

Thanks

Aaron
 
Engineering news on Phys.org
  • #2
I recommend using some simple trial functions, and seeing what you get for a spectrum. Something like sin(2πt), which has a frequency of 1 Hz (for t measured in seconds). See where the non-zero number(s) is/are in the spectrum; this corresponds to an amplitude of 1 at a frequency of 1 Hz.
Also try the function f(t)=1, to see how a 0-Hz (DC) signal is transformed. Keep things simple until you understand how the frequency and amplitude is related to the output. Then you can put more complicated signals in and know what the output signifies.
 
  • #3


Hello Aaron,

Fourier Frequency Identification is a powerful tool in understanding and analyzing complex waveforms. It allows us to break down a complex signal into its individual frequency components, making it easier to identify and study the various frequencies present in the waveform. I think it's great that you want to demonstrate this concept to your students, as it is a fundamental concept in physics and engineering.

To help you with your question, I would suggest looking into the concept of the Fourier Transform. This mathematical operation takes a signal in the time domain (such as your data collected from the microphone) and converts it into the frequency domain. This means that instead of having a plot of amplitude vs. time, you will have a plot of amplitude vs. frequency. This is what you were trying to achieve with your ListLinePlot[Abs[Fourier[data]], PlotRange -> All] command.

However, the reason why the plot did not look as expected is because the Fourier Transform produces a complex-valued output, as you mentioned. This is because the frequency components can have both a magnitude (amplitude) and a phase. To get a better understanding of the frequency components, it would be helpful to plot the magnitude and phase separately. You can do this by using the commands ListLinePlot[Abs[Fourier[data]], PlotRange -> All] and ListLinePlot[Arg[Fourier[data]], PlotRange -> All]. This will give you two plots, one showing the magnitude and the other showing the phase of the frequency components.

To convert the complex numbers into frequency information, you can use the command Abs[Fourier[data]]. This will give you the magnitude of each frequency component, which you can then plot against the corresponding frequency values. The resulting plot will show the frequency spectrum of your signal, with the different peaks representing the different frequencies present in your waveform.

I hope this helps you understand how to use the Fourier Transform to analyze complex waveforms. If you have any further questions, please don't hesitate to ask. Best of luck with your demonstration!
 

1. What is Fourier Frequency Identification?

Fourier Frequency Identification is a mathematical algorithm used to identify the individual frequencies present in a complex signal. It is based on the Fourier transform, which converts a signal from the time domain to the frequency domain.

2. How does Fourier Frequency Identification work?

Fourier Frequency Identification works by breaking down a complex signal into its individual frequencies using the Fourier transform. It then identifies the amplitude and phase of each frequency component, allowing for a more detailed analysis of the signal.

3. What applications is Fourier Frequency Identification commonly used for?

Fourier Frequency Identification has a wide range of applications, including signal processing, image processing, audio and speech analysis, and data compression. It is also commonly used in fields such as physics, engineering, and biology.

4. What are the benefits of using Fourier Frequency Identification over other methods?

Fourier Frequency Identification offers several benefits over other methods of signal analysis. It allows for a more detailed and accurate representation of the frequency components in a signal, making it useful for tasks such as noise reduction and feature extraction. It is also a fast and efficient algorithm, making it suitable for real-time applications.

5. Are there any limitations to using Fourier Frequency Identification?

While Fourier Frequency Identification is a powerful tool, it does have some limitations. It is most effective for signals that are periodic or have a well-defined frequency content. It may not be suitable for signals with sudden changes or irregular patterns, and it can be sensitive to noise and artifacts in the data.

Similar threads

  • Electrical Engineering
Replies
2
Views
1K
  • Calculus and Beyond Homework Help
Replies
6
Views
424
  • Calculus and Beyond Homework Help
Replies
5
Views
351
  • Electrical Engineering
Replies
4
Views
821
  • Electrical Engineering
Replies
2
Views
2K
  • Calculus and Beyond Homework Help
Replies
3
Views
278
Replies
3
Views
545
  • Calculus
Replies
4
Views
1K
  • Electrical Engineering
Replies
31
Views
9K
  • Electrical Engineering
Replies
4
Views
314
Back
Top