Counter Implementation/ Counter design Using JK flip flop.

Поделиться
HTML-код
  • Опубликовано: 5 авг 2022
  • This video is on counter design for a binary sequence. it explains all the steps for counter design in detail. Before counter implementation, one should have basic idea about the flip flop, state transition table, and state transition diagram. After getting the transition table, KMap has been used to get the logical expressions. then the counter is designed using these logical expressions.
    This video explains easiest and simple approach to design a binary counter.
    Question: Design a counter to produce the following binary sequence (1, 4, 3, 5, 7, 6, 2, 1..). Use J-K flip-flops.
    Steps to solve the question
    Step 1 State Diagram
    Step 2 Next state table
    Step 3 Flip Flop Transition Table
    Step 4 Circuit Transition Table
    Step 5 Karnaugh Maps (KMAPs)
    Step 6 Logical expression
    Step 7. Counter Implementation
    Digital electronics
    counter design

Комментарии • 57

  • @coolexcs
    @coolexcs Год назад +35

    This is the only video I found on this specific topic on youtube. Thanks for the explanation, it helped me to pass an exam

  • @Shibu2822
    @Shibu2822 19 дней назад +1

    It helps a lot during my exam days......

  • @michalalip4504
    @michalalip4504 9 месяцев назад +1

    This tutorial is very helpful to me thanks all the way from🇵🇬

  • @hearttickler1393
    @hearttickler1393 Год назад +5

    This explanation is going to save me on my CAT tomorrow 😃

  • @akashpanchal175
    @akashpanchal175 Год назад +29

    There is transition table :- last 2nd row are wrong

  • @TVETHigh
    @TVETHigh Год назад +2

    M'em you area star 🌟 🤩 ✨️. This is by far the best explanation of counter design I have come across on RUclips.
    I've through three different books trying to understand with no luck 😕 😪. Thank you 🙏 for your presice and straight to the point explanation, I am now confident with the Counter design 😀 👍. ❤

  • @FullMetalBrownies
    @FullMetalBrownies Год назад +4

    excellent step by step guide! Thank you!

    • @digitekkeys2024
      @digitekkeys2024  Год назад

      Glad you like it. Please subscribe my channel. Please don't use your university Id to subscribe.

  • @elvorex8630
    @elvorex8630 Год назад +14

    Nice content but I think there is an error in the last two rows' entries of the transition table

  • @bbcs6392
    @bbcs6392 Год назад +4

    Best Explanation

    • @digitekkeys2024
      @digitekkeys2024  Год назад

      Thank you. Glad you like it.
      Please subscribe my channel.
      Tq

  • @pragatijha27
    @pragatijha27 Год назад +3

    Thank you so much maam for great explanation.।।

    • @digitekkeys2024
      @digitekkeys2024  Год назад +1

      Glad you like it. Please subscribe my channel.

  • @kazimamine
    @kazimamine 5 месяцев назад +2

    underrated video

  • @nawelouahrani9588
    @nawelouahrani9588 Год назад +3

    thank you professor !

  • @moonali5443
    @moonali5443 Год назад +3

    Is this synchronous counter ?

  • @adityajain3875
    @adityajain3875 7 месяцев назад

    thank you so much maam

  • @omaralkhateb1643
    @omaralkhateb1643 Год назад +3

    thanks,what about design (up and down ) counter with inputs.

    • @digitekkeys2024
      @digitekkeys2024  11 месяцев назад +1

      for up/down counter you can check my new video
      ruclips.net/video/CXX9EjnKR1k/видео.html

  • @sayedabdullahalif7898
    @sayedabdullahalif7898 Год назад +7

    Maybe there is a mistake in flip flop table

  • @dilsedhoni9229
    @dilsedhoni9229 Год назад

    Can you make a video on verilog code for the same question

  • @sadafawan4624
    @sadafawan4624 10 месяцев назад +1

    Thanks alot.

  • @Combiuniverse
    @Combiuniverse 6 месяцев назад

    Thank you plenty. God bless you 🙏
    Gloria in excelsis deo 🎉🙌🙏

  • @ravishankarkiriti8444
    @ravishankarkiriti8444 2 месяца назад

    kmaps equations are getting different once check ma'am

  • @mysticc5234
    @mysticc5234 3 месяца назад

    is this a mod 30

  • @Tech2talk951
    @Tech2talk951 Год назад +1

    10:10 mam is k map mai Q1,Q2,Q0 ka box kaha aur konsa hai yahi ni samajh aa raha ...agr aap box ke upar likh dete to jada clarify ho jata

  • @abhijithda6857
    @abhijithda6857 Год назад +3

    In the circuit transition table last 2 entries are wrong

    • @hasinimam2240
      @hasinimam2240 3 месяца назад

      yup, last two rows on the transition table. that was bothering me

  • @famotovlogs
    @famotovlogs Год назад +1

    J2 = C, K2 = B.C'
    J1 = A k2= A;B

  • @Frc566
    @Frc566 2 месяца назад +1

    02:51
    Can someone explain the present next state table ? the sequence input 1 shouldnt be 000 (present) 001 (next state) Why it is showing 001 and 100?

    • @jer88795
      @jer88795 2 месяца назад +1

      the integer 1 binary form is 001 , then next state of the sequence is 4 which binary form is 100 . So 001 (present) 100 (next)

    • @jer88795
      @jer88795 2 месяца назад

      @Frc566 hope you see it lol :)

    • @Frc566
      @Frc566 2 месяца назад +1

      @@jer88795 thanks it is in the order from 0 to 7 right? I thought it’s 1-8

    • @jer88795
      @jer88795 2 месяца назад +1

      @@Frc566 not sure what you mean but according to the question ,is 1,4,3,5,7,6,2 so just change these numbers to binary form

    • @jer88795
      @jer88795 2 месяца назад +1

      i think i get what you mean , precisely i think 0 is don't care but idk why she didn't include it

  • @matthewsarsam8920
    @matthewsarsam8920 7 месяцев назад

    Why not just short the inputs of J and K for each flip flop since in the transition table you can just replace all the X's by the 1 or 0 that makes it work. That way you can have only one K-map for each flip flop instead of two