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

1 Ansicht (letzte 30 Tage)
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);

Antworten (0)

Kategorien

Mehr zu System Composer 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!

Translated by