Searched Projects

Tags: sequence detector

project.name
0 Stars     648 Views
User:

FF exercise "0101" Sequence Detector

FF exercise "0101" Sequence Detector
using 2 D flip-flops to create a Sequence Detector for the sequence: "0101"
for the input: 
00000011111110110010010101010101010100101
matching the expected output: 
0000000000000000000000101010101010100001

project.name
0 Stars     510 Views

Synchronous 101 Sequence Detector with J-K' Flip Flops

Synchronous 101 Sequence Detector with J-K' Flip Flops

Synchronous overlapping sequence detector that detects the bit pattern 101 using J-K' flip flops (74LS109).


project.name
0 Stars     350 Views

Synchronous 010 or 1001 Sequence Detector with J-K Flip Flops

Synchronous 010 or 1001 Sequence Detector with J-K Flip Flops

Synchronous overlapping sequence detector that detects the bit patterns 010 and 1001 using J-K flip flops.


project.name
0 Stars     77 Views
User:

1001 detector

1001 detector

It is a sequence detector circuit which can detect the sequence 1001(overlapping).


project.name
0 Stars     181 Views
User:

1001- sequence detector non overlapping

1001- sequence detector non overlapping

This circuit is both sequence generator(100) and sequence detector(1001) non overlapping.

the sequence generator output will be 1001001001001001.........................................

the sequence detector output will be  0001000001000001..........................................

whenever 1001 detected it will generate high output.


project.name
0 Stars     152 Views
User:

1011-sequence detector

1011-sequence detector

In this circuit the sequence generator circuit generates 110 sequence and sequence detector circuit detects 1011.


project.name
0 Stars     109 Views

Moore and Mealy machines detection the binary sequence 01.

Encoding states: one-hot.