InterviewSolution
Saved Bookmarks
| 1. |
A state transition maps the relation between ____and ____ to compute the _____(a) present state, input, output(b) present output, input, feedback(c) input, feedback, output(d) present state, output, feedbackI have been asked this question during an interview for a job.This interesting question is from Digital Architecture Tradeoffs in portion Technology Tradeoffs in Software Defined Radio of Cognitive Radio |
|
Answer» RIGHT choice is (a) present STATE, INPUT, output To elaborate: A state transition maps the relation between present state and input to compute the output. The output MAP chooses an APPROPRIATE output to be created during state transition. |
|