For this question, you want to implement a system that decodes a certain code In an endless string message and return ho
Posted: Fri Apr 29, 2022 7:10 am
For this question, you want to implement a system that decodes a certain code In an endless string message and return how many times this message is a intercepted The secret code is given as 1101 Input sequence=100100100100110101101101001101001 First, you should count how many times this input is intercepted manually and store it as x. Then, you should implement a FSM that automates this process, Provide Y as the minimum number states that you pill be needing to implement the design Choose the correct options for X and Y.