ECE VIDEOS
ECE VIDEOS
  • Видео 386
  • Просмотров 67 358
astable multivibrator using ic555
#linearintegratedcircuits
#lic
#linear
#ic555
Просмотров: 4

Видео

Introduction to IC555
Просмотров 192 часа назад
#linearintegratedcircuits #linear #lic #ic555 #timer
Flash type adc
Просмотров 184 часа назад
#linearintegratedcircuits #lic #analogvlsi #analog #analoglab
Monostable multivibrator using opamp
Просмотров 227 часов назад
#linearintegratedcircuits #analog #analogvlsi #linear #lic
Astable multivibrator using opamp
Просмотров 89 часов назад
#linearintegratedcircuits #analogvlsi
Schmitt trigger using opamp
Просмотров 912 часов назад
#linearintegratedcircuits #linear #analogvlsi
Wein Bridge oscillator using op amp
Просмотров 1914 часов назад
#lic #linearintegratedcircuits #linear #analog #analogvlsi
Square root carry select adder
Просмотров 1316 часов назад
Circuit analysis :ruclips.net/video/xfzkw-zm_cw/видео.html Aptitude:ruclips.net/video/hqi90ucWUkc/видео.html Digital image processing:ruclips.net/video/oG_ti59xNG8/видео.html Digital Electronics:ruclips.net/video/w-714YlpegI/видео.html
floating point representation
Просмотров 2119 часов назад
#digitalsystem #digitalsystemdesign #digitalelectronicslectures #digital #digitallogic #digitallogicdesign #digitallearning #digitalelectronic #digitalelectronics #floating
Essential hazards
Просмотров 2521 час назад
#digital #digitalelectronic #digitalelectronicslectures #digitalsystem #digitalsystemdesign #hazard #digitallogic #digitallogicdesign
dynamic hazards in digital circuits
Просмотров 61День назад
#digital #digitalelectronic #digitalelectronicslectures #digitalsystemdesign #digitalsystem #digitalsystems
design for testability in vlsi
Просмотров 23День назад
#vlsi #vlsidesign #vlsitechnology #vlsiprojects #vlsitraining #vlsijobs #testing #vlsiprojectcenters #dft
introduction to ASIC
Просмотров 12День назад
#vlsitechnology #vlsi #fpga #asics #vlsidesign #learnvlsi #vlsijobs #vlsiprojects #vlsiprojectcenters #vlsiexcellence
linear carry select adder
Просмотров 3814 дней назад
Tcritical =ktcarry for carry skip adder #vlsitechnology #vlsi #adderall #learnvlsi #vlsidesign #vlsiprojects #vlsiprojectcenters #vlsitraining #vlsiexcellence #vlsijobs
Non bistable sequential circuits
Просмотров 29814 дней назад
Non bistable sequential circuits
scan based design technique in VLSI DESIGN
Просмотров 9114 дней назад
scan based design technique in VLSI DESIGN
built in self test
Просмотров 3214 дней назад
built in self test
Design and simulate universal shift register using HDL
Просмотров 2014 дней назад
Design and simulate universal shift register using HDL
AdHoc testable design techniques
Просмотров 3914 дней назад
AdHoc testable design techniques
Fault model
Просмотров 2614 дней назад
Fault model
design ripple carry adder using block design
Просмотров 3814 дней назад
design ripple carry adder using block design
Design and simulate SR and T flipflop using HDL
Просмотров 2121 день назад
Design and simulate SR and T flipflop using HDL
Design and simulate Moore finite state machine using verilog HDL
Просмотров 2721 день назад
Design and simulate Moore finite state machine using verilog HDL
design and simulate D flipflop using HDL
Просмотров 1721 день назад
design and simulate D flipflop using HDL
design and simulate memories using HDL
Просмотров 1421 день назад
design and simulate memories using HDL
design and simulate Jk flipflop using hdl
Просмотров 2321 день назад
design and simulate Jk flipflop using hdl
design a 4 bit adder program using verilog hdl and implement it using basys 3
Просмотров 3621 день назад
design a 4 bit adder program using verilog hdl and implement it using basys 3
Design of a half adder using verilog HDL and implement it using Basys 3 board
Просмотров 4821 день назад
Design of a half adder using verilog HDL and implement it using Basys 3 board
Binary divider
Просмотров 3128 дней назад
Binary divider
implementation of Schmitt trigger circuit using mosfet
Просмотров 70Месяц назад
implementation of Schmitt trigger circuit using mosfet

Комментарии

  • @Sona-jo7ci
    @Sona-jo7ci 9 дней назад

    Sir upload static hazard too

    • @ECE_VIDEOS
      @ECE_VIDEOS 9 дней назад

      ruclips.net/video/IwXa00I2p74/видео.htmlsi=RewfjIrOmIHVZy8v

  • @Anand-up6ht
    @Anand-up6ht 15 дней назад

    Sir please upload some more important question topics monday we have semester exam sir please. Just a humble request

    • @ECE_VIDEOS
      @ECE_VIDEOS 14 дней назад

      Read DC transfer of nmos and cmos inverter, scaling of mosfet from unit 1.power consumption and problems on linear delay model, elmore constant, dynamic latch and register and pipelining, adders, multiplier and sram, asic types, soc and cmos fabrication

    • @ECE_VIDEOS
      @ECE_VIDEOS 14 дней назад

      Read non ideal iv characteristics, static cmos and types of implementation, arbiter, time borrowing, metastable state, 1bit barrel shifter, classification of memory and it's difference, dft, controllabilty and Observability-2 marks

    • @Anand-up6ht
      @Anand-up6ht 13 дней назад

      @@ECE_VIDEOS thank you so much sir

  • @aerospaceilaiyaraja
    @aerospaceilaiyaraja 23 дня назад

    Very Very Thank you sir....❤

  • @sivanesan850
    @sivanesan850 26 дней назад

    module halftest; reg a, b; wire sum, carry; halfadder uut( .a(a), .b(b),.sum(sum),.carry(carry) ); initial begin a = 0; b = 0; end always #10 a = ~a; always #5 b = ~b; endmodule Here is simple program for testbench

  • @beninjrobi9901
    @beninjrobi9901 26 дней назад

    thank you😀😀😀😀😀

  • @thirdyear-s1r
    @thirdyear-s1r Месяц назад

    please explain how to implement{ A(B+C)+CD}'

    • @ECE_VIDEOS
      @ECE_VIDEOS Месяц назад

      Check the video introduction to cmos logic

    • @ECE_VIDEOS
      @ECE_VIDEOS Месяц назад

      ruclips.net/video/d-hNaOlFGCc/видео.htmlsi=7JsIfPLCR7ZISZix

  • @rajatchakraborty-yv1nx
    @rajatchakraborty-yv1nx Месяц назад

    Thanku

  • @OmRaj-c3s
    @OmRaj-c3s Месяц назад

    Thank you sir it was very helpful ❤

  • @mrkingyt4163
    @mrkingyt4163 Месяц назад

    Thank you sir❤

  • @SriramGamingLive
    @SriramGamingLive Месяц назад

    👏🔥 Great ❤️

  • @OmRaj-c3s
    @OmRaj-c3s Месяц назад

    Sir can you make a video on carry log shifter

    • @ECE_VIDEOS
      @ECE_VIDEOS Месяц назад

      Are you asking about logarithmic shifter?

    • @OmRaj-c3s
      @OmRaj-c3s Месяц назад

      @ECE_VIDEOS yes, Sir

  • @kingskmovies5388
    @kingskmovies5388 2 месяца назад

    Single and double are same concept say yes or no

  • @ananthukrishnan9236
    @ananthukrishnan9236 2 месяца назад

    Poor explanation

  • @muhammadzohaib94
    @muhammadzohaib94 2 месяца назад

    can you design dadda multiplier

  • @muhammadzohaib94
    @muhammadzohaib94 2 месяца назад

    amazing

  • @Rajesh-45-ro
    @Rajesh-45-ro 2 месяца назад

    Sir please share that notes

  • @Sriram-ke4pf
    @Sriram-ke4pf 2 месяца назад

    Sir konjam please personal classes teach panna mudiyuma sir VLSi subject ku mattum please a kind humble request sir

  • @shruthi408
    @shruthi408 3 месяца назад

    Sir intha notes konjam send panna mudiyum ma

  • @asutoshmishra3074
    @asutoshmishra3074 3 месяца назад

    In the first question the digital value is 50

  • @maheshnamboodiri4097
    @maheshnamboodiri4097 3 месяца назад

    Why did we ignore the 2C?

    • @ECE_VIDEOS
      @ECE_VIDEOS 3 месяца назад

      Since it is between two transistors and is called diffusion capacitance

  • @boopalansubramanian7088
    @boopalansubramanian7088 3 месяца назад

    Super

  • @boopalansubramanian7088
    @boopalansubramanian7088 3 месяца назад

    Super

  • @Sriram-ke4pf
    @Sriram-ke4pf 3 месяца назад

    thank you so much sir for the video and clear explanation. How to contact you sir for teaching classes for doubts and getting your support for this subject

  • @VMshri
    @VMshri 3 месяца назад

    Sir put videos for static latches and register and for Dynamic also

    • @ECE_VIDEOS
      @ECE_VIDEOS 3 месяца назад

      Sure ma

    • @ECE_VIDEOS
      @ECE_VIDEOS 2 месяца назад

      ruclips.net/video/0IpyDloypjo/видео.htmlsi=Cg6qAxls8V_qurw7

  • @nsclassycookerycrafts7509
    @nsclassycookerycrafts7509 4 месяца назад

    Please Explain briefly

    • @ECE_VIDEOS
      @ECE_VIDEOS 4 месяца назад

      Logical effort of the inverter is 1 For nand gate is (n+2) /3 For nor gate is (2n+1) /3 Where n is number of input

    • @ECE_VIDEOS
      @ECE_VIDEOS 4 месяца назад

      Like wise u have it for xor and xnor gate

    • @NagendraKrishna
      @NagendraKrishna 2 месяца назад

      @@ECE_VIDEOS what is the formula for xor and xnor gates sir?

    • @ECE_VIDEOS
      @ECE_VIDEOS 2 месяца назад

      @@NagendraKrishna no formula

    • @ECE_VIDEOS
      @ECE_VIDEOS 2 месяца назад

      ​@@NagendraKrishna 4 for 2 input xor and 12 for 3 input xor gate

  • @ParameswaranGceb
    @ParameswaranGceb 5 месяцев назад

    Hi

  • @bluelove9793
    @bluelove9793 5 месяцев назад

    Sir. You're literally reading the contents in the slide. I was hoping for an explanation. Not satisfied!

  • @aliksandarfordino5012
    @aliksandarfordino5012 6 месяцев назад

    Sir your phone please urgently i need your help for my analog on 24/6 please answer

  • @1jymelgar
    @1jymelgar 6 месяцев назад

    the quality of the audio is bad

  • @Zeevamzeevam
    @Zeevamzeevam 8 месяцев назад

  • @LuisGonzalez-uh9lo
    @LuisGonzalez-uh9lo 9 месяцев назад

    Hi. I think there is an error in term 2 = QA'QBx' and not QA'QBx. Please verify Thanks

    • @ECE_VIDEOS
      @ECE_VIDEOS 9 месяцев назад

      S, there is a mistake in Da value thank you for identifying it.

    • @ECE_VIDEOS
      @ECE_VIDEOS 9 месяцев назад

      I have included it in the description box

  • @SYN990
    @SYN990 9 месяцев назад

    You deserve a better microphone man the impact would be huge. Love the content.

  • @JeniSha17
    @JeniSha17 9 месяцев назад

    Notes please

  • @raviarunachalam6664
    @raviarunachalam6664 10 месяцев назад

    Very good

  • @cutiesrini6027
    @cutiesrini6027 11 месяцев назад

    Sir teach in Tamil sir!!!

  • @sam08090
    @sam08090 11 месяцев назад

  • @gnanapraba8899
    @gnanapraba8899 11 месяцев назад

    Cbm 341 body area networks notes please

  • @k.syedjafar343
    @k.syedjafar343 11 месяцев назад

    EXCELLENT PROF

  • @k.dhanush2301
    @k.dhanush2301 Год назад

    Super sir super explanation 🎉

  • @captainyt3413
    @captainyt3413 Год назад

    Share can you please share your mail id because I need your wearable devices ppt and notes to prepare for my semester exams!!!

  • @captainyt3413
    @captainyt3413 Год назад

    Share can you please share your mail id because I need your wearable devices ppt and notes to prepare for my semester exams!!!

  • @captainyt3413
    @captainyt3413 Год назад

    Share can you please share your mail id because I need your wearable devices ppt and notes to prepare for my semester exams!!!

  • @captainyt3413
    @captainyt3413 Год назад

    Share can you please share your mail id because I need your wearable devices ppt and notes to prepare for my semester exams!!!

  • @captainyt3413
    @captainyt3413 Год назад

    Share can you please share your mail id because I need your wearable devices ppt and notes to prepare for my semester exams!!!

  • @gnanapraba8899
    @gnanapraba8899 Год назад

    Sir please upload other topics in wearable devices. Thank you.

    • @ECE_VIDEOS
      @ECE_VIDEOS Год назад

      Ok sure

    • @dig1260
      @dig1260 Год назад

      Sir important question upload pls😢

  • @babu.k7140
    @babu.k7140 Год назад

    Sir pls send notes

  • @sugumaranrupavathi5301
    @sugumaranrupavathi5301 Год назад

    Keep doing sir.All new concepts👏👏👏

  • @dalenassar9152
    @dalenassar9152 Год назад

    THANK YOU...I have been looking for a video like this for a very long time! I have the MF10 (in the +/- 5V mode) with a FIXED 100:1 oscillator/divider already added on. I wish to use MODE 3. I can now change the center frequency by varying the input square wave (50% duty cycle 5V TTL) from 1200Hz to 6000Hz. I wish to vary the output from 12Hz to 60Hz using ONLY the 100:1 clock ratio input. Can you please tell me what value resistors will work??? THANKS MUCH...THUMBS UP AND A SUBSCRIBE!!!!!!

    • @ECE_VIDEOS
      @ECE_VIDEOS 5 месяцев назад

      Make R4=R2

    • @ECE_VIDEOS
      @ECE_VIDEOS 5 месяцев назад

      www.ti.com/lit/pdf/snoa572

  • @arulkumar5291
    @arulkumar5291 Год назад

    Very nice presentation

  • @naveen.r6066
    @naveen.r6066 2 года назад

    Tq for vedios sir