Borrar filtros
Borrar filtros

how can i find the coefficient of this signal?

2 visualizaciones (últimos 30 días)
ocsse
ocsse el 26 de Mzo. de 2018
Editada: ocsse el 26 de Mzo. de 2018
if i have this signal st = exp((10 - t) / 2);
Harmonic = 4;
n = (1:Harmonic);
T = 5;
f = 1/T;
t = linspace(0,T,500+1); % 5 cycles
t = t(1:end-1);
st = exp((10 - t) / 2);
how can i find a0, an, bn for four harmonics and plot the graph for 5 cycles? without using int and syms
  2 comentarios
Birdman
Birdman el 26 de Mzo. de 2018
Where is a0, an, bn in the equation ?
ocsse
ocsse el 26 de Mzo. de 2018
question's updated

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre Spectral Measurements en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by