GithubHelp home page GithubHelp logo

runngezhang / amplitude-modulation-analysis-matlab Goto Github PK

View Code? Open in Web Editor NEW

This project forked from musaelab/amplitude-modulation-analysis-matlab

0.0 0.0 0.0 466 KB

Amplitude Modulation Analysis Toolbox for MATLAB / Octave

License: MIT License

MATLAB 100.00%

amplitude-modulation-analysis-matlab's Introduction

Amplitude Modulation Analysis Toolbox

The Amplitude Modulation Analysis Toolbox, for MATLAB / Octave, provides functions to compute and visualize the time-frequency and frequency-frequency domain representations of real signals.

The Toolbox includes a GUI implementation, which facilitates the exploration of the amplitude modulation by allowing changing parameters online.

In summary, the frequency-frequency representation of a signal is computed by performing two transformations:

  1. Time domain (real signal) to time-frequency (spectrogram)
  2. Time-frequency (spectrogram) to frequency-frequency (modulation spectrogram)

diagram Signal processing steps involved in the calculation of the modulation spectrogram from the amplitude spectrogram of signal. The block |abs| indicates the absolute value, and the FT indicates the use of the Fourier transform.

This Toolbox provides two implementations for the time to time-frequency transformation, one based on the short-time FFT (STFFT) and the other on the continuous wavelet transform (CWF) using the Complex Morlet wavelet. The time-frequency to frequency-frequency transformation is carried out with the FFT.

Examples

Besides the functions to compute and visualize the frequency-frequency representation of real signals, example data and scripts are provided.

Example 1: example_01.m

This example shows the usage and the commands accepted by the high level GUI to explore Amplitude Modulation in ECG and EEG data. The GUI can be called with the functions: explore_strfft_am_gui() which uses STFFT, and explore_wavelet_am_gui() based on wavelet transformation. Further details in their use refer to the comments in example_01.m.

stfft STFFT-based amplitude modulation analysis GUI

wavelet CWT-based amplitude modulation analysis GUI

Example 2: example_02.m

This script shows presents the details in the usage of the low level functions to carry on the signal transformations, as well as plotting functions. Refer to the comments in example_02.m

amplitude-modulation-analysis-matlab's People

Contributors

rcassani avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.