Azzera filtri
Azzera filtri

How to generate a rectangular signal or wave of ?( ?/6 ) using the sign function.

19 visualizzazioni (ultimi 30 giorni)
MATLAB program to generate rect function ?( ?/6 ) using the sign function.

Risposte (1)

Yuan Li
Yuan Li il 21 Ott 2019
Modificato: Yuan Li il 21 Ott 2019
t = 0:0.1:100;
a = sign(sin(pi.*t./6));
figure,plot(t,a);
ylim([-1.5 1.5]);

Categorie

Scopri di più su Simulink in Help Center e File Exchange

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by