3 Bit & 4 Bit UP/DOWN Ripple Counter

แชร์
ฝัง
  • เผยแพร่เมื่อ 1 ต.ค. 2024
  • Digital Electronics: 3 Bit and 4 Bit UP/DOWN Ripple Counter
    Contribute: www.nesoacademy...
    Website ► www.nesoacademy...
    Facebook ► goo.gl/Nt0PmB
    Twitter ► / nesoacademy
    Pinterest ► / nesoacademy

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

  • @akshitarora470
    @akshitarora470 5 ปีที่แล้ว +318

    To simplify the circuit: Use an XOR gate it will give the same output.

    • @neelthakker7070
      @neelthakker7070 3 ปีที่แล้ว +40

      and use Tff insted of jkFF

    • @nikhilhaspe2734
      @nikhilhaspe2734 3 ปีที่แล้ว +20

      @Pooja Agarwal no you can't use exor here cause exor needs two same literals but here they are three so you can't implement that here get it ! 😉

    • @aditwani6562
      @aditwani6562 3 ปีที่แล้ว +7

      @@nikhilhaspe2734 could you explain further? i don't see a problem with using M XOR Q as one of the 3 literals is just complement of another...

    • @ArnavJainprofile
      @ArnavJainprofile 3 ปีที่แล้ว +6

      @@aditwani6562 ig cuz we're trying to physically use Q' instead of Q as our clock in down-counting, XOR would mean dono case mein Q see hi karenge

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

      Obviously

  • @khalilrouatbi6345
    @khalilrouatbi6345 6 ปีที่แล้ว +197

    this guy is saving my life each time!!!

  • @abhishek.rathore
    @abhishek.rathore 3 ปีที่แล้ว +54

    You could've simplified the circuit a lot more by using Qa, Qb etc as the next flip flops clock and used a 2:1 MUX to select the output between Qa and Q'a and so based upon the select input M.

  • @sanketborkar92
    @sanketborkar92 7 ปีที่แล้ว +53

    Can MQ'+M'Q circuit diagram with AND/OR gates be replaced with a simple XOR gate?

    • @gauravpant08
      @gauravpant08 5 ปีที่แล้ว +6

      @@medicharlaravivinay9591 Don't misguide people q and q' are always opposite, that is the rule of a flip flop. A mux or a xor can replace this circuit

    • @rohit-kt1qq
      @rohit-kt1qq 5 ปีที่แล้ว +1

      ya , i think it should be replaced by the XOR gate.

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

      Yes

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

      Yes

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

      No we cannot use because see the 5th state in the truth table where M=1 and Q= 0 and if you XOR both the output is 1 where as it should have been 0

  • @jarzis
    @jarzis 5 ปีที่แล้ว +76

    why not just use a 2x1 MUX?...... where M will be the select line and Q and Q' will be the inputs

    • @ubaidurrehman4377
      @ubaidurrehman4377 5 ปีที่แล้ว +3

      yup, you can,

    • @chulbuli_titli
      @chulbuli_titli 5 ปีที่แล้ว +19

      That is actually a 2x1 mux expanded in terms of gates. Draw a rectangular box over 3 gates and you get the mux.

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

      Rather use a xor gate. Much simpler

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

      Nerdiiezzzz

  • @jahadroyal152
    @jahadroyal152 3 ปีที่แล้ว +7

    Where is 4bit??

  • @skprajapat5772
    @skprajapat5772 3 ปีที่แล้ว +3

    How can Q and Q' both be zero or 1 simultaneously 3:21

  • @brahmakillampalli9677
    @brahmakillampalli9677 9 ปีที่แล้ว +14

    instead of AND-OR logic, we can simply put Ex-or gate( M and Q as inputs)

  • @siddhanttiwary
    @siddhanttiwary 5 ปีที่แล้ว +17

    The presentation is awesome, Thank you. Just two things, you could have used an XOR gate to avoid the mess and also you didn't point out the output.

  • @and1fer
    @and1fer 9 ปีที่แล้ว +10

    It felt like this was rather incomplete, what was the output in this case? I am guessing if it were up counting it would be just "Y" for each bit, and " Y' " for down counting. Yet is there a way I can store a number in a counter and be able to both increment and decrement it according to my needs :D? (I feel like what you just did will do the job but still can't see it clearly) Thank you for putting all these videos for us.

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

    why not use a 2:1 mux in the combinational circuit part?

  • @ABHISHEKKUMAR-yb5vf
    @ABHISHEKKUMAR-yb5vf 9 ปีที่แล้ว +27

    in the table,which you made, how can Q and Q complement have same value..e.g 1 and 1 or 0 and 0???

    • @Ebuilt
      @Ebuilt 9 ปีที่แล้ว +2

      +ABHISHEK KUMAR mportant question sir plz ans this question

    • @minhazurrahman8592
      @minhazurrahman8592 6 ปีที่แล้ว +2

      take them as not used/don't care.

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

      This is really bothering me.

    • @adarshsasidharan254
      @adarshsasidharan254 5 ปีที่แล้ว +5

      there won't be a case when there is 1 1 on both the outputs because we are feeding 1 1 as the input to the flip flop and the output generated by this combination gives the previous state which can't be 1 1. The truth table that is creating this confusion shows merely the possibilities but it doesn't necessarily mean that there should be 1 1 as the output.

    • @vikramank4521
      @vikramank4521 4 ปีที่แล้ว

      Yes

  • @gauthamghetia4946
    @gauthamghetia4946 3 ปีที่แล้ว +17

    Learning things is far easier than the college teaching ❤️
    Thank you so much neso academy for the lovely videos

  • @arindampal2796
    @arindampal2796 6 ปีที่แล้ว +29

    1)simply use a 2:1 mux and a common mode line as combinational ckt.
    2) u can't get all possible combination in M,Q,&Q(bar) table because Q & Q( bar) are always complement of each other as u using jk(1,1 state)/T ff.
    3) collect the output as Qa, Qb, Qc. when M=0 u'll get up counting & when m=1 u'll get down counting (in conventional way).

    • @z_mahmud-p8h
      @z_mahmud-p8h 9 หลายเดือนก่อน +3

      I like your idea of using 2:1 MUX and I also thought about these combination in which cases Q and Q' are same.
      Thank you for your comment.

    • @saibunny1253
      @saibunny1253 7 หลายเดือนก่อน

      ​@programmingShorts2022 yes

  • @clown1057
    @clown1057 2 ปีที่แล้ว +5

    We can simply use XOR operation (M XOR Q). Lets say, for M=1 we want to do down counting and for M=0, we have to do Up counting. Then, clock of Q1=Q0 XOR M. when M=0, clock of Q1=Q0 XOR 0=Q0(which is the condition of up counting) and when M=1, Q1=Q0 XOR 1= Q0 COMPLIMENT (which is required condition for down Counting.

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

    How can Q and Q' be equal in some cases in the truth table ?

  • @nishantpatil4621
    @nishantpatil4621 2 หลายเดือนก่อน +1

    The use of XOR instead of AND + NOR gate (which is a 2 to 1 MUX) is logically correct. However, you need to consider loading at outputs of the flip flops, Using only Q output with XOR will have uneven loading and hence rise time will be different from fall time. This produces duty cycle != 50%. It can cause issues at higher clock frequencies.

  • @shubhankkulshreshtha2195
    @shubhankkulshreshtha2195 3 ปีที่แล้ว +5

    Got in love with electronics after seeing ur videos😍

  • @046ishanprashar7
    @046ishanprashar7 3 ปีที่แล้ว +1

    Sir how Q and Q' can be same when you made truth table of 8 combination m0, m3, m4, m7 cases should not be there kindly explain this

  • @bideeptaacharya6581
    @bideeptaacharya6581 5 หลายเดือนก่อน +1

    Sir in the M Q and Q' table, there are two cases (namely 011 and 111) when Q = Q'.... But then Sir how is that possible and allowed in a digital circuit to occur ?

  • @udaykiranjayanthi7514
    @udaykiranjayanthi7514 5 ปีที่แล้ว +5

    Sir, why can't we use M XOR Q.
    Instead of that combinational circuit

  • @satorugojo9627
    @satorugojo9627 ปีที่แล้ว +2

    Very good and informative videos, really relieved from some of the stresss..... But, HOW IS THIS GUY USING HIS MOUSE SO SMOOTHLY???

  • @AbhishekKumar-nz9dn
    @AbhishekKumar-nz9dn ปีที่แล้ว +1

    U have done a mistake 5:55 in k map equation ... its :- MQ+M(BAR)Q.
    U have written :- M(BAR)Q + MQ(BAR)

  • @mousanadermahdi5656
    @mousanadermahdi5656 9 ปีที่แล้ว +9

    شكرا @Neso Academy

  • @raghawagrawal9578
    @raghawagrawal9578 6 ปีที่แล้ว +2

    correction needed, q and q complement can never be same as shown in table.

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

    sir in the M,Q,Q bar table the combination where Q=1 and Q bar=1.....how it is possible?,can u tell me abut it sir please!!!

    • @royacademy9997
      @royacademy9997 8 ปีที่แล้ว

      what time sir?

    • @pawanpikapin
      @pawanpikapin 8 ปีที่แล้ว

      exactly.

    • @royacademy9997
      @royacademy9997 8 ปีที่แล้ว

      2:39 sir

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

      The Truth table u made in the beginning to figure out the circuit structure to be inserted in between flipflops had # columns M Q and Q'. and u have considered the entry where both Q and Q' is 1. which is impossible because Q and Q' can not be 1 at a time. But it dint affect ur final circuit because Q=Q'=1 is a dont care condition and u can count them as 1 in ur k-map. But u should rectify that

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

      yeh accactly

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

    Don't know whether it's correct or not
    But even 2×1 multiplexer is an alternative

  • @ss1995ify
    @ss1995ify 6 ปีที่แล้ว +7

    The way of explaining has made understanding concepts effortless.

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

    In combinational part why are you not using XOR??

  • @n00b_asaurus
    @n00b_asaurus 2 ปีที่แล้ว +3

    There is a problem with this circuit, sir.
    If the output of the combination circuit is high when the mode is changed, the next flip flop will register that as a falling edge and change state.
    This design can only switch modes reliably while in the 000 state.
    In other words, you cannot count up 0-1-2-3 then switch modes and count down 3-2-1-0. That mode change will trigger flip flops B and C and change state, and the resulting number will be 5.
    This is fine, if that is the intended behavior, but you may want to disclose that.

  • @vladbugayev1603
    @vladbugayev1603 6 ปีที่แล้ว +12

    so i built this circuit in multisim, and it turn out that when m is 0, you have a down counter (the bits ripple through to make 111 from 000 initially) and and when it's 1, you have an up counter. I made this with XOR gates instead of the AND/OR logic you implemented but the function was the same. just wanted to clarify if anyone else comes across this. Thanks for your videos, I watch all of them religiously

    • @soumikbasu4880
      @soumikbasu4880 5 ปีที่แล้ว

      When q ' is connected to clk. It will act as up counting . There is nothing flaw except that.

  • @bessaihabdelkadermahieddin9152
    @bessaihabdelkadermahieddin9152 2 ปีที่แล้ว +5

    Hello , thank you so much for this ! i was wondering though , what about the outputs , shouldnt we make a line going from Q a,b,c so we can show the result of the counting ?

  • @ontimegrad7069
    @ontimegrad7069 5 ปีที่แล้ว +6

    Sir, I want to ask how can you list the true table that Q and Q complement have the same value?

    • @prashantsharma3134
      @prashantsharma3134 3 ปีที่แล้ว

      for MQQ' == 011, y should be X, since this condition never happen so should take as don't care for small output(Y) logic

    • @kleofernandes1991
      @kleofernandes1991 10 หลายเดือนก่อน

      I have the same doubt

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

    Can we use 2*1 MUX to select from Q and Q' ,M as a selection line . if M=0 Q is selected , else if M=1 Q' is selected ?

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

      Yes that is right as well.

  • @iboz2253
    @iboz2253 8 หลายเดือนก่อน +1

    Your explanation is very good. I think we can also use also Multiplexers instead of the gates, can't we?

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

    Sir, where we take Output of this circuit?

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

      Qc Qb Qa is going to give output I guess

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

      @@hemanth6225 yes

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

    Where is the output ?

  • @muradasaad2228
    @muradasaad2228 9 ปีที่แล้ว +6

    just use a MUX

    • @brownmunda7200
      @brownmunda7200 8 ปีที่แล้ว

      +Murad asaad nice idea

    • @zkmalik
      @zkmalik 8 ปีที่แล้ว

      +Murad asaad ikr i had the same idea , don't know why he isn't using it

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

    Sir how can Q and Q' be same? There are 4 combinations in which Q and Q' are same at 2:47 in the table. Please can you explain how that is possible

    • @skdheraj2380
      @skdheraj2380 3 ปีที่แล้ว

      It cant be the same XD, Even if u draw the truth table without Q' u get the same expression 😀

    • @monicamukherjee3758
      @monicamukherjee3758 3 ปีที่แล้ว

      Thankyou

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

    Useful even in 2023

  • @fahadgaming6606
    @fahadgaming6606 3 ปีที่แล้ว

    Design a 4-bit ripple up-down counter with two control bits C and D. The circuit
    counts up when the control variable C is logic ‘HIGH’ and counts down when C is
    logic ‘LOW’. The circuit will work only if 𝐷=1 and remains unchanged if 𝐷=0 ...????

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

    In finding the relation for Q and M why did we consider one of the inputs like 0,0,0 and 0,1,1 .I mean if we consider Q and Q' they are not supposed to be same na ?

  • @ddrapper2326
    @ddrapper2326 2 หลายเดือนก่อน

    I feel using a 2:1 MUX between all pairs of consecutive flip flops would've been better, taking control input M as select line and inputs being Q and Q' of the previous flip flop and the output being fed as clock to the next flip flop.

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

    Timing diagram 🤕

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

    why cant we just xor gate with m and q as the output is that only...????

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

      I was asking myself the same question

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

    We can use a multiplexer in between ever flip flop pair with Q and Q' as input and M as select line

  • @mauryajain6922
    @mauryajain6922 5 ปีที่แล้ว +2

    Loadss of respect to neso academy n THIS PERSON , brother 🤝🤝🤝

  • @prashantsharma3134
    @prashantsharma3134 3 ปีที่แล้ว

    for MQQ' == 011or 111, y should be X, since this condition never happen so should take as don't care for small output(Y) logic

  • @gyaniguru3639
    @gyaniguru3639 5 หลายเดือนก่อน

    The circuit would have been more simple if 2:1 mux was used as choosing circuit.

  • @PrathyushaThirumuru-vg8ql
    @PrathyushaThirumuru-vg8ql 5 หลายเดือนก่อน

    Can we connect Q' to CLK for M=0 while designing combinational circuit

  • @danishbhatia1734
    @danishbhatia1734 7 ปีที่แล้ว +17

    can we use xor gate here.

    • @fadilaelcheikh5006
      @fadilaelcheikh5006 7 ปีที่แล้ว +2

      yes exactly, in my college book it uses XOR gate.

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

      yes exactly, in my college book it uses XOR gate.

    • @fadilaelcheikh5006
      @fadilaelcheikh5006 7 ปีที่แล้ว

      yes exactly, in my college book it uses XOR gate.

    • @JMaktabi
      @JMaktabi 6 ปีที่แล้ว +10

      one more reply would be amazing

    • @JMaktabi
      @JMaktabi 6 ปีที่แล้ว +6

      one more reply would be amazing

  • @preetamburla7505
    @preetamburla7505 3 หลายเดือนก่อน

    Q and Q compliment are always opposite to each other then how he took Q and Q compliment this way?

  • @bobthebldr20038
    @bobthebldr20038 6 หลายเดือนก่อน

    what is logic 1 representing? thats not a Hi or Lo signal right because M and `M are the lo and Hi signals in this scenario, so what is running into J and K?

  • @re417k.nagasri8
    @re417k.nagasri8 3 หลายเดือนก่อน

    Upcounter means Q bar ,down counter Q needs to give next ff??

  • @MutthuluruSiddartha
    @MutthuluruSiddartha 6 หลายเดือนก่อน

    how come in the truth table q and q' have same values........????

  • @arkobhattacharya2903
    @arkobhattacharya2903 3 ปีที่แล้ว

    Can't we use a XOR gate??? It will simplify things

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

    He always revives me
    Same as in freefire😁

  • @labambangpunto
    @labambangpunto 4 หลายเดือนก่อน

    terima kasih banyak

  • @SNEHAKANDPAL-ev3np
    @SNEHAKANDPAL-ev3np 6 หลายเดือนก่อน

    How did u write q=0, q'=0 and q=1,q'=1 in the truth table?

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

    This guy help me to become a Topper

  • @HariVijay-lf4pk
    @HariVijay-lf4pk ปีที่แล้ว

    Q and Q' are opposite to each other right then how 0,0 and 1,1 case will be there in the table??

  • @kishanbaranwal8331
    @kishanbaranwal8331 3 ปีที่แล้ว

    Why not we take 3 bit down counter example 1 as it can have both 1 and 2 seprately

  • @davidrobles1578
    @davidrobles1578 5 ปีที่แล้ว

    Why not just use the XOR gate? Less wires and components.

  • @m.preacher2829
    @m.preacher2829 3 ปีที่แล้ว

    why Q and Q quer can be both 11? is this allowed in normal FF?

  • @sivaranjaniduraisamy8766
    @sivaranjaniduraisamy8766 4 ปีที่แล้ว

    I think the inputs are wrongly taken. When q is 1 q bar cannot be 1

  • @nikhilbinnar9070
    @nikhilbinnar9070 2 ปีที่แล้ว

    Why can't we use 2:1 MUX in the mode control ?

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

    AMAAAZINGLY described :D

  • @GauravBakde-cv5ew
    @GauravBakde-cv5ew ปีที่แล้ว

    4 bit asynchronous up/down counter ka truth table kaise banate hai

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

    isn't the combinational circuit used in this counter equivalent to a 2 X 1 MUX ?

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

    Cant we use a XOR Gate M^Q

    • @ahmadalothman7919
      @ahmadalothman7919 8 ปีที่แล้ว

      yes u can and its ok if not but in the question it said to use minimum amount of gates as possible just put XOR

    • @mindhacksinc
      @mindhacksinc 8 ปีที่แล้ว

      Even I had the same doubt! 👍

    • @mohitthorat8580
      @mohitthorat8580 5 ปีที่แล้ว

      No you can't, check the truth table. M exor Q doesn't give out put as Y

    • @ritvikchaturvedi4320
      @ritvikchaturvedi4320 5 ปีที่แล้ว

      @@mohitthorat8580 it does give the same output

    • @mohitthorat8580
      @mohitthorat8580 5 ปีที่แล้ว

      Check the 5th entry of the truth table, 1exor0 should be 1. But o/p is 0.

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

    my though power is dead its very diffcult

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

    USE M and Q Xor and instead of jk use T flip flop

  • @haribrindha4772
    @haribrindha4772 5 ปีที่แล้ว

    If Q is 0 Q complement cannot be zero how it is possible

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

    basically we have to use mux? right?

  • @VISHALHS-qw1hc
    @VISHALHS-qw1hc 7 หลายเดือนก่อน

    Use multiple etc fine but op where to take???

  • @agstechnicalsupport
    @agstechnicalsupport 2 ปีที่แล้ว

    This can be a good exam question.

  • @FatihErdemKzlkaya
    @FatihErdemKzlkaya 9 ปีที่แล้ว +6

    Well, actually you do not need to add Q's complement to table since it will be always opposite of Q. When you do it with only M and Q you can use just a XOR gate as combinational circuit.

    • @Ebuilt
      @Ebuilt 9 ปีที่แล้ว

      +Fatih Erdem Kızılkaya circuit diagram plz

  • @shaileshpawar3712
    @shaileshpawar3712 9 ปีที่แล้ว +2

    why we not used Y=M (XOR) Q between the two flip-flops in up/down ripple counter

    • @Ebuilt
      @Ebuilt 9 ปีที่แล้ว

      +Shailesh Pawar you can use
      but it is best way so that people can understand

  • @dhairyashah4387
    @dhairyashah4387 4 หลายเดือนก่อน

    Can we use XOR gate instead of two ands and one or at 7:45

  • @modernlogix
    @modernlogix 5 ปีที่แล้ว

    Couldn't we use just an XOR gate instead of two and gates

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

    Why didnt you use an Ex-or GATE.

  • @sayalikathore9611
    @sayalikathore9611 2 ปีที่แล้ว

    And from where we are going to consider the output

  • @saransh85
    @saransh85 5 ปีที่แล้ว

    Why not use exor gate as a combinational circuit

  • @knowledgepower5724
    @knowledgepower5724 4 ปีที่แล้ว

    SIR
    IS UP/DOWN COUNTER IS SAME AS TRUNCATED COUNTER

  • @kushwanthkapa2041
    @kushwanthkapa2041 5 ปีที่แล้ว

    here out puts are QA,QB,QC............................

  • @OliverPasaribu-c7d
    @OliverPasaribu-c7d 9 หลายเดือนก่อน

    Hi guys, as positive feedback, I have tested your circuit, but both mode perform a down counting only. For 2 BITS counter both mode count: 11, 10, 01 and 00. I think you should revise your circuit. For 2 BITS up/down counter, please look carefully that output Q of 1st T flip-flop must trigg the clock Pulse for the second flip-flop since this is a typical of asynchronous counter. Then, the output Q and Q' of first FF must be chosen using 2 to 1 mux then we OR both and take the output of OR gate as one of it output bit itself (Verify MSB or LSB. Do the same step for the second FF, third FF and fourth FF for 4 bit up/down counter modulo 16 from 0 to 15. Thank you.

  • @shashankpc5614
    @shashankpc5614 5 ปีที่แล้ว

    for the combinational circuit.....instead of using 2 AND gates and 1 OR gate, why can't we implement the combinational circuit using a single XOR gate itself?
    Because the equation is as (NOT(M))(AND)(Q)(OR)(M)(NOT(Q))=M(XOR)Q

  • @aakashkumarsingh704
    @aakashkumarsingh704 3 ปีที่แล้ว

    Why are Q and Q' both same in our truth table?

  • @audiokees4045
    @audiokees4045 4 ปีที่แล้ว

    I need ripple counter then decoder then a 4 bit integrator making 4 triangles faseshifted 180 degree, the clockpuls coming from a integrator osc circuit making a puls. thanks.

  • @priyanshubhardwaj4268
    @priyanshubhardwaj4268 6 ปีที่แล้ว

    As the outputs of flip flop are complement of each other ....
    Why did you consider the case where q and it's complement is equal..While making combinational for.

  • @vikramank4521
    @vikramank4521 4 ปีที่แล้ว

    Here is the contradiction.That is even if there is down counter which is Q',the next ff uses the Q as clock .But according to selection logic,it uses Q' as clock for next ff .This congufuses me .

  • @vishnukanth5993
    @vishnukanth5993 3 ปีที่แล้ว

    for up counting we need to feed QA_bar as clk to next flop right so if it should happen at m=0 then function would be M_bar.QA_bar + M.QA . So Finally we need to use M xnor QA

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

    Sir fir 4 bit me kitni bar count krna parega ...i means 0-15 bit leni hogi
    Aur agr esa h to synchronous me apne 3 bit k lie b 0-15 combination use kie the ...??
    Plz sir esa kyu hua bta dijie

    • @mdsharique9685
      @mdsharique9685 6 ปีที่แล้ว

      kavita indre just add one more flip flop..and everything will remain same as previous

    • @AbhishekKumaraevii
      @AbhishekKumaraevii 6 ปีที่แล้ว

      in that case what will be the truth table?

  • @msaiswaroop476
    @msaiswaroop476 4 ปีที่แล้ว

    I have a doubt regarding truth table F(M,Q,Q') how the Q & Q' will be same eg: at (0,0,0).. practically Q and Q' is not possible.

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

    amazing. (Y)

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

    another way to do this one is to use 3 xors at the outputs than 2 xors at the clocks:
    use output_a as (m xor Qa), output_b as (m xor Qb) and output_c as (m xor Qc) - this comes with advantage of not having clock cycle shifted by 1 (see previous video)

  • @satyamgupta8233
    @satyamgupta8233 3 ปีที่แล้ว

    Thumps up those who watch neso academy before 1 day of exam in 2X mode to cover syllabus ,and save their life

  • @rahulmittal051
    @rahulmittal051 7 ปีที่แล้ว

    sir but where are the binary outputs???such as ..there were in up and down counters.......???individually

  • @ayshwaryasaha4677
    @ayshwaryasaha4677 5 ปีที่แล้ว

    Why we not use xor gate as the combination

  • @durveshbedre414
    @durveshbedre414 2 ปีที่แล้ว

    is this also called as Mod Counters????