Hey buddy! Great job. Is helping me for my job prep here in the USA. Keep going!
@raviiitn74055 ай бұрын
You explained this in a very good way Can you please make such more videos related to verilog implementation of all these things
@ips604 Жыл бұрын
very nice
@shashankgowda76574 жыл бұрын
Good one ...keep it up!!
@KarthikVippala4 жыл бұрын
Thanks for the support brother 👊 Good luck 👍
@akhilapp11356 ай бұрын
Sir can we do this using jk and T flip flops whoes input tied to 1
@swatisajeekumar68774 жыл бұрын
If I want to make a clock divide by 4 circuit I can give the output of the 1st flip flop as the clock to the next flip flop, right?
@KarthikVippala4 жыл бұрын
Yes you are correct !!🙋
@AdityaSingh-yb4vu4 жыл бұрын
Execellent :)
@KarthikVippala4 жыл бұрын
Thank you Bhai👍
@yashagrawal20313 жыл бұрын
Sir how can we think about the circuit of divide by 2 on our own? Is there any quick method?
@BITSIAN235 ай бұрын
kzbin.info/www/bejne/mZfKhZ6facmtgtU
@AmitKumar-wf1qq3 жыл бұрын
for frequency divider by 2 we can simple use T ff in toggle form
@manuradha9554 жыл бұрын
For synchronous circuit ,the frequency is divided by 2 its OK(f/2) .then what about asynchronous,if we give clock with frequency f .
@KarthikVippala4 жыл бұрын
That circuit shown will become asynchronous if we give output of flop to clock of flop
@manuradha9554 жыл бұрын
@@KarthikVippala s sir .did u understood my question? What is the output frequency of asynchronous counter if we give 1.5MHz? Give reply within 24 hrs .
@shashankgowda76574 жыл бұрын
@@manuradha955 he is telling you that in asynchronous mode you should give the output of one flop to the next flop, so that the frequency gets further divided by 2...this is how counters work...you can refer this link... www.electronics-tutorials.ws/counter/count_1.html
@KarthikVippala4 жыл бұрын
Thanks shashank for detail info , appreciate it, good luck brother 👊
@akbarbasha59914 жыл бұрын
for t=1ns input we are getting t=2ns output, will it not become clock multiplier?
@KarthikVippala4 жыл бұрын
Hey akbar , thanks for asking the question Hey the term division and multiplication is for the frequency. Here frequency is divided by 2. time period is reciprocal of frequency . If frequency is divided by 2 time period is multiplied by 2 . I hope this clears your doubt. If you have any more doubts, feel free to comment 👍 Please do subscribe it will help me a lot 👍
@akbarbasha59914 жыл бұрын
Do you have any videos for frequency multiplication circuits?
@KarthikVippala4 жыл бұрын
Hey thanks for asking , but as of now I don't have any videos , but in future I will make videos on it
@smitakaramadi10714 жыл бұрын
Hi sir ..how to implement frequency divider using sr latches
@devimamaidikuduru53902 жыл бұрын
y we can't take SRorJK or T insted of that, y we choose D FFsir
@gmlcks19084 жыл бұрын
can you explain about a pattern display which is related to password recognizer?
@KarthikVippala4 жыл бұрын
Can you please elaborate
@gmlcks19084 жыл бұрын
@@KarthikVippala Thank you for answering. I need to make a decimal number to binary number and put it into a password recognizer. This password recognizer would be in a locked mode at first until correct input password to be fed in. This would be recorded to a pattern displayer which shows "EEEE" at first "6EEE" -> "60EE" -> and so on until it reaches the "6010". anyway I need to build a pattern display to make program to be unlocked and move to a clock mode. The pattern display would be connected to a 16_2 to 1 multiplexer. Can u understand what I am trying to say..?
@gmlcks19084 жыл бұрын
@@KarthikVippala can u explain what is decoder and how it works?
@KarthikVippala4 жыл бұрын
Decoder is type of combinational Circuit which decodes a small bit value into large bit value. It is normally used in combination with encoders which does exactly the opposite of what a decoder does. It takes a particular number of binary values as inputs and decodes then into more lines by using logic. Let's say 2 inputs in1 & in0 , and four outputs 01,02,03,04. If in1&in2 are 0, 0 then outputs will 1,0,0,0 (01,02,03,04) If in1&in2 are 0, 1 then outputs will 0,1,0,0 (01,02,03,04) And similarly for 1,0 & 1,1 inputs.
@gmlcks19084 жыл бұрын
Karthik Vippala then if i want to convert 1101 into a decoder and as long as it defines the correct binary(1101) and move to BCD to make start counting from 0000 to 9999. What kind of logic would require to transfer 1101 and trigger BCD to start counting?
@Anandkumar-hz8mn3 жыл бұрын
Can this be implemented using IC 7490?
@RamKiran-bunny3 ай бұрын
thanks
@KarthikVippala2 ай бұрын
Your welcome 🤗
@althafshaik95564 жыл бұрын
Please explain clock relations
@KarthikVippala4 жыл бұрын
Can you please elaborate a bit 👍
@art_lunatic3 жыл бұрын
@@KarthikVippala in D-FF output only shows up only when clock is high and when clock is low, the previous output is preserved....i think @althaf is mentioning this..