For more videos related to Digital Electronics, check this playlist: bit.ly/31gBwMa
@mayurshah91312 жыл бұрын
FANTASTIC AS USUAL
@poojashah61832 жыл бұрын
Best video on synchronous counter👌🏻👌🏻
@user-ox4ii2bw6xАй бұрын
Extremely useful, here from 201 CPE.
Жыл бұрын
Fantastic presentation
@huiwencheng4585 Жыл бұрын
exactly, atfer aeeing this I want to say fantastic
@AffanShaikh-fw1hp9 ай бұрын
In 3:38 when u were showing Excitation table of JK Fip Flop, the outtput Qn and Qn+1 is in the wrong sequence. Qn must be 0,0,2,1 ehie Qn+1 must be 0,1,0,1.??
@ALLABOUTELECTRONICS9 ай бұрын
I think you didn't understand the meaning of the excitation table. Please check the earlier video of JK flip-flop, where I have explained the excitation table of JK flip-flop. Here is the link: kzbin.info/www/bejne/goCzeax-hLKWgqssi=dCZu1bckU6SCCSIo&t=739
@gopeshkanha032 ай бұрын
धन्यवाद
@ravirajpawar9353 Жыл бұрын
Excellent 👍
@aleksxmrkvc7 ай бұрын
The best 🗣️
@sonyteetla534410 ай бұрын
Please clarify my doubt Sir, correct me if i am wrong . Sir i think you gave wrong connection for CLK in up counting and down counting because in last video you gave table if it is negative triggering for up counter Q should connect as CLK to next flip and and for down counter Q(bar) should connect as CLK to next flip flop For postive triggering up counter Q(bar) should connected as CLK and down counter Q should be connected as CLK to next flip flop Here in this video you used postive triggering and gave according negative triggering connections
@ALLABOUTELECTRONICS10 ай бұрын
The counter covered on the previous video was asynchronous counter. This is synchronous counter. The condition which you have mentioned are valid only for asynchronous counter.
@lenovosynch2 ай бұрын
good work
@saraerikka5 ай бұрын
Please what textbook would you recommend for practice questions on digital electronics
@ALLABOUTELECTRONICS5 ай бұрын
Digital Electronics by m. morris mano and second one is digital electronics by anand kumar
@saraerikka5 ай бұрын
@@ALLABOUTELECTRONICS thank you
@rahelfarhad9946Ай бұрын
@@ALLABOUTELECTRONICS sir u have solution manual of fundemental of digial by floyed editiion 11??
@alaapjagdale4717 Жыл бұрын
Sir, can we know which video editor or software you are using to make videos?
@shellsiz95927 ай бұрын
Can u help me i net to make synchrine counter from 9-0 only odd numbers for tomorow 13.6.2024
@ALLABOUTELECTRONICS7 ай бұрын
I have already shown the design procedure in the second part of the video for designing a synchronous counter of arbitrary sequence. You may refer that.
@ducc19282 жыл бұрын
sir in 12:12 shouldnt the F/F be negative edge triggered since the Q1 transitions taking place at falling edges(1-0) of Q0?
@ALLABOUTELECTRONICS2 жыл бұрын
This is synchronous counter. So, all the flipflops in the counter receives the clock at the same time. In asynchronous counter, the output of one flip flop is connected to the clock input of next stage. I hope, it will clear your doubt.
@ducc19282 жыл бұрын
@@ALLABOUTELECTRONICS ty sir got it :)
@adamsmuhammed7601 Жыл бұрын
How will the diagram look if we are to use NOR gate pls
@ALLABOUTELECTRONICS Жыл бұрын
I think since you have been asked to design the counter only using JK flip-flops and NOR gates, it would be easier to design an asynchronous MOD-7 counter. (unless you have been asked specifically to design synchronous counter). In that case, you need to connect the Q2, Q1, and Q0 output of the JK flip-flops to NOR gate. And the output of the NOR gate to clear input of the flip-flops. When the count goes to 111, then output of the NOR gate will become 0, and it will reset all the flip-flops. The counter will count from 000 to 110. This video will be more suitable for you. kzbin.info/www/bejne/haeyiYWHnretl9U Please check it. Your doubts will get clear for sure. And still if you have any doubt then let me know here.
@MSDHZAHEEMI5 ай бұрын
Sir, I think the way you calculated propagation delay is wrong.please check.because first AND gate and other ff s depends on first two ff
@ALLABOUTELECTRONICS5 ай бұрын
It is synchronous circuit. What you are saying would be true for the asynchronous counter. Here, all flip-flops are responding to the input at the rising or falling edge. So, at given clock edge, whatever is the input of the flip-flop, accordingly they will generate the new output. And the next flip-flop will respond to this new output at the next clock edge. I hope, it will clear your doubt.