user:sdust:redstone

差分

このページの2つのバージョン間の差分を表示します。

この比較画面にリンクする

両方とも前のリビジョン 前のリビジョン
次のリビジョン
前のリビジョン
user:sdust:redstone [2013/02/17 06:46]
sdust [NAND]
user:sdust:redstone [2021/05/09 01:14] (現在)
ecolight ↷ user:user:sdust:redstone から user:sdust:redstone へページを移動しました。
行 22: 行 22:
 ===== 基本論理回路 ==== ===== 基本論理回路 ====
 ==== AND ==== ==== AND ====
-{{and.png?200}} +{{user:sdust:and.png?200}} 
-^{{green_wool.png}}^{{red_wool.png}}^{{lamp_on.png}}^+^{{user:sdust:green_wool.png}}^{{user:sdust:red_wool.png}}^{{user:sdust:lamp_on.png}}^
 |  0  |  0  |  0  | |  0  |  0  |  0  |
 |  0  |  1  |  0  | |  0  |  1  |  0  |
 |  1  |  0  |  0  | |  1  |  0  |  0  |
 |  1  |  1  |  1  | |  1  |  1  |  1  |
 +
 +----
 ==== OR ==== ==== OR ====
-{{or.png?200}} +{{user:sdust:or.png?200}} 
-^{{green_wool.png}}^{{red_wool.png}}^{{lamp_on.png}}^+^{{user:sdust:green_wool.png}}^{{user:sdust:red_wool.png}}^{{user:sdust:lamp_on.png}}^
 |  0  |  0  |  0  | |  0  |  0  |  0  |
 |  0  |  1  |  1  | |  0  |  1  |  1  |
 |  1  |  0  |  1  | |  1  |  0  |  1  |
 |  1  |  1  |  1  | |  1  |  1  |  1  |
 +
 +各入力をつなげてやればそれがORになる。 \\
 +ただしこの回路では入力側に他の入力信号が逆流する。
 +
 +下図は入力側に逆流しないようにしたもの。 \\
 +{{user:sdust:or2.png?200}}
 +
 +----
 ==== NOT ==== ==== NOT ====
-{{not.png?200}} +{{user:sdust:not.png?200}} 
-^{{blue_wool.png}}^{{lamp_on.png}}^+^{{user:sdust:blue_wool.png}}^{{user:sdust:lamp_on.png}}^
 |  0  |  1  | |  0  |  1  |
 |  1  |  0  | |  1  |  0  |
 +
 +----
 ==== NAND ==== ==== NAND ====
-{{nand.png}} +{{user:sdust:nand.png?200}} 
-^{{green_wool.png}}^{{red_wool.png}}^{{lamp_on.png}}^+^{{user:sdust:green_wool.png}}^{{user:sdust:red_wool.png}}^{{user:sdust:lamp_on.png}}^
 |  0  |  0  |  1  | |  0  |  0  |  1  |
 |  0  |  1  |  1  | |  0  |  1  |  1  |
行 50: 行 62:
 ANDの出力を反転させたもの。 ANDの出力を反転させたもの。
  
 +----
 ==== NOR ==== ==== NOR ====
-^{{green_wool.png}}^{{red_wool.png}}^{{lamp_on.png}}^+{{user:sdust:nor.png?200}} 
 +^{{user:sdust:green_wool.png}}^{{user:sdust:red_wool.png}}^{{user:sdust:lamp_on.png}}^
 |  0  |  0  |  1  | |  0  |  0  |  1  |
 |  0  |  1  |  0  | |  0  |  1  |  0  |
行 57: 行 71:
 |  1  |  1  |  0  | |  1  |  1  |  0  |
  
 +ORの出力を反転させたもの。
 +
 +----
 ===== 記憶回路 ==== ===== 記憶回路 ====
  
行 62: 行 79:
 時間ごとの信号の変化を目で見えるようにする。 時間ごとの信号の変化を目で見えるようにする。
 === 1delayデジタルモニター === === 1delayデジタルモニター ===
-{{signal_monitor.png?200}}+{{user:sdust:signal_monitor.png?200}}
  
 横軸が時間(単位1d)、リピータのON/OFFが信号のON/OFFである。 横軸が時間(単位1d)、リピータのON/OFFが信号のON/OFFである。
 横軸の時間単位はリピータの遅延設定に従う。 横軸の時間単位はリピータの遅延設定に従う。
  
 +----
 === 1delayアナログモニター === === 1delayアナログモニター ===
-{{a_signal_monitor_a.png?200}}+{{user:sdust:a_signal_monitor.png?200}}
  
 横軸が時間(単位1d)、縦軸が信号レベルである。 横軸が時間(単位1d)、縦軸が信号レベルである。
行 74: 行 92:
 s氏作。 s氏作。
  
 +----
 ==== パルス制御 ==== ==== パルス制御 ====
 === パルス生成回路 === === パルス生成回路 ===
行 80: 行 98:
 === パルス幅制限回路 === === パルス幅制限回路 ===
 パルス信号の幅を任意の長さにする回路。 パルス信号の幅を任意の長さにする回路。
-{{pulser1.png?200}} + 
-{{pulser2.png?200}} +{{user:sdust:pulser1.png?200}} 
-{{pulser2v.png?200}}+ 
 +1.5で実装予定のコンパレータを使用したコンパクトな回路。 
 + 
 +{{user:sdust:pulser2.png?200}} 
 + 
 +現バージョンで作成可能な回路。 
 + 
 +{{user:sdust:pulser2v.png?200}} 
 + 
 +上記回路の縦型。 
 + 
 +----
 === パルス幅増幅回路 === === パルス幅増幅回路 ===
 短い幅のパルス信号を長い幅のパルス信号にする回路。 短い幅のパルス信号を長い幅のパルス信号にする回路。
-{{pulse_sustainer1.png?200}} + 
-{{pulse_sustainer2.png?200}}+{{user:sdust:pulse_sustainer1.png?200}} 
 + 
 +{{user:sdust:pulse_sustainer2.png?200}} 
 + 
 +----
  
  
  
  
  • user/sdust/redstone.1361051208.txt.gz
  • 最終更新: 2013/02/17 06:46
  • by sdust