Fourier Series of Exponential Function e^(-x)

Fourier Series (FS) of function e^(-x) over the interval (0,2pi) .
194 Downloads
Updated 30 Jul 2016

View License

Fourier Series (FS) of function e^(-x) over the interval (0,2pi). This program is similar to Matlab Demo of Square wave from Sine waves.
It plots error between e^(-x) and the first 40 terms FS. This error arises due to approximation (41 to inf terms neglected)

Cite As

Vishakha Patel (2024). Fourier Series of Exponential Function e^(-x) (https://www.mathworks.com/matlabcentral/fileexchange/58446-fourier-series-of-exponential-function-e-x), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R14
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Develop Apps Using App Designer in Help Center and MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
1.1.0.0

Thanks to Dr. Rajesj Gopal, I realised that the error at 0 was happening because of including 0 in the interval.
The interval in actual is (0,2pi) i.e x 'tends' to zero.

1.0.0.0