Clear Filters
Clear Filters

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

2 views (last 30 days)
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);

Answers (0)

Categories

Find more on System Composer in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!