Sequence Detector

How I can produce sequence of 0&1 for sequence detector? Thanks.

by isfine
June 15, 2013

You can do it with:

PWS() or PWSREPEAT()

See:

https://www.circuitlab.com/docs/expressions/

by signality
June 15, 2013

How to cancl the slope between the transients? How I use it as a source to digital circuit? Thanks again

by isfine
June 15, 2013

Read the description of PWS!

It produces steps not slopes.

To drive CL logic gates, set the steps to 0V and 5V:

https://www.circuitlab.com/docs/circuit-elements/#digital

Search CL for pws for examples.

by signality
June 15, 2013

Many Thanks Signality! I used too long Time Step so it creats slopes and I didn't used Voltage Source properly. Now it is working very nice.

by isfine
June 15, 2013

Post a Reply

Please sign in or create an account to comment.