Mermaid:Example diagram: Difference between revisions
The following pages link to this diagram: Help:Diagrams
Example Mermaid diagram for Help:Diagrams |
No edit summary |
||
| Line 2: | Line 2: | ||
A[Smart meter] -->|900 MHz| B(SDR capture) | A[Smart meter] -->|900 MHz| B(SDR capture) | ||
B --> C{Decodes?} | B --> C{Decodes?} | ||
C -->|yes| D[ | C -->|yes| D[data output] | ||
C -->|no| E[Adjust gain / freq] | C -->|no| E[Adjust gain / freq] | ||
E --> B | E --> B | ||
Latest revision as of 00:44, 9 September 2026
flowchart LR
A[Smart meter] -->|900 MHz| B(SDR capture)
B --> C{Decodes?}
C -->|yes| D[data output]
C -->|no| E[Adjust gain / freq]
E --> B
flowchart LR
A[Smart meter] -->|900 MHz| B(SDR capture)
B --> C{Decodes?}
C -->|yes| D[data output]
C -->|no| E[Adjust gain / freq]
E --> B