diff options
author | standenboy <standenboy@seacrossedlovers.xyz> | 2023-12-15 10:19:20 +0000 |
---|---|---|
committer | standenboy <standenboy@seacrossedlovers.xyz> | 2023-12-15 10:19:20 +0000 |
commit | 4a95719d58a708ad55b1389631d6339047f786a0 (patch) | |
tree | 26cb6fc2dbe7fa75f57f1d6fb13aff8955772b56 /electronics/notes/5 |
added existing work
Diffstat (limited to 'electronics/notes/5')
-rwxr-xr-x | electronics/notes/5 | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/electronics/notes/5 b/electronics/notes/5 new file mode 100755 index 0000000..a962531 --- /dev/null +++ b/electronics/notes/5 @@ -0,0 +1,24 @@ +mosfet's +(metal oxide semiconducting feild effect transistor) +voltage controled device +has a: +drain equivilant to the collector on a transistor +gate the base +source the emmiter + +no current can flow into the gate + +its just a new kind of transistor for the most part +differences between transistor: + when it is on, it still conducts slightly (about 0.4V) + this is because it has a slight resistance, whereas a transistor does not + the small resistance it has is given the name Rdson (something about resistance when on (r d s on)) + there is a formula for this in the formula sheet + + a mosfet will start to conduct when the input voltage is 3V unless the question says otherwise + + when ploting a graph of a mosfet, with Vin and I at the drain (Id) the gradient of that line is called gm + Id = gm * (Vin - 3) + gm is called the transconductance + + the gm and rdson are propertys of the mosfet |