Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

Plotting The Spectrum for Fourier Series Coefficients

1 visualización (últimos 30 días)
Salik Mallick
Salik Mallick el 1 de Oct. de 2020
Cerrada: Ameer Hamza el 1 de Oct. de 2020
%% Problem 1
display('Problem 1')
syms n t
Wo = pi;
T = 2;
n = 1:10;
a0=(1/T)*(int(t,t,0,1))
an= (2/T)*(int(t*cos(n*Wo*t),0,1))
bn=(2/T)*(int(t*sin(n*Wo*t),0,1))
  1 comentario
KALYAN ACHARJYA
KALYAN ACHARJYA el 1 de Oct. de 2020
https://www.mathworks.com/matlabcentral/answers/602197-fourier-series-for-a-periodic-function?s_tid=prof_contriblnk

Respuestas (0)

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by