Digital Logic Sim - Decoder & Encoder

แชร์
ฝัง
  • เผยแพร่เมื่อ 1 ต.ค. 2024
  • How to decode and encode data
    Programm:
    sebastian.itch...

ความคิดเห็น • 13

  • @NatanGamerul777
    @NatanGamerul777 4 หลายเดือนก่อน +1

    DAYUM, that's cool

  • @ianazb553
    @ianazb553 ปีที่แล้ว +8

    You're a genius bro all your tutorial helping me a lot

  • @DatBoi_TheGudBIAS
    @DatBoi_TheGudBIAS ปีที่แล้ว +4

    congratulations, u did the exact opposite of me lol. while u did a decoder, dat transforms decimal to binary, i made a 7display "decoder" dat shows the decilam values of binary up to 9, i would need another panel for 2 digits, and idk how dat would work yet lol

    • @unschlagbar2302
      @unschlagbar2302  ปีที่แล้ว +1

      The decoder is not to display decimal numbers (which is also possible) but for example to convert decimal ram addresses into binary addresses.

    • @DatBoi_TheGudBIAS
      @DatBoi_TheGudBIAS ปีที่แล้ว

      @@unschlagbar2302 I didn't say ur decoder showed decimal numbers, I just said it transformed them into 4bit
      My 7segment decoder is the one Dat shows the numbers

    • @andiciuca996
      @andiciuca996 ปีที่แล้ว +1

      @@DatBoi_TheGudBIAS oh so like a 7 seg driver?

    • @DatBoi_TheGudBIAS
      @DatBoi_TheGudBIAS ปีที่แล้ว

      @@andiciuca996 ye data the name, I forgot

    • @chainerfries4417
      @chainerfries4417 ปีที่แล้ว

      You could have it display in hexadecimal like real computers do to go up to 16
      0 1 2 3 4 5 6 7 8 9 A B C D E F

  • @timonbeitlet7525
    @timonbeitlet7525 ปีที่แล้ว

    Wow sehr gutes Video 👍🏾

  • @duality4y
    @duality4y ปีที่แล้ว

    problem with the encoder is when you select more then one one input what happens could you make it so it only encodes the most significant line no matter how many lower value lines are selected ?

    • @mspeir
      @mspeir ปีที่แล้ว

      The inputs to the encoder are not a binary representation. The outputs, however, are in binary. The same goes for the decoder, but in reverse. There should only ever be one of the 16 (inputs or outputs) active at any given time.

    • @duality4y
      @duality4y ปีที่แล้ว +1

      @@mspeir but think about this what if you had multiple sources going into this like interrupts and some have priority over others what then? besides that it was just a fun question maybe a challange :)