Borrar filtros
Borrar filtros

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

14 visualizaciones (últimos 30 días)
MATLAB program to generate rect function ?( ?/6 ) using the sign function.

Respuestas (1)

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

Categorías

Más información sobre MATLAB Report Generator 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