Week 2 SCM (Fourier series) Flashcards
what is a series estimate for constants and how does this relate to fourier series?
- Some constants can be expressed as a series of other numbers, with the estimation getting more accurate the more terms in the series
- The same can apply. Any periodic function can be approximated as an infinite series of trigonometric functions
- For example, you can create a square wave by adding lots of different sine functions of different frequencies
- You can also create a triangular wave with a function using the sum of sine waves
what are 3 functions that are used in common fourier series?
Bo = Constant/DC An= Odd coefficient (sine) Bn= Even Coefficient (cos)
Any repeating function can be deconstructed into these three terms
What is the difference between the time domain and the frequency domain?
A time domain graph displays the changes in signal over a span of time
A frequency domain graph displays how much of the signal exists within a given frequency band concerning a range of frequencies
You can convert between the two domains using Fourier series
what does the fast fourier transform do?
It changes the domain of a signal from time to frequency
why is fourier transform important?
- Signals are easier to break down and visualise in the fourier (frequency) domain than in the time domain
- In music it can be used to deconstruct the bass line from the higher pitches, or to separate different vocals
What is the frequency of a fourier series?
The frequency is determined by the period (T) of the function that is considered
The lowest frequency (base) in the series is 1/T. The rest of the frequencies (harmonic frequencies) are multitudes of this lowest frequency e.g 2/T , 3/T, 4/T. However, this does not nessercarily imply that each of these frequencies are actually present in the series.
What is Fourier tranform VS. inverse fourier transform?
FOURIER TRANSFORM:
from the function/signal to the sum of trigonometric functions
INVERSE FOURIER TRANSFORM:
from the sum of trigonometric functions to the function/signal
in what situations would only sines be needed to represent the signal and in what situation would only cosines be needed to represent the signal?
- If the signal is symmetric around time 0 only cosines are needed to represent the signal
- If the signal is antisymmetric around 0 only antisines are needed to represent the signal
Is the fourier transform to be used on periodic or non periodic signals?
The fourier transform can be used on non-periodic signals
In this sense we can think of the fourier transform as a generalization of the fourier series
This is good because in the real world signals are hardly ever periodic
However, the fourier transform can only be applied when the signal can be expressed as a function. This is rarely the case for real world signals. To obtain the frequency content of sampled signals we use the discrete fourier transform
When would we use the discrete fourier transform and fast fourier transform
- The fourier transform can only be used when the signal can be expressed as a function
- When the signal isnt expressed as a function we use the discrete fourier transform
- This obtains the frequency content from sampled signals
- So it changes from the time domain into the frequency domain
- When calculating this on a computer we could use the fast fourier transform. To be fast, most implementations assume that the signal length is a power of 2. If this is the case, the fast fourier transform will return exactly the same value as the discrete fourier transform. If it is not the case, the algorithm will add values to the signal until its length has become the next power of two (zero padding)
What would sine/cosine coefficients of zero mean
A sine or cosine coefficient of zero implies that the frequency is not present in the signal
What is the fourier spectrum and what are its two parts?
The graph plotted between the fourier coefficients of a periodic function ( x(t) ) and the frequency
It has two parts:
- The amplitutde spectrum which is the plot of amplitude of fourier coefficients versus frequency
- The phase spectrum which is the plot of the phase of fourier coefficients versus frequency
- The amplitude spectrum and the phase spectrum together are known as the fourier frequency spectra of the periodic signal.
- This type of representation is known as the frequency domain representation
How many coefficients for each frequency are shown on the fourier spectrum frequency domain
There are two for each frequency, one for the sine and one for the cosine
If one of the coefficients is zero it means that the related frequency is not in the spectrum
what is the x and y axis of a fourier frequency spectra
on the horizonal axis is the frequency
A form of the coefficients for each frequency is set out vertically
- for a power spectrum the sum of the squared coefficients is displayed
- for an amplitude spectrum the square root of all the values on the power spectrum is displayed
how would longer and shorter periods of a periodic signal be shown on the frequency domain spectra?
longer periods have lower frequency, and so are shown closer to zero on the left of the horizontal axis
shorter periods have higher frequency and so are shown as higher numbers to the right of the horizontal axis