Mermaid:Example diagram: Difference between revisions

From RECESSIM, A Reverse Engineering Community
The following pages link to this diagram: Help:Diagrams
Jump to navigation Jump to search
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[rtlamr output]
     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