Calculating the exponential Fourier series of the signals
7 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
I am trying to write a Matlab program to calculate the exponential Fourier series of the signals (a) and (c) in the image below:
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/160679/image.jpeg)
However I am struggling to plot these signals and calculate the exponential Fourier series.
Any help would be greatly appreciated.
2 Kommentare
Kole Bacon
am 12 Feb. 2018
See page 80 of the book. It shows you exactly how to write the MATLAB code.
Sincerely,
Another ECE457 Student
Antworten (1)
Mohamed Sebnat
am 12 Feb. 2018
Bearbeitet: Mohamed Sebnat
am 12 Feb. 2018
1- for each of you signals (a) and (c) there is a built-in fucntion in matlab to generate them : see th function swatooth for (c), for (a) it is a simple rectangular function, look for it. 2- for calculating the exponential Fourier series look for fourier transform in the help browser of Matlab.
0 Kommentare
Siehe auch
Kategorien
Mehr zu Spectral Measurements finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!