Explain the various MOSFET Capacitances & their
significance?
Answer Posted / arpit raj
There are different MOSFET capacitance they are as follows:
1) Cgs : it is the capacitance due to the overlap of the
source and the channel regions by the polsilicon gate and is
independent of applied voltage.
2) Cgd : it consists of 2 parts, first is the capacitance
associated with the overlap of the polysilicon gate and the
silicon below. second is the capacitance associated with the
depletion region immediately under the gate. Cgd is
nonlinear function of voltage.
3) Cds : it is the capacitance associated with the
body-drift diode. it varies inversely with the square root
of drain-source bias.
Significance:
input capacitance : Ciss = Cgs + Cgd, Cds shorted
output capacitance : Coss = Cgd
reverse transfer capacitance : Crss = Cds + Cgd
Cgd provides feedback loop between the output and the input
of the circuit, also called Miller capacitance.
other capacitance are responsible for charging and
discharging , or for switcing purposes
Is This Answer Correct ? | 37 Yes | 15 No |
Post New Answer View All Answers
What are the Advantages and disadvantages of Mealy and Moore?
What is the function of enhancement mode transistor?
Give the cross-sectional diagram of the cmos.
Differences between IRSIM and SPICE?
Help with VHDL programming. Write a VHDL code for a D-Latch with clear input ?? (Hint: Set up a “Process” with appropriate sensitivity list to get the desired D-Latch with Clr working.) Inputs AND OUTPUTS: entity Lab4b is Port ( Clr, Clk, D : in STD_LOGIC; Q : out STD_LOGIC); end Lab4b;
Basic Stuff related to Perl?
What is Body Effect?
Explain how logical gates are controlled by Boolean logic?
What is the difference between nmos and pmos technologies?
What happens if we use an Inverter instead of the Differential Sense Amplifier?
What is the difference between synchronous and asynchronous reset?
Mention what are the two types of procedural blocks in Verilog?
What types of CMOS memories have you designed? What were their size? Speed?
You have three adjacent parallel metal lines. Two out of phase signals pass through the outer two metal lines. Draw the waveforms in the centre metal line due to interference. Now, draw the signals if the signals in outer metal lines are in phase with each other
What does the above code synthesize to?