diff options
author | Sumanto Kar | 2023-05-04 13:14:46 +0530 |
---|---|---|
committer | GitHub | 2023-05-04 13:14:46 +0530 |
commit | 8c2244ffc20b87256cec11e4f5fbd88fd3348300 (patch) | |
tree | 9a81f2090740d02ad33b29f5db49123995c0a41e /library/SubcircuitLibrary/demux/README.md | |
parent | 732e2c2a1b63b3af1f17a2f1a8c128db2a757b4c (diff) | |
parent | 57e699fdd79e8be77385bc2a4e017408e5d5afaa (diff) | |
download | eSim-8c2244ffc20b87256cec11e4f5fbd88fd3348300.tar.gz eSim-8c2244ffc20b87256cec11e4f5fbd88fd3348300.tar.bz2 eSim-8c2244ffc20b87256cec11e4f5fbd88fd3348300.zip |
Merge pull request #232 from VanshikaTanwar/master
Sub-circuit files for INA106, 74LVC1G19, 74V1G14, Precision Rectifier IC, Log Amplifier IC
Diffstat (limited to 'library/SubcircuitLibrary/demux/README.md')
-rw-r--r-- | library/SubcircuitLibrary/demux/README.md | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/library/SubcircuitLibrary/demux/README.md b/library/SubcircuitLibrary/demux/README.md new file mode 100644 index 00000000..b2bb3cb4 --- /dev/null +++ b/library/SubcircuitLibrary/demux/README.md @@ -0,0 +1,28 @@ + +# Demux IC + +Demux is the de-multiplexer circuit that takes one input line and gives multiple output lines. Basically, it’s a combinational circuit and It always takes one input +line and gives 2n output line, where n is the number of select lines. It is also, known as a serial to parallel converter or data distributor circuit. The 1:2 Demux consist of 1 input line, 1 select line, and produces 2 output line. as, according to the formula no. of the output line is depends on no. of select line, here, in 1:2 demux, no. of output line = 2^n = 2^1 = 2. + + +## Usage/Examples + +It is used in communication systems. + +It is used in serial to parallel converter. + + +## Documentation + +To know the details of 74LVC1G19 IC please refer to this link [74LVC1G19_IC_datasheet.](https://assets.nexperia.com/documents/data-sheet/74LVC1G19.pdf) + +## Comments/Notes + +Please note this is a complete Digital IC. It works fine at the time of simulation. + +## Contributor + +Name: Vanshika Tanwar +Email: vanshikatanwar30@gmail.com +Year: 2022 +Position: FOSSEE Summer Fellowship Intern 2022 |