• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Question about shift registers (EE's or CPE's)

jmcoreymv

Diamond Member
Im did a lab where I had to design a 1bit and then a 4bit shift register. I did the lab but Im lacking ideas as to what shift registers can be used for. One possible thing that comes to mind is to use it to multiply a number by 2. What else can you do with these?
 
1 bit would multiply *OR* divide by 2. 4 bit by 16.

In industrial programming, I use shift registers to track the status of a part through a sequential process.
 
Back
Top