Final answer:
To find the most popular symbol in each block of 32 input symbols, you can use 2 data input multiplexers and shift registers.
Step-by-step explanation:
Solution Using 2 Data Input Multiplexers and Shift Registers
To design the system that finds the most popular symbol in each block of 32 input symbols, we can use 2 data input multiplexers and shift registers. Here is the step-by-step solution:
- Connect the input symbols to the data inputs of the two multiplexers.
- Connect the select lines of the multiplexers to a counter that counts from 0 to 31.
- Connect the outputs of the multiplexers to the shift registers.
- Connect the outputs of the shift registers to a counter that counts from 0 to 31.
- Connect the output of the second counter to a decoder, which will select the most popular symbol.
By using this system, you can find the most popular symbol in each block of 32 input symbols.