BJ-Keyer/Tools/Squarewave

6 Zeilen
71 B
Plaintext

t = -0.02:.001:.0625;
y = 0.5*square(2*pi*30*t);
plot(t,y,'-o')