Created by Antonio R. Mederos Barrera for the Signals and Systems course in the 2025/26 academic year (Bachelor's Degree in Telecommunications Engineering, School of Telecommunications and Electronics Engineering, University of Las Palmas de Gran Canaria).
As input, it must be specified the function (of x and using numbers), the number of terms to be calculated from the Fourier series, the number of periods of the signal, and whether or not the phase is used for signal reconstruction.
The program sequentially displays, with each new term, the sinusoidal signal that is added to the series, the reconstructed signal alongside the desired signal, and the magnitude and phase of the terms of the Fourier series.
NOTE: The input function can also be implemented piecewise with the piecewise function. For example: piecewise(x < pi, 0, x >= pi, 1), where a step function is described. The first part of the period have the value 0, while the second part of the period is 1.
Requirements: Symbolic Math Toolbox
Date: November 2025
引用格式
Antonio Mederos-Barrera (2025). Fourier Series Application (https://ww2.mathworks.cn/matlabcentral/fileexchange/182583-fourier-series-application), MATLAB Central File Exchange. 检索时间: .
MATLAB 版本兼容性
创建方式
R2022a
兼容任何版本
平台兼容性
Windows macOS Linux标签
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!| 版本 | 已发布 | 发行说明 | |
|---|---|---|---|
| 1.0 |
