差分
このページの2つのバージョン間の差分を表示します。
両方とも前のリビジョン 前のリビジョン 次のリビジョン | 前のリビジョン | ||
user:sdust:redstone [2013/02/17 06:54] sdust |
user:sdust:redstone [2021/05/09 01:14] (現在) ecolight ↷ user:user:sdust:redstone から user:sdust:redstone へページを移動しました。 |
||
---|---|---|---|
行 22: | 行 22: | ||
===== 基本論理回路 ==== | ===== 基本論理回路 ==== | ||
==== AND ==== | ==== AND ==== | ||
- | {{and.png? | + | {{user:sdust:and.png? |
- | ^{{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? | + | {{user:sdust:or.png? |
- | ^{{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 | | ||
行 41: | 行 42: | ||
下図は入力側に逆流しないようにしたもの。 \\ | 下図は入力側に逆流しないようにしたもの。 \\ | ||
- | {{or2.png? | + | {{user:sdust:or2.png? |
---- | ---- | ||
==== NOT ==== | ==== NOT ==== | ||
- | {{not.png? | + | {{user:sdust:not.png? |
- | ^{{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? |
- | ^{{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 | | ||
行 58: | 行 61: | ||
ANDの出力を反転させたもの。 | ANDの出力を反転させたもの。 | ||
+ | |||
---- | ---- | ||
==== NOR ==== | ==== NOR ==== | ||
- | {{nor.png? | + | {{user:sdust:nor.png? |
- | ^{{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 | 0 | | | 0 | 1 | 0 | | ||
行 68: | 行 72: | ||
ORの出力を反転させたもの。 | ORの出力を反転させたもの。 | ||
+ | |||
---- | ---- | ||
===== 記憶回路 ==== | ===== 記憶回路 ==== | ||
行 74: | 行 79: | ||
時間ごとの信号の変化を目で見えるようにする。 | 時間ごとの信号の変化を目で見えるようにする。 | ||
=== 1delayデジタルモニター === | === 1delayデジタルモニター === | ||
- | {{signal_monitor.png? | + | {{user:sdust:signal_monitor.png? |
横軸が時間(単位1d)、リピータのON/ | 横軸が時間(単位1d)、リピータのON/ | ||
横軸の時間単位はリピータの遅延設定に従う。 | 横軸の時間単位はリピータの遅延設定に従う。 | ||
+ | |||
---- | ---- | ||
=== 1delayアナログモニター === | === 1delayアナログモニター === | ||
- | {{a_signal_monitor_a.png?200}} | + | {{user: |
横軸が時間(単位1d)、縦軸が信号レベルである。 | 横軸が時間(単位1d)、縦軸が信号レベルである。 | ||
横軸の時間単位はリピータの遅延設定に従う。 \\ | 横軸の時間単位はリピータの遅延設定に従う。 \\ | ||
s氏作。 | s氏作。 | ||
+ | |||
---- | ---- | ||
==== パルス制御 ==== | ==== パルス制御 ==== | ||
行 91: | 行 98: | ||
=== パルス幅制限回路 === | === パルス幅制限回路 === | ||
パルス信号の幅を任意の長さにする回路。 | パルス信号の幅を任意の長さにする回路。 | ||
- | {{pulser1.png? | + | |
- | {{pulser2.png? | + | {{user:sdust:pulser1.png? |
- | {{pulser2v.png? | + | |
+ | 1.5で実装予定のコンパレータを使用したコンパクトな回路。 | ||
+ | |||
+ | {{user:sdust:pulser2.png? | ||
+ | |||
+ | 現バージョンで作成可能な回路。 | ||
+ | |||
+ | {{user:sdust:pulser2v.png? | ||
+ | |||
+ | 上記回路の縦型。 | ||
---- | ---- | ||
=== パルス幅増幅回路 === | === パルス幅増幅回路 === | ||
短い幅のパルス信号を長い幅のパルス信号にする回路。 | 短い幅のパルス信号を長い幅のパルス信号にする回路。 | ||
- | {{pulse_sustainer1.png? | + | |
- | {{pulse_sustainer2.png? | + | {{user:sdust:pulse_sustainer1.png? |
+ | |||
+ | {{user:sdust:pulse_sustainer2.png? | ||
---- | ---- | ||