Borrar filtros
Borrar filtros

From which elementary functions does the below signal composed of and how can I compose it in the final variable

2 visualizaciones (últimos 30 días)
step=0.01;
t = .......
%here wrte the function that the signal consists of
xt =
yt =
%here compose the final signal.
final =
%print the signal
figure(1)
plot(t,final,'LineWidth',5)
hold on; grid on;
xticks(-10:1:10);

Respuestas (0)

Categorías

Más información sobre System Composer 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