You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hello ;
I tried using the piecewise to draw some analog waveforms . In the ex code listed on the web ;
{signal: [
{name: 'clock', wave: 'p...'},
{name: 'A1', wave: ['pw', {d: ['M',0,0, 'L',1,1, 'L',2,1, 'L',3,0, 'H',4]}]}
]}
the first signal is the clock.
How can i obtain the waveform that starts with A1 instead of the clock.
When i delete clock, this code does not work. How do i get around this?
The text was updated successfully, but these errors were encountered:
hello ;
I tried using the piecewise to draw some analog waveforms . In the ex code listed on the web ;
{signal: [
{name: 'clock', wave: 'p...'},
{name: 'A1', wave: ['pw', {d: ['M',0,0, 'L',1,1, 'L',2,1, 'L',3,0, 'H',4]}]}
]}
the first signal is the clock.
How can i obtain the waveform that starts with A1 instead of the clock.
When i delete clock, this code does not work. How do i get around this?
The text was updated successfully, but these errors were encountered: