Create A Signal Flow Diagram Similar To The One In Shannon's Original Information Theory Paper.
Pinkalicious
#f9f
Carbon
#333
#f9f
Pinkalicious
#333
Carbon
About This Color Palette
mermaid
stateDiagram-v2
direction LR
classDef bold fill:#f9f,stroke:#333,stroke-width:2px,font-weight:bold
classDef italic fill:#f9f,stroke:#333,stroke-width:2px,font-style:italic
classDef underline fill:#f9f,stroke:#333,stroke-width:2px,text-decoration:underline
[*] --> Source:::bold
Source --> Encoder:::bold
Encoder --> Channel:::bold
Channel --> Decoder:::bold
Decoder --> Destination:::bold
Source --> Source_Text:::italic
Encoder --> Encoded_Text:::italic
Channel --> Transmitted_Text:::italic
Decoder --> Decoded_Text:::italic
Destination --> Destination_Text:::italic
Source_Text --> Encoder
Encoder --> Encoded_Text
Encoded_Text --> Channel
Channel --> Transmitted_Text
Transmitted_Text --> Decoder
Decoder --> Decoded_Text
Decoded_Text --> Destination
Destination --> Destination_Text
Source_Text --> Channel : "Original Text"
Encoded_Text --> Decoder : "Received Text"
Transmitted_Text --> Destination : "Decoded Text"
What would you like to do?
Other Similar Palettes
#ffcccb
#ff0000
#008000
#000000
#9aff9a
#f9f
#333
#f66
#f00
#ff0000
#000
#0000ff
#fff
#ff69b4
#ff0
#ddd
#f00