Read Electric Vehicle
Read Electric Vehicle
  • 185
  • 179 641
T flip flop |working | truth table | excitation table | characteristic equation
Flip flops are memory elements used to store, retain, and then retrieve information from them.
Latches and flipflop store 1 bit information ( 0 or 1) and they are called bistable multivibrators as they have two stable states.
There are four types of flip flop
1. S R flip flop
2.J K flip flop
3. D flip flop
4. T flip flop
S R flip flop is the basic flip flop which is used to design other flip flops.
J K flip flop is the modified version of S R flip flop
The output of the flip flop depends on the present input and also on the previous output.
ch 27 Difference between latch and flipflop
th-cam.com/video/g9FQJob1Z64/w-d-xo.html
Ch 28 SR flip flop
th-cam.com/video/tqlC5wZmbNg/w-d-xo.html
ch 29 JK flipflop
th-cam.com/video/HTw2m4NjNlw/w-d-xo.html
Ch 30 D flip flop
th-cam.com/video/6dpO_pSl7O8/w-d-xo.html
Ch 13:3 variable K-map
th-cam.com/video/xFZMEVqueAg/w-d-xo.html
Ch 14: 4 variable K-map
th-cam.com/video/aqkCaABOlVY/w-d-xo.html
Ch1: Introduction to number system
th-cam.com/video/G5k3mTOzx98/w-d-xo.html
Ch2: Decimal to binary conversion
th-cam.com/video/TVNvDtdWS7M/w-d-xo.html
Ch3: Decimal to Octal conversion
th-cam.com/video/BnKVSBkbbzQ/w-d-xo.html
Ch4: Decimal to Hexa decimal conversion
th-cam.com/video/AwZmLIhYYxA/w-d-xo.html
Ch5: Binary to any conversion system
th-cam.com/video/l2mch5kEUJw/w-d-xo.html
CH6:logic gates
th-cam.com/video/g1qcAjqK900/w-d-xo.html
Ch7:Boolean algebra
th-cam.com/video/kNHLRoE8qNI/w-d-xo.html
Ch 8:Realization of gates using NAND and NOR logic
th-cam.com/video/WvoC-ZLIQBY/w-d-xo.html
Ch 9: Complement of a Boolean expression
th-cam.com/video/8GQlobnbli0/w-d-xo.html
Ch 10: Min term and Max term : Sum of min terms and Product of Max terms
th-cam.com/video/8GQlobnbli0/w-d-xo.html
................................................................................................................................................
SUBSCRIBE
th-cam.com/channels/nWueEBI2LSK5F4hEec8Udw.html? sub_confirmation=1
CONTACT US
In case of any query, please do
email : readelectricvehicle@gmail.com.
Blog: readelectricvehicle.wordpress.com
TWITTER : ReadEVehicle
----------------------------------------------------------------------------------------------------------------
#digitalelectronics, #flipflops, #readelectricvehicle, #digitalelectronicslectures,
มุมมอง: 6

วีดีโอ

D flip flop |working | truth table | excitation table | characteristic equation
มุมมอง 1621 วันที่ผ่านมา
Flip flops are memory elements used to store, retain, and then retrieve information from them. Latches and flipflop store 1 bit information ( 0 or 1) and they are called bistable multivibrators as they have two stable states. There are four types of flip flop 1. S R flip flop 2.J K flip flop 3. D flip flop 4. T flip flop S R flip flop is the basic flip flop which is used to design other flip fl...
Excess 3 to Binary Coded Decimal BCD code converter/digital logic circuits
มุมมอง 1021 วันที่ผ่านมา
Binary coded decimals are used to represent decimal numbers BCD numbers use 10 digits 0 to 9. Binary numbers 0,1 are used to represent the decimal numbers Till decimal number 9, binary number and BCD are same For decimal number greater than 9, BCD number can be obtained by adding 6 to binary number. Excess 3 code is obtained by adding 3 to the bcd number In this video, you will learn how to con...
JK flip flop |working | truth table | excitation table | characteristic equation
มุมมอง 3128 วันที่ผ่านมา
Flip flops are memory elements used to store, retain, and then retrieve information from them. Latches and flipflop store 1 bit information ( 0 or 1) and they are called bistable multivibrators as they have two stable states. There are four types of flip flop 1. S R flip flop 2.J K flip flop 3. D flip flop 4. T flip flop S R flip flop is the basic flip flop which is used to design other flip fl...
SR flip flop |working | truth table | excitation table | characteristic equation |Ch 28
มุมมอง 37หลายเดือนก่อน
Flip flops are memory elements used to store, retain, and then retrieve information from them. Latches and flipflop store 1 bit information ( 0 or 1) and they are called bistable multivibrators as they have two stable states. There are four types of flip flop 1. S R flip flop 2.J K flip flop 3. D flip flop 4. T flip flop S R flip flop is the basic flip flop which is used to design other flip fl...
Difference between latch and flip flop | easy explanation
มุมมอง 66หลายเดือนก่อน
Latch and Flip flop are memory elements used to store, retain, and then retrieve information from them. Latches and flipflop store 1 bit information ( 0 or 1) and they are called bistable multivibrators as they have two stable states. the main difference between latches and flipflop is that the method used for changing their state. Latch is used to store information Latches are Level sensitive ...
2 bit Binary comparator/Magnitude comparator/digital logic circuits/K map
มุมมอง 62หลายเดือนก่อน
Binary comparators are combinational logic circuits 2 bit comparator-used to compare two bit binary numbers In this video, you will learn how to design a 2 bit binary numbers Step by step procedure for conversion is explained with K.map For this design, you need to know about the basics of 4 variable k-map and logic gates. Ch 14: 4 variable K-map th-cam.com/video/aqkCaABOlVY/w-d-xo.html Ch 23 B...
Binary to gray and gray to binary code converter/digital logic circuits
มุมมอง 23หลายเดือนก่อน
Binary numbers are 0 and 1 In gray code, Only one bit change between successive numbers is allowed. This helps to Simplify logic operations and reduce errors. Hardware realization is easy In this video, you will learn how to convert a given binary number to gray code and given gray code to binary number. Step by step procedure for conversion is explained with K.map For this design, you need to ...
Excess 3 code to Binary Coded Decimal BCD converter/digital logic circuits
มุมมอง 252 หลายเดือนก่อน
Binary coded decimals are used to represent decimal numbers BCD numbers use 10 digits 0 to 9. Binary numbers 0,1 are used to represent the decimal numbers Till decimal number 9, binary number and BCD are same For decimal number greater than 9, BCD number can be obtained by adding 6 to binary number. Excess 3 code (Xs 3) is excess of 3 from the BCD number. In this video, you will learn how to co...
Binary Coded Decimal BCD to excess 3 code converter/digital logic circuits
มุมมอง 282 หลายเดือนก่อน
Binary coded decimals are used to represent decimal numbers BCD numbers use 10 digits 0 to 9. Binary numbers 0,1 are used to represent the decimal numbers Till decimal number 9, binary number and BCD are same For decimal number greater than 9, BCD number can be obtained by adding 6 to binary number. Excess 3 code (Xs 3) is excess of 3 from the BCD number. In this video, you will learn how to co...
Binary to BCD code converter in digital electronics
มุมมอง 152 หลายเดือนก่อน
Binary coded decimals are used to represent decimal numbers BCD numbers use 10 digits 0 to 9. Binary numbers 0,1 are used to represent the decimal numbers Till decimal number 9, binary number and BCD are same For decimal number greater than 9, BCD number can be obtained by adding 6 to binary number. In this video, you will learn how to convert a given binary number to BCD and design a binary to...
Multiplexer and De multiplexer in digital electronics/ Problems
มุมมอง 442 หลายเดือนก่อน
Multiplexer is also called a Data selector It has Multiple Input and Single Output 2^n input lines for n selection lines Multiplexer selects one of the input data based on the Selection Signal (Sel) De-multiplexer is a combinational circuit that receives information on a single line and transmits to one of the output lines A decoder with enable input can function as a Demultiplexer. Decoder con...
Decoder and encoder/ K-map/digital logic circuits/digital electronics
มุมมอง 633 หลายเดือนก่อน
Decoder converts binary information from n input lines to a maximum of 2n unique output lines. Only one output will be active at any time. Encoder- Combinational circuit that performs reverse operation of a decoder. Only one input is activated at a time Produces a ‘n’ bit output depending on which input is activated Decoders and encoders are combinational circuits. Combinational circuit - for d...
Half subtractor and full subtractor/Step by step procedure/digital electronics
มุมมอง 163 หลายเดือนก่อน
Half subtractor and full subtractor are combinational circuits used to subtract binary numbers. In this video, you can learn how to design a Half subtractor and full subtractor using K-map and implement using logic gates. Step by step procedure is given which will be easy to understand. Ch 18: Half adder and full adder th-cam.com/video/slfVhFBo4fY/w-d-xo.html Ch 12: 2 variable K-map th-cam.com/...
Half adder and full adder/Step by step procedure/digital electronics
มุมมอง 223 หลายเดือนก่อน
Half adder and full adder are combinational circuits used to add binary numbers. In this video, you can learn how to design a half adder and a full adder using K-map and implement using logic gates. Step by step procedure is given which will be easy to understand. Ch 12: 2 variable K-map th-cam.com/video/HvfAyV23MYY/w-d-xo.html Ch 13:3 variable K-map th-cam.com/video/xFZMEVqueAg/w-d-xo.html Ch1...
Difference between Combinational circuit / Sequential circuit/applications
มุมมอง 233 หลายเดือนก่อน
Difference between Combinational circuit / Sequential circuit/applications
Quine McCluskey Method/Step by step procedure/example 2/digital electronics
มุมมอง 343 หลายเดือนก่อน
Quine McCluskey Method/Step by step procedure/example 2/digital electronics
Quine McCluskey Method/Step by step procedure/example 1/digital electronics
มุมมอง 274 หลายเดือนก่อน
Quine McCluskey Method/Step by step procedure/example 1/digital electronics
Karnaugh Map (K- map) /4 variable K map problems with solution
มุมมอง 394 หลายเดือนก่อน
Karnaugh Map (K- map) /4 variable K map problems with solution
Karnaugh Map (K- map) /rules/3 variable K map problems with solution
มุมมอง 234 หลายเดือนก่อน
Karnaugh Map (K- map) /rules/3 variable K map problems with solution
Karnaugh Map (K- map) /rules/2 variable K map problems with solution
มุมมอง 634 หลายเดือนก่อน
Karnaugh Map (K- map) /rules/2 variable K map problems with solution
Canonical form and standard form-Sum of Product(SOP)/Product of Sum (POS)
มุมมอง 475 หลายเดือนก่อน
Canonical form and standard form-Sum of Product(SOP)/Product of Sum (POS)
Min term and Max term /How to find Sum of min terms and Product of max terms?
มุมมอง 495 หลายเดือนก่อน
Min term and Max term /How to find Sum of min terms and Product of max terms?
How to find the complement of a boolean expression easily? Competitive exam questions
มุมมอง 485 หลายเดือนก่อน
How to find the complement of a boolean expression easily? Competitive exam questions
Realization of gates using universal gates- NAND/NOR gate
มุมมอง 505 หลายเดือนก่อน
Realization of gates using universal gates- NAND/NOR gate
Logic gates-AND/OR/NOT/ universal gates- NAND/NOR/XOR/XNOR / truth table
มุมมอง 446 หลายเดือนก่อน
Logic gates-AND/OR/NOT/ universal gates- NAND/NOR/XOR/XNOR / truth table
Binary to decimal/Octal/Hexadecimal conversion -viceversa
มุมมอง 386 หลายเดือนก่อน
Binary to decimal/Octal/Hexadecimal conversion -viceversa
Decimal to hexa decimal number conversion. How to cross check your answer?
มุมมอง 566 หลายเดือนก่อน
Decimal to hexa decimal number conversion. How to cross check your answer?
Decimal to octal number conversion. How to cross check your answer?
มุมมอง 2646 หลายเดือนก่อน
Decimal to octal number conversion. How to cross check your answer?
Boolean algebra/Boolean laws/De Morgan's Theorem
มุมมอง 136 หลายเดือนก่อน
Boolean algebra/Boolean laws/De Morgan's Theorem

ความคิดเห็น

  • @HemaMeenakshi-mx6vo
    @HemaMeenakshi-mx6vo 21 ชั่วโมงที่ผ่านมา

    Thank you so much mam ❤

  • @andrewnallayanw2357
    @andrewnallayanw2357 วันที่ผ่านมา

    Very good and nicely explained

  • @fasihakhanum4213
    @fasihakhanum4213 2 วันที่ผ่านมา

    Very good explanation

    • @readelectricvehicle6078
      @readelectricvehicle6078 วันที่ผ่านมา

      Thank you so much. Please subscribe for more videos on electrical engineering and share it with your friends.

  • @dharmikmistry8781
    @dharmikmistry8781 4 วันที่ผ่านมา

    thank you so much

  • @RituKumariR-z9e
    @RituKumariR-z9e 4 วันที่ผ่านมา

    Thanks mam

  • @srey_as
    @srey_as 7 วันที่ผ่านมา

    Nothing about armature current which is a crucial part of

  • @mohamedfagal9872
    @mohamedfagal9872 7 วันที่ผ่านมา

    Thank you

  • @vrushaliandraskar6735
    @vrushaliandraskar6735 9 วันที่ผ่านมา

    You need to explain it more clearly, your explanation is too confusing

    • @readelectricvehicle6078
      @readelectricvehicle6078 วันที่ผ่านมา

      Can you elaborate on what was confusing? I'm happy to help!

  • @PredetorBoy
    @PredetorBoy 18 วันที่ผ่านมา

    Thank you ❤

  • @sathiyaseelanm905
    @sathiyaseelanm905 23 วันที่ผ่านมา

    Tamila explain pannunga mam please 🙏🙏🙏

    • @readelectricvehicle6078
      @readelectricvehicle6078 23 วันที่ผ่านมา

      it is easy and simple language only. Listen one more time you will get it. If you have doubts or not clear you can mail to readelectricvehicle@gmail.com

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

    Very helpful videos mam ❤thank u ❤

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

      Thank you! I hope you find my other videos on DC drives useful as well. Share it with your friends

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

    I feel it is wrong

  • @PR-hx9ci
    @PR-hx9ci หลายเดือนก่อน

    Study, learn and hence make your videos.

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

    Very Good Presentation

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

      Thanks a lot. Please subscribe for more videos on electrical engineering Share it with your friends

    • @sathiyaseelanm905
      @sathiyaseelanm905 22 วันที่ผ่านมา

      Ok mam Tq mam

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

    Nice explanation Very helpful ❤

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

      glad it was helpful. Please subscribe for more videos and share it with your friends

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

    Good mam.

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

      glad you liked it. Subscribe for more videos on electrical engineering

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

    I am not sure this summary table is correct. The average for both Rectangular and Sine waves "as graphed" are Zero. I believe what this lady is calculating are valid for the average values of "rectified" Rectangular, or Sine waves.

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

      The average value of a rectified sine wave is not same as sine wave. A sine has equal positive and negative parts. If you take average, it becomes zero. Whereas a rectified sine wave has only positive area ( no negative part). So its average is Vm/Pi and 2Vm/pi for half wave rectifier and full wave rectifier respectively.

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

    Is average value for rectangular wave for T/2 period

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

      yes. When any waveform has equal positive and negative halfs, the average value will be zero. So normally the average value is calculated for a half cycle in symmetrical waveforms.

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

    Thanks for explaining so easily.

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

      Glad it was helpful!. if you need any other subject, mention it. Subscribe for more videos and Share it with your friends

  • @Goku-dk9md
    @Goku-dk9md หลายเดือนก่อน

    Superb video

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

      Thank you so much . Please do subscribe for more videos in electrical engineering and Share it with your friends.

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

    i am 1 st year electrical engineering student.your channel helps me lot.

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

      Thank you. Please do subscribe for more videos and share it with your friends

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

    I have a question, can you please tell me how do you decide which diodes will conduct and when.

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

      I mean thyristor ( not diode)

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

      @@tejaszunjare9096 For thyristor to conduct, 2 conditions must be satisfied. (i) it should be forward biased (ii) it should receive gate pulse. for example take alpha =0 degree, T1 is forward biased and receives gate pulse at 60 degree, so it starts conduction at 60 degree

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

    Great video ❤!! Thank you

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

    me wnat to lesson pdf

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

    I’m grateful and excellent explanation.❤❤❤

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

      Glad it was helpful!. Do subscribe for more videos and share it with your friends

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

    great explanation, easy to understand. Thank you

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

      Glad it was helpful!. Please subscribe for more videos and share it with your friends

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

    Thanks 👍👍

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

      Welcome 👍 Please subscribe and share it with your friends

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

    Thanks

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

    Thanks 👍

  • @chakra.g
    @chakra.g 4 หลายเดือนก่อน

    Excellent contribution, valuable video

  • @chakra.g
    @chakra.g 4 หลายเดือนก่อน

    Excellent contribution, valuable video

  • @chakra.g
    @chakra.g 4 หลายเดือนก่อน

    Excellent contribution, valuable video

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

      Thank you. Please do subscribe and share it with your friends

  • @Bhagavadgita-py6gz
    @Bhagavadgita-py6gz 4 หลายเดือนก่อน

    So much helpful ❤️❤️❤️❤️👍👍👍

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

    Thank you so much for unimaginable, unforgettable lecture

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

      Most welcome!. Please do subscribe and share it with your friends

  • @VighneshP-h1f
    @VighneshP-h1f 4 หลายเดือนก่อน

    Gd but ....

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

  • @HappyKaushik-c7c
    @HappyKaushik-c7c 4 หลายเดือนก่อน

    Vey diffucult explation😂😂

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

    13:41 Total area=2*1/2*T/6*Vm + Vm*T/6 Here how you get 2 ? Area of Triangle 1 = 1/2*T/6*Vm Area of Triangle 3= Vm*T/6 Area of Rectangular 2= ? How we finding area for 2 Rectangular?

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

      Hai Area of Triangle = base*height/2 . Now here area of triangle 1 = 1/2*T/6*Vm area of second triangle = 1/2*T/6*Vm area of rectangle which is marked as part 3 = base* height = Vm*T/6 Add all 3 portions you will get answer. I have added 2 triangles together first then added rectangle Adding 2 triangles together = 2*1/2*T/6*Vm Hope you understand.

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

    Very nice explanation! The light went on!! Thanks so much.

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

    Hello! I have a question about the line to line voltage graph in the examples with different firing angles. I think you have Va, Vb, Vc instead of Vab, Vbc and Vca.Vab shouldn't be 0 at wt=0. Could you check this?

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

      I see that you mentioning about the reference voltage... can I just set Vab like how you did for any situation? It looks way better than having 30 degrees.

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

      yes. Always make sure the phase difference between 3 waveforms either line -line or phase voltage is 120 degree

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

      @readelectricvehicle6078 I see. this is very helpful. Thanks!!!

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

      @@evanlee95 . Glad it helped you. Please do subscribe and share it with your friends.

  • @velr.a
    @velr.a 5 หลายเดือนก่อน

    Mam.. is self control mode and closed loop control are the same?

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

      yes. In self controlled mode feedback is there. It is closed loop control

    • @velr.a
      @velr.a 5 หลายเดือนก่อน

      @@readelectricvehicle6078 thank you for reply mam

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

    Well explained mam

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

      Thanks a lot. please do subscribe for more videos on electrical enginnering

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

    about the rotor resistance control, is it the traditional way?

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

      after the advancement of power electronics, power converters were used. Earlier without power converters (manually varied) is used.

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

    good videos😊, but please consider breaking them up into sections (timestamps). so that When a user clicks on a timestamp, they are immediately taken to the part of the video that timestamp is linked to.

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

    Awesome nice lecture mam ☺️

  • @PubuduDissanayaka-zm9oq
    @PubuduDissanayaka-zm9oq 6 หลายเดือนก่อน

    Thank you ma'am

  • @ManoherMano-vo6re
    @ManoherMano-vo6re 6 หลายเดือนก่อน

    Sister please make videos for electrical interview related please

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

    Notes please

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

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

    Great lecture mam tq