Aliasing example

Version 1.0.1 (2.36 KB) by Jitong Ding
This code demonstrates the phenomenon of aliasing by varying the frequency of a sinusoidal signal.
309 Downloads
Updated 19 Mar 2022

View License

This code demonstrates the effect of aliasing by varying the frequency of a sinusoidal signal.
Aliasing concerns the miscalculation of the coefficients of low frequencies and the neglection of high frequency information in a signal, which happens when the sampling rate is too small (no enough sampling points) to capture the high frequency information. In order to avoid aliasing, the sampling rate should be bigger than the Nyquist frequency.
This code has three parts, sampling points will be indicated by blue circles:
(1) Illustration of signal processing before aliasing happens. The example signal (red curve) is in low frequency band so that the number of sampling points is sufficient.
(2) Illustration of the situation when aliasing happens. The number of sampling points is not enough to capture the high frequency signal (red curve). Instead, a low frequency signal (thick yellow line) will be erroneously attained.
(3) Illustration of the case when the sampling rate equals the Nyquist frequency. Correct signal will be calculated only when the sampling points sit at the peaks of the signal.

Cite As

Jitong Ding (2024). Aliasing example (https://www.mathworks.com/matlabcentral/fileexchange/108249-aliasing-example), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2022a
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.0.1

Added a profile image.

1.0.0