BJ-Keyer/Tools/Squarewave

6 Zeilen
71 B
Plaintext

2023-07-30 10:39:09 +02:00
t = -0.02:.001:.0625;
y = 0.5*square(2*pi*30*t);
plot(t,y,'-o')