Info
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
How can i did the coding ?
조회 수: 1 (최근 30일)
이전 댓글 표시
Use Matlab software to draw a graph of the Fourier series approximations over square signal function, x(t), for k=1, k=5, k=25,k=50 and k=100. Use the equations in Fourier series and programming it using matlab script to plot these graphs. (Provide code and plot the graph in microsoft Word) . T= 2pi. Refer to the picture for the equation and graph.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/254321/image.png)
댓글 수: 2
Andreas Bernatzky
2019년 12월 13일
At first you should try to define and plot your square-signal with plot() :)
If that works we can have a further look
답변 (1개)
Shashwat Bajpai
2019년 12월 16일
From the image i assume you are trying to us the frac function to create the equation.
I suggest going through the following link for information on the fourier function and the functionalities it offers: https://www.mathworks.com/help/releases/R2019a/symbolic/fourier.html
The documentation help for frac function can be found on the following link:
Hope this helps!
댓글 수: 0
이 질문은 마감되었습니다.
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!