+ 4
Encoder and decoder in circuit diagram
how it is useful in programming
3 odpowiedzi
+ 1
I only know all about encoder and decoders
are used to design circuit diagram.
which play a vital role in designing enter net through the help of wireless routers
which used to converts digital signal to
analog,by allocating your memory address
'IP address' unique id is kept safe in enter net by designing such a software programme by using such logic gates in
this way encoder and decoders works in
our daily life.get more details about softech
send your questions I Will solve your queries. thank you!!,🙂
- 1
Encoders, encode analogue to digital, and decoders decode digital back to analogue signals.
Check out this article:
http://www.edgefxkits.com/blog/encoders-and-decoders-truth-tables/
It might be useful for embedded programming, where you're processing data. The data from an analogue source will be easier to process in digital form. You can then shove out an output as analogue if required.
Hope that makes sense?
They're not useful for most programming projects, that don't involve analogue to digital conversions.
- 1
Encoder encodes data into a format that machine can understand (Keyboard input to binary/ASCII). Decoder decodes machine language to a understandable format(What you see in the screen).