1 / 13

Goals For This Class

Goals For This Class. Quickly review of the main results from last class Convolution and Cross-correlation Discrete Fourier Analysis: Important Considerations Some examples: How to do Fourier Analysis (IDL, MATLAB) Windowed Fourier Transforms and Wavelets Tapering Coherency.

lobo
Download Presentation

Goals For This Class

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Goals For This Class • Quickly review of the main results from last class • Convolution and Cross-correlation • Discrete Fourier Analysis: Important Considerations • Some examples: How to do Fourier Analysis (IDL, MATLAB) • Windowed Fourier Transforms and Wavelets • Tapering • Coherency

  2. From Last Class….. Fourier Transform (Spectral Analysis) Time (Space) Domain Frequency Domain Fourier Transform: Inverse Fourier Transform: The Fourier transform decomposes a function into a continuous spectrum of its frequency components (using sine and cosine functions), and the inverse transform synthesizes a function from its spectrum of frequency components

  3. Frequency Vs Time (Space Domain) A time domain graph shows how a signal changes over time. A frequency domain graph shows how much of the signal lies within each given frequency band over a range of frequencies. A frequency domain representation can also include information on the phase shift that must be applied to each sinusoid in order to be able to recombine the frequency components to recover the original time signal.

  4. Important Properties to remember Fourier Transform is a special case of Integral Transforms Kernel Function An integral transform "maps" an equation from its original "domain" to a different one. Parseval’s Theorem Fourier Transform conserves variance!! Spectral Estimation Complex Conjugate

  5. Convolution is defined as The convolution of two functions Books also use… Convolution: expresses the amount of overlap of one function as it is shifted over another function. A convolution is a kind of very general moving average (weighted).

  6. Convolution: Properties Derivation:

  7. Cross-Correlation The cross-correlation of two functions is defined as Relationship Between Convolution And Cross-Correlation In General if Spectral density

  8. Discrete Fourier Transform In this case we do not have a continuous function but a time series. Time series: Sequence of data points, measured typically at successive times, separated by time intervals (often uniform). Sampling Interval DFT IDFT

  9. Discrete Fourier Transform: Properties Fourier Transform of a real sequence of numbers results in a sequence of complex numbers of the same length. is real is real and If Parseval’s Theorem Nyquist Frequency: In order to recover all Fourier components of a periodic waveform (band-limited), it is necessary to use a sampling rate at least twice the highest waveform frequency. This implies that the Nyquist frequency is the highest frequency that can be resolved at a given sampling rate in a DFT Nyquist Freq. Sampling rate Similarly… Lowest Frequency?

  10. Aliasing Aliasing is an effect that causes different continuous signals to become indistinguishable when sampled. Good example to do in MatLab or IDL!! Classic Example: Wagon wheels in old western movies

  11. Leakage Allow frequency components that are not present in the original waveform to “leak” into the DFT. Spectral leakage appears due to the finite length of the time series (non integer number of periods, discontinuities, sampling is not and integer multiple of the period). How to handle this? Tapering

  12. How-To (see the code) Matlab? IDL?

More Related