Skip to content
Rain Hu's Workspace
Go back

[Logic Design] Lec 03 - Minterm 與 Maxterm 展開

Rain Hu

布林表達式的轉換

\( \def\arraystrecth{1.5}\begin{array}{l} \underbrace{\text{The alarm will ring}}_ {Z} \text{ iff } \underbrace{\text{the power of alarm is on}} _{A} \text{ and } \underbrace{\text{the door is not closed}} _{B’} \\ \text{ or } \underbrace{\text{it is after 6 p.m.}} _{C} \text{ and } \underbrace{\text{the window is not closed}} _{D’} \end{array} \)

由真值表開始建構邏輯電路

Minterm 與 maxterm 展開

未完整定義的函式(Don’t Care)

Binary adders and subtracters

Half Adder 半加器

Full Adder 全加器

4-Bit Parallel Adder (Ripple Carry Adder 漣波加法器)

Binary Subtracter using Full Adders

subtracter

Full Subtracter

Parallel Subtracter

subtracter2

Speeding up integer additions

Ripple Carry Adder

Carry Lockahead Adder(CLA)

Carry Select Adder

Binary multiplication


Share this post on:

Previous
[Logic Design] Lec 02 - 布林代數
Next
[Logic Design] Lec 04 - 卡諾圖 Karnaugh Maps