Skip to content

kzh/digital-waveform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 

Repository files navigation

Digital-Waveform

Generate digital waveforms from binary sequences and can compare them using boolean algebra.

Live Demo: http://furryfaust.com/waveform/

Basic Chart Generating Usage

Enter the id and your binary sequence. Then hit generate.

alt tag

If you want more waveforms, hit the '+' button.

alt tag

We can compare these waveforms using boolean algebra.

Boolean Algebra / Chart Comparator

A + B (OR Gate)

alt tag

AB (AND Gate)

alt tag

A' (NOT/Inverter Gate)

alt tag

(AB)' (NAND Gate)

alt tag

(A + B)' (NOR Gate)

alt tag

A ^ B (XOR GATE)

alt tag

(A ^ B)' (XNOR GATE)

alt tag