How to make rectangular train?

3 vues (au cours des 30 derniers jours)
Jin You
Jin You le 26 Mai 2020
Commenté : Star Strider le 26 Mai 2020
I want to make a signal like above.
I made a signal when T=2, but I can't draw a graph when T=4,8,16.
Can you help me?
T=2
<code>
clear;
close all;
clc;
t=-5:0.001:5;
T=2;
y=square(pi*(t+0.5))/2+0.5;
plot(t,y)

Réponse acceptée

Star Strider
Star Strider le 26 Mai 2020
See if the pulstran function will do what you want.
  2 commentaires
Jin You
Jin You le 26 Mai 2020
thank you so much. That's very helpful.
Star Strider
Star Strider le 26 Mai 2020
As always, my pleasure!

Connectez-vous pour commenter.

Plus de réponses (0)

Community Treasure Hunt

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

Start Hunting!

Translated by