Counter Implementation/ Counter design Using JK flip flop.

Sdílet
Vložit
  • čas přidán 5. 09. 2024
  • 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

Komentáře • 52

  • @coolexcs
    @coolexcs Před rokem +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

  • @pavanthamadhumal8184
    @pavanthamadhumal8184 Před 19 dny

    thank you. this video was very helpful for me. thank you again and again.

  • @akashpanchal175
    @akashpanchal175 Před rokem +32

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

  • @hearttickler1393
    @hearttickler1393 Před rokem +5

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

  • @TVETHigh
    @TVETHigh Před rokem +2

    M'em you area star 🌟 🤩 ✨️. This is by far the best explanation of counter design I have come across on CZcams.
    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 😀 👍. ❤

  • @Shibu2822
    @Shibu2822 Před 2 měsíci +1

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

  • @bbcs6392
    @bbcs6392 Před rokem +4

    Best Explanation

    • @digitekkeys2024
      @digitekkeys2024  Před rokem

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

  • @FullMetalBrownies
    @FullMetalBrownies Před rokem +4

    excellent step by step guide! Thank you!

    • @digitekkeys2024
      @digitekkeys2024  Před rokem

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

  • @michalalip4504
    @michalalip4504 Před 11 měsíci +1

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

  • @pragatijha27
    @pragatijha27 Před rokem +3

    Thank you so much maam for great explanation.।।

  • @elvorex8630
    @elvorex8630 Před rokem +16

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

  • @kazimamine
    @kazimamine Před 7 měsíci +2

    underrated video

  • @bipugamer1364
    @bipugamer1364 Před měsícem +1

    Q.design a counter using jk flip flop that has repeated the sequence of state as follows repeat the binary count 00,01,10 while flip flop a alternates between 0 and 1 every three counter ?
    Kal ko(31 july) exam he 2 baje se koi yea ala question solve karoge🙏🙏🙏🙏

  • @nawelouahrani9588
    @nawelouahrani9588 Před rokem +3

    thank you professor !

  • @omaralkhateb1643
    @omaralkhateb1643 Před rokem +3

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

    • @digitekkeys2024
      @digitekkeys2024  Před rokem +1

      for up/down counter you can check my new video
      czcams.com/video/CXX9EjnKR1k/video.html

  • @sadafawan4624
    @sadafawan4624 Před rokem +1

    Thanks alot.

  • @moonali5443
    @moonali5443 Před rokem +3

    Is this synchronous counter ?

  • @sayedabdullahalif7898
    @sayedabdullahalif7898 Před rokem +7

    Maybe there is a mistake in flip flop table

  • @trash1812
    @trash1812 Před měsícem

    Jero jero

  • @adityajain3875
    @adityajain3875 Před 9 měsíci

    thank you so much maam

  • @Combiuniverse
    @Combiuniverse Před 8 měsíci

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

  • @abhijithda6857
    @abhijithda6857 Před rokem +3

    In the circuit transition table last 2 entries are wrong

    • @hasinimam2240
      @hasinimam2240 Před 5 měsíci

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

  • @dilsedhoni9229
    @dilsedhoni9229 Před rokem

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

  • @Tech2talk951
    @Tech2talk951 Před rokem +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

  • @ravishankarkiriti8444
    @ravishankarkiriti8444 Před 4 měsíci

    kmaps equations are getting different once check ma'am

  • @Fahd_Asif
    @Fahd_Asif Před rokem +1

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

  • @mysticc5234
    @mysticc5234 Před 5 měsíci

    is this a mod 30

  • @matthewsarsam8920
    @matthewsarsam8920 Před 9 měsíci

    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