ELI5 : Fourier Series

  • #1
Tech2025
48
7
Working on some microwave stuff, read about this but can't understand the explanations online.
 

Answers and Replies

  • #2
sophiecentaur
Science Advisor
Gold Member
27,925
6,391
What's the question?
 
  • #3
Tech2025
48
7
What's the question?
What are Fourier Series in layman's terms ?
 
  • #4
sophiecentaur
Science Advisor
Gold Member
27,925
6,391
What have you found out and read so far?
 
  • #5
Tech2025
48
7
What have you found out and read so far?
Basically what I understand is that it is a method to find different parts of a continuous signal.
 
  • #6
sophiecentaur
Science Advisor
Gold Member
27,925
6,391
Hmm. The Fourier Transform transforms a signal in the time domain (a varying voltage or whatever) into the frequency domain (a set of frequencies). It strictly applies to an infinitely long signal (with no beginning or end) and the resulting frequency domain signal can consist of a continuum of values.
Engineers use a Discrete Fourier Transform and that assumes a repeating g signal which you represent by a fixed number of values in a time window - say a sampled waveform from an electronic organ note. The DFT gives you a set of values of frequencies in that signal and the frequencies are all harmonics of the fundamental note. At its simplest, it would correspond to the draw-bar settings on an old fashioned Hammond Organ which give a particular audio wave form.
The Fast Fourier Transform is just a smart way to speed up the Fourier analysis by always using a number of samples that is a power of 2. i.e. 256 samples or 2048 or as many as you lime, depending on the accuracy you want. Single chips are available that will do that for you.
 
  • #7
Tech2025
48
7
Hmm. The Fourier Transform transforms a signal in the time domain (a varying voltage or whatever) into the frequency domain (a set of frequencies). It strictly applies to an infinitely long signal (with no beginning or end) and the resulting frequency domain signal can consist of a continuum of values.
Engineers use a Discrete Fourier Transform and that assumes a repeating g signal which you represent by a fixed number of values in a time window - say a sampled waveform from an electronic organ note. The DFT gives you a set of values of frequencies in that signal and the frequencies are all harmonics of the fundamental note. At its simplest, it would correspond to the draw-bar settings on an old fashioned Hammond Organ which give a particular audio wave form.
The Fast Fourier Transform is just a smart way to speed up the Fourier analysis by always using a number of samples that is a power of 2. i.e. 256 samples or 2048 or as many as you lime, depending on the accuracy you want. Single chips are available that will do that for you.
Thank you! Finally something that made sense
 
  • #8
sophiecentaur
Science Advisor
Gold Member
27,925
6,391
Thank you! Finally something that made sense
Glad that taster helped. There is a lot more to it, remember. :wink:
 
Top