Skip to main content
UC Berkeley EECS Dept.
SEARCH THIS SITE
Home
Piazzza
bSpace
Logistics
Overview
Textbook
Schedule
Topic notes
Sidebar topics
Exams
Resources
Homework
Reading
Labs
EECS20N: Signals and Systems
Home
Up to Topics
Previous
Next
Week 3
Definition styles
Defining signals
Control logic
State
Sets & Functions
Operation
Stuttering
Parking meter
Diagram
Anwering machine
Table
Code recognizer
Equal
Example - Code Recognizer
CodeRecognizer
outputs
recognize
if input sequence seen so far ends in pattern 1100, and otherwise it outputs
absent
. We need a state machine that remembers
Patterns 0, 1, 11, 110, 1100