How do you detect a sequence of "1101" arriving serially
from a signal line?
Answer Posted / av
Use 4 D-bascules connected in serial, all synchronized with
the same CLK. Then connect all 4 outputs, & 2nd output must
reverse, of the D-bascule to an AND logic. The output of
the AND logic sould have '1' when it detectes "1101". This
technic oftenly use for glitch detection in the signal.
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
List out addressing modes in mcs-51?
Which is the tool used to connect the user and the computer?
If the crystal oscillator is operating at 15 MHz. What will be the PCLK output of 8284?
The Pentium microprocessor has how many execution unit?
After the following has been executed MOV BL, 8C MOV AL, 7E ADD AL, BL; what will be the contents of register AL?
Explain data types used in microcontroller programming,
Define the types of memory used in 8085 microprocessor?
What are the different types of arithmetic operations that can be performed by the 8085 microprocessor? Explain with an example?
Why is the address bus in the 8085 tri-stated and unidirectional?
Define the types of bus used in the 8085?
How many instruction bits does 8085 processor support?
Where can we find the sample assembly language programs?
How is the system clock calculated in the 8085?
What is base segment address?
Explain db?