> ## Documentation Index
> Fetch the complete documentation index at: https://blog.sumathi.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Frequecy Divider

```mermaid theme={null}
flowchart LR
    Input(Input Signal \n f):::subComponent --> Divider(Frequency Divider):::divider --> Output(Output Signal \n f/2):::subComponent

    classDef divider fill:#00b300,color:white,stroke-width:2px;
    classDef subComponent fill:#3498db,color:white,stroke-width:2px;
```

<img src="https://mintcdn.com/texasinstruments/fUsNk51DTLGtaY3Q/sta/wave_1.svg?fit=max&auto=format&n=fUsNk51DTLGtaY3Q&q=85&s=809a0ddea1ac71e2c1be52c6fa0c498c" alt="divider" width="500" height="60" data-path="sta/wave_1.svg" />

***made it work with installing wavedrom-cli and running `npm install -g wavedrom-cli ; wavedrom-cli -i wave_1.json -s wave_1.svg`***

````bash theme={null}




```wavedrom
{signal: [
  {name: 'clk_in', wave: '.P...',period: 1 , node: ' abcd'},
  {name: 'clk_out', wave: ' P...',period: 2 , node: ' efgh'},
],
   edge: [
    'a~e', 'b~f', 'c~g', 'd~h',
    'e~>f', 'f->g', 'g-~>h', 'h~>i some text', 'h~->j'
  ]
}
````

/*![reg vl](https://svg.wavedrom.com/\{signal:\[\{name:'clk',wave:'p......'}]})*/
