翻訳と辞書
Words near each other
・ One-Eyed Jacks
・ One-Eyed Men Are Kings
・ One-Eyed Monster
・ One-eyed monster
・ One-factor-at-a-time method
・ One-Fang
・ One-for-one checking
・ One-form
・ One-game playoff
・ One-Hand Clapping
・ One-Handed Solitaire
・ One-hit wonder
・ One-Hit Wonders (VH1 TV series)
・ One-hitter
・ One-horse shay
One-hot
・ One-inch punch
・ One-key MAC
・ One-light
・ One-line diagram
・ One-line joke
・ One-Line Sky
・ One-liner
・ One-liner program
・ One-loop Feynman diagram
・ One-male group
・ One-man band
・ One-man operation
・ One-Mensch-Theater
・ One-Mile Telescope


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

One-hot : ウィキペディア英語版
One-hot

In digital circuits, one-hot refers to a group of bits among which the legal combinations of values are only those with a single high (1) bit and all the others low (0).
A similar implementation in which all bits are '1' except one '0' is sometimes called one-cold.
==Applications==
One-hot encoding is often used for indicating the state of a state machine. When using binary or Gray code, a decoder is needed to determine the state. A one-hot state machine, however, does not need a decoder as the state machine is in the ''n''th state if and only if the ''n''th bit is high.
A ring counter with fifteen sequentially-ordered states is an example of a state machine. A 'one-hot' implementation would have fifteen flip flops chained in series with the Q output of each flip flop connected to the D input of the next and the D input of the first flip flop connected to the Q output of the fifteenth flip flop. The first flip flop in the chain represents the first state, the second represents the second state, and so on to the fifteenth flip flop which represents the last state. Upon reset of the state machine all of the flip flops are reset to '0' except the first in the chain which is set to '1'. The next clock edge arriving at the flip flops advances the one 'hot' bit to the second flip flop. The 'hot' bit advances in this way until the fifteenth state after which the state machine returns to the first state.
An address decoder converts from binary or gray code to one-hot representation.
A priority encoder converts from one-hot representation to binary or gray code.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「One-hot」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.