Commit b62bb440 by Kyle Fiedler

merged heads

parents 202d42e7 ce607db8
......@@ -102,9 +102,9 @@ function caption_index(now) {
function format_time(t)
{
seconds = Math.round(t);
minutes = Math.round(seconds / 60);
hours = Math.round(minutes / 60);
seconds = Math.floor(t);
minutes = Math.floor(seconds / 60);
hours = Math.floor(minutes / 60);
seconds = seconds % 60;
minutes = minutes % 60;
return hours+":"+((minutes < 10)?"0":"")+minutes+":"+((seconds < 10)?"0":"")+(seconds%60);
......@@ -141,6 +141,7 @@ function setytplayerState(newState) {
// IMPORTANT TODO: Load test
// POSSIBLE FIX: Move to unload() event and similar
var ajax_video=function(){};
var ytplayer;
function onYouTubePlayerReady(playerId) {
ytplayer = document.getElementById("myytplayer");
......@@ -152,15 +153,49 @@ function onYouTubePlayerReady(playerId) {
var id=load_id;
loadNewVideo(id, 0);
}
}
/* HTML5 YouTube iFrame API Specific */
function onYouTubePlayerAPIReady() {
ytplayer = new YT.Player('html5_player', {
events: {
'onReady': onPlayerReady,
'onStateChange': onPlayerStateChange
}
});
updateytplayerInfoInterval = setInterval(updateytplayerInfo, 500);
ajax_videoInterval = setInterval(ajax_video, 5000);
}
// Need this function to call the API ready callback when we switch to a tab with AJAX that has a video
// That callback is not being fired when we switch tabs.
function loadHTML5Video() {
if (!ytplayer && switched_tab){
onYouTubePlayerAPIReady();
}
}
function onPlayerReady(event) {
// alert("ready");
event.target.playVideo();
}
function onPlayerStateChange(event) {
if (event.data == YT.PlayerState.PLAYING) {
}
}
/* End HTML5 Specific */
var switched_tab = false; // switch to true when we destroy so we know to call onYouTubePlayerAPIReady()
// clear pings to video status when we switch to a different sequence tab with ajax
function videoDestroy() {
load_id = 0;
clearInterval(updateytplayerInfoInterval);
clearInterval(ajax_videoInterval);
ytplayer = false;
switched_tab = true;
}
function log_event(e, d) {
......@@ -233,7 +268,7 @@ function updateytplayerInfo() {
update_captions(getCurrentTime());
}
// updateHTML("videoduration", getDuration());
// updateHTML("videoduration", getDuration());
// updateHTML("videotime", getCurrentTime());
// updateHTML("startbytes", getStartBytes());
// updateHTML("volume", getVolume());
......
{
"start": [],
"end": [],
"text": []
}
\ No newline at end of file
{
"start": [],
"end": [],
"text": []
}
\ No newline at end of file
{
"start": [],
"end": [],
"text": []
}
\ No newline at end of file
{
"start": [
0,
17000,
20153,
26459,
34000,
40105,
43473,
46000,
57000,
61000,
69000,
76807,
83134,
......@@ -53,7 +50,6 @@
255512,
258927,
262343,
265000,
273000,
278886,
283594,
......@@ -226,7 +222,6 @@
1018098,
1024000,
1028917,
1033000,
1039000,
1042093,
1045015,
......@@ -437,7 +432,6 @@
1992955,
1997416,
2001609,
2005000,
2014000,
2018164,
2022328,
......@@ -457,7 +451,6 @@
2093217,
2096153,
2100914,
2102000,
2110000,
2114314,
2116921,
......@@ -509,10 +502,8 @@
2323697,
2327187,
2331812,
2336000,
2341000,
2345965,
2350000,
2367000,
2370483,
2374220,
......@@ -644,16 +635,13 @@
2984387
],
"end": [
17000,
20153,
26459,
34000,
40105,
43473,
46000,
57000,
61000,
69000,
76807,
83134,
90000,
......@@ -697,7 +685,6 @@
258927,
262343,
265000,
273000,
278886,
283594,
288892,
......@@ -870,7 +857,6 @@
1024000,
1028917,
1033000,
1039000,
1042093,
1045015,
1046791,
......@@ -1081,7 +1067,6 @@
1997416,
2001609,
2005000,
2014000,
2018164,
2022328,
2028523,
......@@ -1101,7 +1086,6 @@
2096153,
2100914,
2102000,
2110000,
2114314,
2116921,
2121235,
......@@ -1153,10 +1137,8 @@
2327187,
2331812,
2336000,
2341000,
2345965,
2350000,
2367000,
2370483,
2374220,
2376310,
......@@ -1288,16 +1270,13 @@
2989000
],
"text": [
"",
"All right. Good morning.",
"Let's get going. In today's lecture we continue",
"with the operational amplifier, \"op amp\" for short.",
"And what we are going to do is just build up a bunch of fun",
"building blocks using the op amp.",
"As a quick review --",
"",
"To quickly review what we've seen about the op amp --",
"",
"We represented the op amp as a device that looked like this",
"where the amplifier had an incredibly high gain.",
"So, if I had a small voltage difference here --",
......@@ -1341,7 +1320,6 @@
"It is also possible to build voltage sources and so on.",
"It is an incredibly neat building block using which you",
"can do all kinds of cool stuff.",
"",
"In this course you will see a whole bunch of example circuits",
"using the op amp. In today's lecture you will see",
"things like a subtractor. You will also see integrators",
......@@ -1514,7 +1492,6 @@
"building is a very primitive subtractor.",
"So, my output relates to v1 minus v2 multiplied by the",
"constant factor given by R2 divided by R1.",
"",
"Again, as I pointed out to you at the beginning of this",
"lecture, no knew foundations today, no new theories,",
"no new disciplines, no new laws.",
......@@ -1725,7 +1702,6 @@
"like an integral of vI, but only when I have a very",
"huge time constant. So, I give up on that track.",
"Instead I try something else.",
"",
"Another try. I would like you to notice if",
"you take your op amp, here is your op amp,",
"if you take this op amp and you stick the positive terminal to",
......@@ -1745,7 +1721,6 @@
"after coming in through this edge.",
"That is interesting. We are just one step away from",
"the key insight.",
"",
"I have an i coming in here, an i going out there.",
"Notice that, as I said before,",
"this is zero volts. How do I get my voltage vI to",
......@@ -1797,10 +1772,8 @@
"output times, if it is a resistance it is",
"simply R2 divided by R1, if it's a capacitor I get the",
"integral form looking like this. Yes.",
"",
"Can someone tell me where the negative sign went?",
"The blackboard ate it up. Good catch.",
"",
"After all that lecture about watching the negative sign.",
"After this little bit of faux pas here, now I will be doubly",
"mad if you guys make that mistake.",
......
......@@ -91,7 +91,6 @@
389133,
393405,
397002,
402000,
445000,
449277,
453255,
......@@ -112,11 +111,9 @@
515589,
519662,
525324,
529000,
540000,
545169,
551076,
556000,
570000,
584924,
590521,
......@@ -535,7 +532,6 @@
2414771,
2419578,
2423373,
2427000,
2441000,
2444928,
2450228,
......@@ -629,7 +625,6 @@
2854607,
2857785,
2862313,
2867000,
2886000,
2889440,
2892064,
......@@ -738,7 +733,6 @@
393405,
397002,
402000,
445000,
449277,
453255,
455882,
......@@ -759,11 +753,9 @@
519662,
525324,
529000,
540000,
545169,
551076,
556000,
570000,
584924,
590521,
601403,
......@@ -1182,7 +1174,6 @@
2419578,
2423373,
2427000,
2441000,
2444928,
2450228,
2454522,
......@@ -1276,7 +1267,6 @@
2857785,
2862313,
2867000,
2886000,
2889440,
2892064,
2895738,
......@@ -1385,7 +1375,6 @@
"Let me build let me build a small circuit and measure some",
"voltages for you, and show you that the voltages,",
"indeed, add up to zero. So, here's my little circuit.",
"",
"So, I'm going to show you a simple circuit that looks like",
"this, and let's go ahead and measure some voltages and",
"currents. In terms of terminology to",
......@@ -1406,11 +1395,9 @@
"let me borrow another piece of chalk here.",
"What I'll do is focus on this loop here, and focus on this",
"node and make some measurements.",
"",
"All right, so you see the circuit up there.",
"OK, so I get 3 volts for the voltage from C to A.",
"so why don't you write down 3 volts?",
"",
"OK, so the next one is -1.6. And so that will be,",
"I'm doing AB, V_AB.",
"OK, and then let me do the last one.",
......@@ -1829,7 +1816,6 @@
"I've chosen my ground node. Step two, I've labeled my node",
"voltages, E, OK? I've done that with two of my",
"steps. Now, let me go ahead and --",
"",
"OK, so let me go ahead and apply step three.",
"And, step three says go ahead and apply KCL for each of the",
"nodes at which you have an unknown node voltage.",
......@@ -1923,7 +1909,6 @@
"took a linear algebra class? Well anyway,",
"so now you know why you took those linear algebra classes.",
"And so, if I just collected these into matrix form --",
"",
"OK, so I just simply expressed those two equations in linear",
"algebraic form, and here's my column vector of",
"unknowns, and you can apply any of the techniques you've learned",
......
{
"start": [],
"end": [],
"text": []
}
\ No newline at end of file
{
"start": [
0,
32000,
33573,
38098,
......@@ -401,7 +400,6 @@
1490520,
1493891,
1496910,
1500000,
1510000,
1512440,
1516850,
......@@ -429,7 +427,6 @@
1597904,
1602849,
1610917,
1613000,
1622000,
1625126,
1629113,
......@@ -678,7 +675,6 @@
2516181,
2520314,
2525000,
2529000,
2541000,
2544515,
2548031,
......@@ -825,7 +821,6 @@
3122255
],
"end": [
32000,
33573,
38098,
41737,
......@@ -1226,7 +1221,6 @@
1493891,
1496910,
1500000,
1510000,
1512440,
1516850,
1519921,
......@@ -1254,7 +1248,6 @@
1602849,
1610917,
1613000,
1622000,
1625126,
1629113,
1631458,
......@@ -1503,7 +1496,6 @@
2520314,
2525000,
2529000,
2541000,
2544515,
2548031,
2551939,
......@@ -1650,7 +1642,6 @@
3127000
],
"text": [
"",
"OK. Good morning.",
"Let's get going. As always, I will start with a",
"review. And today we embark on another",
......@@ -2051,7 +2042,6 @@
"OK but take a look. Let me increase the frequency",
"of the input. What do you see at the output?",
"I am increasing the frequency.",
"",
"What do you see happening there?",
"If you don't see anything changing there you will need to",
"see an optometrist. What do we see here?",
......@@ -2079,7 +2069,6 @@
"obvious here is there is a phase shift.",
"What I am going to do is try to see if we can observe the phase",
"shift here.",
"",
"Notice here. What we have been used to is",
"for the amplifier we get a complete inversion at the",
"output. Inversion means a phase",
......@@ -2328,7 +2317,6 @@
"all the information we need to know to compute the sinusoidal",
"steady-state response to this differential equation.",
"Let me write that down here just so you know.",
"",
"Just so you remember. I am going to put a marker on",
"the shore that says this is where we are right now.",
"Now let me prove to you. As I just said,",
......
......@@ -14,7 +14,6 @@
64902,
69407,
73679,
75000,
82000,
88237,
93197,
......@@ -49,12 +48,9 @@
206227,
209472,
212590,
216000,
225000,
227611,
231000,
242000,
250000,
255000,
259230,
261883,
......@@ -136,7 +132,6 @@
575866,
584133,
592000,
594000,
604000,
605750,
611003,
......@@ -243,7 +238,6 @@
1048390,
1052032,
1056024,
1059000,
1065000,
1068871,
1071987,
......@@ -282,7 +276,6 @@
1235000,
1239565,
1244285,
1248000,
1253000,
1255732,
1260232,
......@@ -403,7 +396,6 @@
1685227,
1690113,
1695568,
1700000,
1711000,
1715583,
1719419,
......@@ -443,7 +435,6 @@
1879437,
1883046,
1888187,
1893000,
1906000,
1910219,
1913479,
......@@ -477,28 +468,23 @@
2028784,
2033362,
2037405,
2040000,
2048000,
2053365,
2057024,
2062756,
2069951,
2075857,
2081000,
2091000,
2095461,
2102692,
2106891,
2108000,
2116000,
2121357,
2126821,
2134000,
2141000,
2163000,
2168560,
2174801,
2179000,
2184000,
2189443,
2195000,
......@@ -528,7 +514,6 @@
2287624,
2290751,
2291957,
2293000,
2299000,
2301767,
2304880,
......@@ -551,11 +536,9 @@
2371669,
2373392,
2376461,
2377000,
2382000,
2386857,
2391333,
2396000,
2403000,
2407716,
2413094,
......@@ -634,7 +617,6 @@
2750403,
2752957,
2755581,
2760000,
2862000,
2865697,
2869521,
......@@ -669,7 +651,6 @@
69407,
73679,
75000,
82000,
88237,
93197,
99487,
......@@ -704,12 +685,9 @@
209472,
212590,
216000,
225000,
227611,
231000,
242000,
250000,
255000,
259230,
261883,
265898,
......@@ -791,7 +769,6 @@
584133,
592000,
594000,
604000,
605750,
611003,
613804,
......@@ -898,7 +875,6 @@
1052032,
1056024,
1059000,
1065000,
1068871,
1071987,
1076047,
......@@ -937,7 +913,6 @@
1239565,
1244285,
1248000,
1253000,
1255732,
1260232,
1264709,
......@@ -1058,7 +1033,6 @@
1690113,
1695568,
1700000,
1711000,
1715583,
1719419,
1724938,
......@@ -1098,7 +1072,6 @@
1883046,
1888187,
1893000,
1906000,
1910219,
1913479,
1917794,
......@@ -1132,28 +1105,23 @@
2033362,
2037405,
2040000,
2048000,
2053365,
2057024,
2062756,
2069951,
2075857,
2081000,
2091000,
2095461,
2102692,
2106891,
2108000,
2116000,
2121357,
2126821,
2134000,
2141000,
2163000,
2168560,
2174801,
2179000,
2184000,
2189443,
2195000,
2200244,
......@@ -1183,7 +1151,6 @@
2290751,
2291957,
2293000,
2299000,
2301767,
2304880,
2308962,
......@@ -1206,11 +1173,9 @@
2373392,
2376461,
2377000,
2382000,
2386857,
2391333,
2396000,
2403000,
2407716,
2413094,
2417245,
......@@ -1289,7 +1254,6 @@
2752957,
2755581,
2760000,
2862000,
2865697,
2869521,
2872199,
......@@ -1324,7 +1288,6 @@
"says let's take these elements, connect them with wires and",
"analyze the properties of these using a sort of analysis",
"technique.",
"",
"So a set of a methods. We've looked at the KVL,",
"KCL method. Another example of a method we",
"looked at was the node method. And of this category there is",
......@@ -1359,12 +1322,9 @@
"if things are complicated, discretize it or lump it,",
"right? So what do you think?",
"What we will do today is lump signal values.",
"",
"So we'll just deal with lumped values.",
"And this will lead to the digital abstraction.",
"",
"And the related reading is Chapter 5 of the course notes.",
"",
"So before we do this kind of lumping, let me motivate why we",
"do this. One reason is to simplify our",
"lives, but there is no need to just go around simplifying",
......@@ -1446,7 +1406,6 @@
"had a triangular wave coming on one of these inputs and I had a",
"square wave on the other one, and the output looks something",
"like this.",
"",
"OK? No surprise here.",
"This is a simple analog signal processing circuit which gives",
"me the average of two wave forms.",
......@@ -1553,7 +1512,6 @@
"problems. So because I used this value",
"discretization and because I had this agreement with the",
"receiver, I had better noise immunity.",
"",
"Consequently, I had what is called a noise",
"margin. Noise margin says how much",
"noise can I tolerate? And in this situation,",
......@@ -1592,7 +1550,6 @@
"The problem with this approach really is that if I allow the",
"sender to send any value above 2.5 all the way to 5 then there",
"really is no noise margin in this situation.",
"",
"OK? Because if I allowed the sender",
"to send any value between 2.5 and 5 then what if I have a",
"value 2.5 for a 1? Then I may end up getting very",
......@@ -1713,7 +1670,6 @@
"All right, back to the drawing board, folks.",
"Switch to Page 8. Let's get rid of all this stuff",
"and go back to the drawing board.",
"",
"OK, so what do we do now? How about the following?",
"How, about as before I say, as a receiver,",
"if you see a value between 3 and 5 you treat that as a 1 and",
......@@ -1753,7 +1709,6 @@
"VOH. Receivers must receive values",
"higher than VIH as a 1. So these four thresholds",
"together give you your threshold.",
"",
"For the sender gets 2.5, what does sender do?",
"It could do that. So, in that case,",
"you can do that. If all you want to do is have",
......@@ -1787,28 +1742,23 @@
"So to continue with an example here, I may have the following",
"voltage wave form for a sender. So I have some sender,",
"I have a sender here.",
"",
"I have VOL, VIL, VIH, VOH and some other high",
"voltage. And then, as a sender,",
"if I want to send a \"0\" \"1\" \"0\" then I send a 0.",
"I have to be within this band. And then for a 1 I have to be",
"within this band. So this is an example of,",
"say, \"0\" \"1\" \"0\" \"1\". And at the receiver --",
"",
"Let's have VOL, VIL, VIH, VOH.",
"So at the receiver, I interpret any signal below",
"VIL as a 0. So I may get some signal that",
"looks like this.",
"",
"And I'll still interpret that as a \"0\" \"1\" \"0\" \"1\".",
"So to summarize here, this discipline that forms the",
"foundations of digital systems is called \"a static discipline\".",
"",
"The static discipline says if inputs meet input thresholds --",
"So if an input to a digital system meets the input",
"thresholds then outputs will meet, or the digital system",
"should ensure that the outputs --",
"",
"Output thresholds. So this means that if I have a",
"system like this then if I give it good inputs.",
"And by giving it good inputs I mean for 1s I have signal values",
......@@ -1838,7 +1788,6 @@
"different manufacturers can interoperate and still provide",
"immunity to noise. Yes.",
"Question?",
"",
"Absolutely. There are many constraints on",
"how you as a designer choose the noise margin.",
"As a designer you want to make your noise margin as large as",
......@@ -1861,11 +1810,9 @@
"build a bunch of digital devices.",
"The first device we will look at is called a combinational",
"gate.",
"",
"A combinational gate is a device that adheres to the",
"static discipline, Page 11, and this is a device",
"whose outputs are a function of inputs alone.",
"",
"So I can build little boxes which take some inputs,",
"produces an output where the outputs are a function of the",
"existing inputs. And this kind of a device is",
......@@ -1944,7 +1891,6 @@
"like this, even though I impose noise.",
"The ultimate test. So stay right there.",
"Let's do this demo. Give me a couple of seconds.",
"",
"If you look at the signal up there, look at the middle wave",
"form, and I'm imposing let's have a digital system in a noisy",
"environment like a lumberyard, for example,",
......
{
"start": [],
"end": [],
"text": []
}
\ No newline at end of file
{
"start": [],
"end": [],
"text": []
}
\ No newline at end of file
{
"start": [],
"end": [],
"text": []
}
\ No newline at end of file
......@@ -296,7 +296,6 @@
1094347,
1104608,
1111562,
1112000,
1122000,
1124882,
1128341,
......@@ -475,7 +474,6 @@
1751064,
1755655,
1760021,
1761000,
1769000,
1773259,
1775941,
......@@ -963,7 +961,6 @@
1104608,
1111562,
1112000,
1122000,
1124882,
1128341,
1130967,
......@@ -1142,7 +1139,6 @@
1755655,
1760021,
1761000,
1769000,
1773259,
1775941,
1779254,
......@@ -1630,7 +1626,6 @@
"and I'm going to show you a similar simple process to do the",
"problem with the light bulb. OK, so take my light bulb",
"again,",
"",
"And I focus on the filament of the light bulb.",
"OK, all I care about is the current flowing through the",
"light bulb. OK, I don't care about whether",
......@@ -1809,7 +1804,6 @@
"So, let me give you an example of interesting lumped elements,",
"and then show you a couple of really nasty lumped elements.",
"OK.",
"",
"OK, so what you see out here, so we characterize lumped",
"elements by the VI characteristics.",
"OK, you apply voltage, measure the current.",
......
......@@ -29,7 +29,6 @@
112653,
117061,
122205,
125000,
138000,
143614,
150000,
......@@ -47,21 +46,17 @@
206469,
210123,
216666,
219000,
226000,
229047,
233428,
238952,
240000,
251000,
255538,
260000,
270000,
273291,
276312,
278201,
281600,
285000,
291000,
298071,
302123,
......@@ -99,7 +94,6 @@
425380,
429045,
433412,
437000,
442000,
448080,
453848,
......@@ -240,7 +234,6 @@
1027736,
1032641,
1035855,
1040000,
1047000,
1051925,
1054396,
......@@ -360,14 +353,11 @@
1562761,
1565885,
1568323,
1570000,
1579000,
1579372,
1581604,
1582255,
1583000,
1605000,
1607000,
1620000,
1624631,
1628849,
......@@ -424,7 +414,6 @@
1847268,
1851856,
1858164,
1860000,
1866000,
1872073,
1876500,
......@@ -475,7 +464,6 @@
2071000,
2079490,
2087037,
2091000,
2096000,
2098701,
2102306,
......@@ -514,7 +502,6 @@
2225430,
2228138,
2232111,
2235000,
2242000,
2243012,
2244078,
......@@ -525,7 +512,6 @@
2247934,
2249000,
2272595,
2284000,
2291000,
2295623,
2299091,
......@@ -566,7 +552,6 @@
2498467,
2505164,
2510598,
2513000,
2522000,
2528132,
2531603,
......@@ -682,7 +667,6 @@
117061,
122205,
125000,
138000,
143614,
150000,
157816,
......@@ -700,21 +684,17 @@
210123,
216666,
219000,
226000,
229047,
233428,
238952,
240000,
251000,
255538,
260000,
270000,
273291,
276312,
278201,
281600,
285000,
291000,
298071,
302123,
305630,
......@@ -752,7 +732,6 @@
429045,
433412,
437000,
442000,
448080,
453848,
457441,
......@@ -893,7 +872,6 @@
1032641,
1035855,
1040000,
1047000,
1051925,
1054396,
1058237,
......@@ -1013,14 +991,11 @@
1565885,
1568323,
1570000,
1579000,
1579372,
1581604,
1582255,
1583000,
1605000,
1607000,
1620000,
1624631,
1628849,
1632902,
......@@ -1077,7 +1052,6 @@
1851856,
1858164,
1860000,
1866000,
1872073,
1876500,
1882676,
......@@ -1128,7 +1102,6 @@
2079490,
2087037,
2091000,
2096000,
2098701,
2102306,
2106679,
......@@ -1167,7 +1140,6 @@
2228138,
2232111,
2235000,
2242000,
2243012,
2244078,
2244505,
......@@ -1178,7 +1150,6 @@
2249000,
2272595,
2284000,
2291000,
2295623,
2299091,
2303385,
......@@ -1219,7 +1190,6 @@
2505164,
2510598,
2513000,
2522000,
2528132,
2531603,
2536115,
......@@ -1335,7 +1305,6 @@
"And what I would like to do is start by giving you folks a",
"little bit of a surprise. I am going to do a little demo",
"taking two of your inverter circuits.",
"",
"I am going to start by taking a couple of inverters.",
"Remember, I am using this structure here as an inverter.",
"And I am going to couple this to another inverter and take an",
......@@ -1353,21 +1322,17 @@
"And then plot C, which would be a wave form that",
"looks like this again. Let me do a plot here.",
"So this is A.",
"",
"-- and so on. Time goes this way.",
"And let's say this is between zero and 5 volts.",
"And B should be an inverted wave form that should look like",
"this.",
"",
"If all that we believe of the world so far is true then this",
"is how things should behave, so C should look like this.",
"",
"This is what the world should look like and if everything that",
"you learned about is true and correct and all of the good",
"stuff. Let me show you a little demo",
"and see if I can try to pull the rug out from under all that you",
"have learned so far and show you some surprising stuff.",
"",
"Here are the three wave forms that I showed you up here.",
"This is my A. This is my A wave form.",
"This is the B wave form. Notice that B,",
......@@ -1405,7 +1370,6 @@
"So you can see for yourself if something really,",
"really strange and nasty is happening, I am just going to",
"move up the C wave form and line it up.",
"",
"What is happening out there? If you look carefully,",
"what you observe is that the C wave form transitions just ever",
"so slightly later than the A wave form.",
......@@ -1546,7 +1510,6 @@
"because it is between the gate and the source of the second",
"inverter. And it is that capacitor that",
"is playing the games that we saw out there.",
"",
"So let's look at some of the behavior of an ideal linear",
"capacitor. A capacitor,",
"as I said, has a couple of plates.",
......@@ -1666,14 +1629,11 @@
"Let's do it. This is always a scary moment",
"for me. And I say a little prayer",
"before I do this.",
"",
"Good? OK.",
"Gee, you guys would love to see me getting fried,",
"huh? All right.",
"Let's see.",
"",
"So it did contain charge.",
"",
"So there is a reason why Lorenzo puts one hand inside his",
"pocket when he shorts it, because there is a natural",
"tendency to hold the wire with both hands, and la,",
......@@ -1730,7 +1690,6 @@
"Notice here that this has units of volts.",
"And since I have time here, this also must have units of",
"time.",
"",
"Let's go about solving this little circuit and understanding",
"how it behaves. The specific example that we",
"will look at looks like this. Let's say the capacitor voltage",
......@@ -1781,7 +1740,6 @@
"The second step, find the homogenous solution.",
"The total solution is the sum of the two.",
"And then find ---",
"",
"There will be some unknown constants depending on the",
"equation that you have. And in the end we simply find",
"the unknown constants by applying the initial conditions",
......@@ -1820,7 +1778,6 @@
"This vanishes and vi=VI. Bingo.",
"Therefore, VI is a solution to this equation.",
"So I am done with my vCP.",
"",
"And in general what you have to do is use trial and error.",
"By trial and error try out a bunch of solutions until you get",
"lucky. In general, again,",
......@@ -1831,7 +1788,6 @@
"a general solution to the homogenous equation.",
"The homogenous equation is the same differential equation but",
"with the drive set to zero.",
"",
"We want to follow a set pattern to solve the differential",
"equations here, and the set pattern is find",
"vCP, vCH, find constants. And to find vCH we are also",
......@@ -1872,7 +1828,6 @@
"Associated with that circuit is the time constant tau,",
"which is simply RC. I commonly write this as",
"Ae^(-t/tau).",
"",
"I am very the end here. I have the particular solution",
"here. I have got the homogenous",
"solution there. I need to tell you about",
......
{
"start": [],
"end": [],
"text": []
}
\ No newline at end of file
{
"start": [
140,
1920,
4050,
7780,
11670,
13790,
16775,
21040,
22530,
24520,
27320,
30430,
33450,
36090,
37460,
41160,
43730,
48030,
48790,
52080,
55050,
56430,
59550,
63590,
67390,
69850,
73910,
76660,
77410,
80030,
82200,
84780,
88950,
93500,
96400,
98060,
102300,
104110,
107260,
110820,
113980,
118695,
119250,
121980,
126220,
130270,
135080,
138750,
141600,
144020,
147160,
149750,
150030,
153060,
156260,
160060,
162770,
164880,
168590,
168870,
170560,
174770,
177460,
180290,
182210,
183570,
186930,
189690,
193210,
195810,
198050,
202650,
204340,
209000,
211830,
214500,
215630,
220430,
221500,
224790,
227200,
229290,
232150,
235160,
238490,
240740,
245210,
248470,
251420,
252660,
255480,
256890,
260010
],
"end": [
1920,
4050,
7780,
11670,
13790,
16775,
21040,
22530,
24520,
27320,
30430,
33450,
36090,
37460,
41160,
43730,
48030,
48790,
52080,
55050,
56430,
59550,
63590,
67390,
69850,
73910,
76660,
77410,
80030,
82200,
84780,
88950,
93500,
96400,
98060,
102300,
104110,
107260,
110820,
113980,
118695,
119250,
121980,
126220,
130270,
135080,
138750,
141600,
144020,
147160,
149750,
150030,
153060,
156260,
160060,
162770,
164880,
168590,
168870,
170560,
174770,
177460,
180290,
182210,
183570,
186930,
189690,
193210,
195810,
198050,
202650,
204340,
209000,
211830,
214500,
215630,
220430,
221500,
224790,
227200,
229290,
232150,
235160,
238490,
240740,
245210,
248470,
251420,
252660,
255480,
256890,
260010,
261260
],
"text": [
"PROFESSOR: In the previous segment, we looked at the",
"Thevenin method, which applied to linear circuits.",
"And in that method, I could take an arbitrary network, n,",
"containing a whole bunch of sources and resistors where",
"the current sources are voltage sources.",
"And I could replace that with its Thevenin equivalent, where",
"the Thevenin equivalent pattern was given by a voltage",
"source VTH.",
"in series with the resistance RTH.",
"Now one of the things that I want you to think about in",
"circuits is that whenever you have circuits containing",
"voltages and properties involving voltages, you can",
"immediately think of complimentary properties",
"involving current sources.",
"So much as I was able to replace an arbitrary network n",
"with its Thevenin equivalent, you can think about replacing",
"the arbitrary network n with some pattern involving a",
"current source.",
"And indeed, that method where you replace an arbitrary",
"network with a pattern involving a current source is",
"called the Norton method.",
"So in the Norton method, what we do is we are able to",
"replace an arbitrary network n with its Norton equivalent,",
"where the Norton equivalent contains the current source IN",
"in parallel with the resistance RTH.",
"The current source in parallel with RTH is a Norton pattern,",
"and you should contrast it with the corresponding",
"Thevenin pattern.",
"So a voltage source in series with a resistor is a Thevenin",
"pattern, and a current source in parallel with the",
"resistance is the Norton pattern.",
"So in the case of the Norton pattern, which contains the",
"current source IN and the Norton resistance RN, in the",
"same manner that you defined the Thevenin equivalent, we",
"can derive the Norton equivalent.",
"So to obtain the current IN, what you do is you obtain the",
"short circuit current seen at the port.",
"So recall for the Thevenin method, I open-circuited the",
"port here, and measured the voltage, and that was my VTH.",
"So the Norton method, what I do is I short circuit this",
"port and measure the current I. That current is IN, or the",
"Norton current.",
"And then I can get a Norton resistance RN--",
"oh, I should say RN here-- the Norton resistance RN, which,",
"incidentally, is identical to the Thevenin resistance RTH.",
"I can get that in the same manner as I got RTH, which is",
"I shut off all the independent voltage sources and current",
"sources and simply take the resistance measure at the",
"port, of course, without the short.",
"I go ahead and measure the resistance seen at the port",
"with all the voltages and currents turned off.",
"OK?",
"That would be my Norton resistance, RN.",
"So again, we stated this pattern, a current source IN",
"parallel to a Norton resistance RN, where this",
"corresponds to the Thevenin equivalent, where I have VTH",
"and RTH in series.",
"So the Norton is the dual of the Thevenin.",
"OK?",
"Where the Thevenin is the voltage in series with the",
"resistance, and its dual is the Norton equivalent, which",
"is the current source in parallel with resistance.",
"An immediate question that comes to mind is how are the",
"Thevenin and Norton equivalents",
"related to each other?",
"After all, they are the duals of one another.",
"And so notice the Thevenin equivalent on the left-hand",
"side and the Norton equivalent on the right-hand side.",
"The resistances RTH and the Norton",
"resistance RN are equal.",
"And then we can also relate the Norton current IN and the",
"Thevenin voltage as follows.",
"IN is VTH divided by RTH.",
"And so if you take the Thevenin voltage and divide",
"that by the Thevenin resistance, you get the Norton",
"current, IN.",
"So this very quickly shows you how you can go from the Norton",
"to the Thevenin.",
"One question I am often asked is when do I use the Thevenin",
"method and when do I use the Norton method?",
"Well, you know, that comes from experience.",
"Like you look at circuits in one of our earlier examples",
"where the external network contained a voltage source in",
"series with a resistance, it made sense to take the rest of",
"the network and turn that into Thevenin equivalent.",
"However, if I have a basic circuit containing a current",
"source and a resistance in parallel, then it might be",
"easier to take my external network and convert that into",
"a Norton equivalent.",
"So, really, when you want to get things in",
"parallel, think Norton.",
"When you want to get things in series to simplify analysis,",
"think Thevenin."
]
}
\ No newline at end of file
{
"start": [],
"end": [],
"text": []
}
\ No newline at end of file
{
"start": [],
"end": [],
"text": []
}
\ No newline at end of file
{
"start": [],
"end": [],
"text": []
}
\ No newline at end of file
......@@ -130,7 +130,6 @@
627761,
631333,
633757,
636000,
650000,
655477,
662396,
......@@ -657,7 +656,6 @@
631333,
633757,
636000,
650000,
655477,
662396,
667153,
......@@ -1184,7 +1182,6 @@
"follows. So let's say I take my",
"inverter. Let me draw the circuit both on",
"the on state and in the off state.",
"",
"So, when VIN is high, when VIN is high,",
"I get the MOSFET turning on and has a resistance,",
"RON, and Vo is the output voltage.",
......
......@@ -334,7 +334,6 @@
1343484,
1348912,
1352220,
1355000,
1366000,
1369486,
1372116,
......@@ -380,14 +379,12 @@
1546700,
1550647,
1554410,
1559000,
1568000,
1573648,
1580257,
1585799,
1591448,
1596244,
1602000,
1607000,
1612777,
1619966,
......@@ -412,7 +409,6 @@
1729435,
1738789,
1742705,
1743000,
1752000,
1756073,
1761077,
......@@ -490,7 +486,6 @@
2134108,
2143206,
2149516,
2157000,
2169000,
2171846,
2176307,
......@@ -518,7 +513,6 @@
2262812,
2268085,
2273251,
2280000,
2295000,
2299742,
2304654,
......@@ -551,7 +545,6 @@
2436210,
2439818,
2446701,
2448000,
2460000,
2464755,
2469687,
......@@ -607,7 +600,6 @@
2716238,
2721160,
2726724,
2734000,
2743000,
2751447,
2759367,
......@@ -994,7 +986,6 @@
1348912,
1352220,
1355000,
1366000,
1369486,
1372116,
1374501,
......@@ -1040,14 +1031,12 @@
1550647,
1554410,
1559000,
1568000,
1573648,
1580257,
1585799,
1591448,
1596244,
1602000,
1607000,
1612777,
1619966,
1626000,
......@@ -1072,7 +1061,6 @@
1738789,
1742705,
1743000,
1752000,
1756073,
1761077,
1767827,
......@@ -1150,7 +1138,6 @@
2143206,
2149516,
2157000,
2169000,
2171846,
2176307,
2179846,
......@@ -1178,7 +1165,6 @@
2268085,
2273251,
2280000,
2295000,
2299742,
2304654,
2307957,
......@@ -1211,7 +1197,6 @@
2439818,
2446701,
2448000,
2460000,
2464755,
2469687,
2473386,
......@@ -1267,7 +1252,6 @@
2721160,
2726724,
2734000,
2743000,
2751447,
2759367,
2768233,
......@@ -1654,7 +1638,6 @@
"Let me shrink it first. It'll make the point a little",
"clearer. So, the big input,",
"green, is a big input. Let me shrink it.",
"",
"OK, so I've made my input small, and in the middle of that",
"picture out there, you see the region of the",
"transfer curve that's being articulated.",
......@@ -1700,14 +1683,12 @@
"it's variously called small signal analysis,",
"incremental analysis, small signal method,",
"small signal discipline, whatever you want.",
"",
"OK, this simply says that by boosting and shrinking my",
"signal, I get a response that's more or less linear even when I",
"have a nonlinear device. And this technique is called",
"the small signal approach. So, just to focus on that a",
"little bit longer, switch to page five of your",
"notes and let me draw something out for you.",
"",
"OK, so what I have here, this is my offset VD,",
"and from the VD offset I have my little signal V small d,",
"and the total signal is called V capital D.",
......@@ -1732,7 +1713,6 @@
"total signal I capital D. OK, so that's the small signal",
"method. So, let me summarize that for",
"you.",
"",
"There are three steps to the method.",
"So, first of all, operate at some DC offset.",
"This is also called DC bias, and in that example it's VDID.",
......@@ -1810,7 +1790,6 @@
"good old Taylor's series stuff. OK, the first term is the first",
"derivative of the function times the change.",
"And then, the second one is second derivative.",
"",
"OK, and then I get higher order terms.",
"So this is nothing new here. This is good old Taylor series",
"expansion, and again, let me tell you where I'm",
......@@ -1838,7 +1817,6 @@
"conditions, I can ignore second higher order terms,",
"in which case I am left with this expression here.",
"So let me rewrite this. Let me rewrite this down here.",
"",
"OK, I've just copied this turnout, I've ignored all these",
"terms here, and so I have a more or less equal to sign that",
"remains. So what I'm going to do is when",
......@@ -1871,7 +1849,6 @@
"current ID. And similarly,",
"ID is equal to that component. Delta ID is equal to D,",
"F of --",
"",
"OK, so my incremental change in the output is the first",
"derivative multiplied by the small change in the current.",
"OK, so I'm pretty much done. So, therefore,",
......@@ -1927,7 +1904,6 @@
"Expo Dweeb, and let me just plug in the values.",
"So, ID plus small id. Notice, I'm just shuttling back",
"and forth between the notation delta VD, and small v small d.",
"",
"OK, and so that is given by a e to the BVD, oops,",
"plus, I'm just writing that equation up there.",
"Let me call this equation X. And so, I get the second term",
......
{
"start": [],
"end": [],
"text": []
}
\ No newline at end of file
{
"start": [
160,
6070,
11030,
12260,
15910,
20200,
21230,
25235,
28170,
32990,
36420,
39500,
43190,
48010,
53840,
56590,
60500,
64310,
68250,
70030,
73220,
77210,
80920,
84820,
86620,
89910,
93140,
97560,
99070,
102100,
104730,
109310,
110310,
115590,
117910,
121150,
124740,
127830,
130419,
135490,
140610,
144660,
149890,
153040,
155790,
160590,
162220,
169490,
174110,
178340,
183420,
188440,
191370
],
"end": [
6070,
11030,
12260,
15910,
20200,
21230,
25235,
28170,
32990,
36420,
39500,
43190,
48010,
53840,
56590,
60500,
64310,
68250,
70030,
73220,
77210,
80920,
84820,
86620,
89910,
93140,
97560,
99070,
102100,
104730,
109310,
110310,
115590,
117910,
121150,
124740,
127830,
130419,
135490,
140610,
144660,
149890,
153040,
155790,
160590,
162220,
169490,
174110,
178340,
183420,
188440,
191370,
193410
],
"text": [
"PROFESSOR: OK, so i1 is very quickly calculated by taking",
"the difference of V and VTH and dividing that by the sum",
"of the two resistances.",
"So the current i1, flowing in this direction, is given by V",
"minus VTH divided by R1 plus RTH.",
"And there I have it.",
"Notice that by converting the arbitrary network N into the",
"Thevenin equivalent, I turn this into a really trivial",
"problem where I could write down i1 simply by inspection.",
"Finally, before we move off the topic of the Thevenin",
"network and the Thevenin method, it is worthwhile",
"staring at this pattern here comprising the voltage source",
"in series with the resistance and the equation v equals vTH",
"plus RTHi that governs the vi of the Thevenin pattern.",
"So it's worthwhile looking at this graphically as well.",
"So I'm going to show you a little graph here and plot the",
"iv relation for this Thevenin pattern.",
"And usually the way you draw these iv relations is you try",
"to find out an open-circuit voltage.",
"In other words, try to find out of the voltage when the",
"current is 0, so open-circuit voltage when i is 0.",
"So in this case, when i is set to 0 and there's no current,",
"then the open-circuit voltage here is simply",
"vTH so v equals vTH.",
"So in other words, when the current is 0,",
"my voltage is vTH.",
"So I found one point on the iv relation for the Thevenin",
"equivalent pattern.",
"Next, let me find out the short-circuit current.",
"And for the short circuit, v is set to 0.",
"So in this case, I apply a short circuit here, and I'm",
"going to measure the current.",
"So the current in this case, i is given by minus",
"vTH divided by RTH.",
"Notice that because vTH is positive here, the current",
"flows down in this direction and is given by vTH divided by",
"RTH, and that is in a direction opposite to i.",
"And so therefore, I get the minus sign.",
"So my current is given by minus vTH divided by RTH.",
"And so for 0 volts, I get some current here, and that is",
"given by vTH divided by RTH.",
"And so this voltage here is my open-circuit voltage, and this",
"current here is my short-circuit current, OK?",
"So this is my short-circuit current, and that's my",
"open-circuit voltage, and my iv relation is drawn by simply",
"connecting the two points.",
"And the slope of this curve is given by 1 divided by RTH.",
"So here again, to very quickly summarize, I've drawn the iv",
"relation for this definite pattern, which has a vTH in",
"series with an RTH and found two points on the iv relation.",
"One is on the voltage axis, and one is on the current axis",
"by measuring the open-circuit voltage and the short-circuit",
"current, and then drawing a line through them."
]
}
\ No newline at end of file
{
"start": [
0,
6000,
8000,
17000,
23875,
29000,
......@@ -219,7 +217,6 @@
960000,
965197,
972676,
978000,
990000,
992862,
997633,
......@@ -255,7 +252,6 @@
1117373,
1119801,
1122996,
1126000,
1131000,
1137202,
1145000,
......@@ -269,7 +265,6 @@
1180513,
1186213,
1191636,
1194000,
1203000,
1207366,
1212328,
......@@ -343,7 +338,6 @@
1497959,
1504000,
1507873,
1509000,
1513000,
1516878,
1520757,
......@@ -357,7 +351,6 @@
1559000,
1564194,
1569037,
1573000,
1578000,
1581798,
1584884,
......@@ -385,7 +378,6 @@
1694213,
1698581,
1703803,
1707000,
1716000,
1733424,
1741123,
......@@ -473,7 +465,6 @@
2140000,
2145130,
2150521,
2154000,
2162000,
2168569,
2174276,
......@@ -517,7 +508,6 @@
2331997,
2334640,
2340000,
2345000,
2351000,
2355230,
2358461,
......@@ -599,7 +589,6 @@
2738955,
2745464,
2752214,
2758000,
2764000,
2768067,
2770973,
......@@ -619,7 +608,6 @@
2826800,
2831738,
2835704,
2837000,
2843000,
2846000,
2849818,
......@@ -657,7 +645,6 @@
2966041,
2970000,
2973574,
2976000,
2983000,
2988633,
2994467,
......@@ -668,7 +655,6 @@
3013875,
3017849,
3022275,
3027000,
3033000,
3036652,
3039000,
......@@ -713,9 +699,7 @@
3153648
],
"end": [
6000,
8000,
17000,
23875,
29000,
34818,
......@@ -932,7 +916,6 @@
965197,
972676,
978000,
990000,
992862,
997633,
1002007,
......@@ -968,7 +951,6 @@
1119801,
1122996,
1126000,
1131000,
1137202,
1145000,
1149395,
......@@ -982,7 +964,6 @@
1186213,
1191636,
1194000,
1203000,
1207366,
1212328,
1218381,
......@@ -1056,7 +1037,6 @@
1504000,
1507873,
1509000,
1513000,
1516878,
1520757,
1525969,
......@@ -1070,7 +1050,6 @@
1564194,
1569037,
1573000,
1578000,
1581798,
1584884,
1589000,
......@@ -1098,7 +1077,6 @@
1698581,
1703803,
1707000,
1716000,
1733424,
1741123,
1745955,
......@@ -1186,7 +1164,6 @@
2145130,
2150521,
2154000,
2162000,
2168569,
2174276,
2179661,
......@@ -1230,7 +1207,6 @@
2334640,
2340000,
2345000,
2351000,
2355230,
2358461,
2361153,
......@@ -1312,7 +1288,6 @@
2745464,
2752214,
2758000,
2764000,
2768067,
2770973,
2773951,
......@@ -1332,7 +1307,6 @@
2831738,
2835704,
2837000,
2843000,
2846000,
2849818,
2853818,
......@@ -1370,7 +1344,6 @@
2970000,
2973574,
2976000,
2983000,
2988633,
2994467,
2997485,
......@@ -1381,7 +1354,6 @@
3017849,
3022275,
3027000,
3033000,
3036652,
3039000,
3042521,
......@@ -1426,9 +1398,7 @@
3158000
],
"text": [
"",
"OK. Good morning.",
"",
"In the last lecture I did a little demonstration for you",
"where I showed you a pair of inverters.",
"And showed you that the output of the first inverter looked",
......@@ -1645,7 +1615,6 @@
"One is the 1-e^-t/RC form and the e^-t/RC.",
"Both have a time constant RC. Let me just make this a dashed",
"line just to be on the safe side here.",
"",
"That is our first piece of intuition.",
"And, as I pointed out before, in problems you face in life or",
"in ones that we give you, feel free to use the intuitive",
......@@ -1681,7 +1650,6 @@
"driving some other piece of subcircuit.",
"Let me just draw a few equivalent circuits for you.",
"The internal circuit looks like this.",
"",
"This is my inverter X, A, my node B.",
"And notice that I have this capacitor CGS.",
"Since I am interested in this node, let me show you that,",
......@@ -1695,7 +1663,6 @@
"from say 5 volts to 0 volts at the node A.",
"This is VA here. That is shown up there.",
"And VB --",
"",
"We had expected that VB would look like this.",
"We expected VB to be instantaneous and looking like",
"that, but instead because of the capacitor VB looks like this.",
......@@ -1769,7 +1736,6 @@
"ground through CGS through RL through VS back to ground.",
"And just for simplicity, let me draw this in a form that",
"we understand.",
"",
"CGS. Let me use this as my ground",
"node. And this is the voltage VB.",
"And this is RL. And V is simply VS once that",
......@@ -1783,7 +1749,6 @@
"And then what I want to find out is what does the value look",
"like for time starting from zero and then going forward?",
"Well, we have become experts at this now.",
"",
"Let's do the intuition here. Start off with zero.",
"That's good. Because my initial value is",
"zero, I start off here. What is the final value?",
......@@ -1811,7 +1776,6 @@
"I get to VS and this is my 1-e^-t/RC form.",
"I need to compute tR. And tR is the time that this",
"takes to get to VOH.",
"",
"For what value of time, for what T, does VB reach VOH?",
"I want to find tR. What's tR?",
"From that equation, that simply tells me the",
......@@ -1899,7 +1863,6 @@
"you can replace this circuit here with a Thevenin equivalent",
"of the sort for the purpose of determining what happens at this",
"node given that that is linear.",
"",
"So I need to find out that for the purpose of determining what",
"happens at the node X. I have to replace this with its",
"Thevenin equivalent. And I now need to find out RTH",
......@@ -1943,7 +1906,6 @@
"voltage because that is a DC voltage.",
"The capacitor looks like an open circuit after a long time.",
"And VTH appears there so it is simply V Thevenin.",
"",
"And then when you see those two, boy, I love doing this,",
"you go like this. That is the coolest part.",
"And then I am done. It is so simple.",
......@@ -2025,7 +1987,6 @@
"let me write the corresponding RC time constant for the",
"circuit, which is RTHCGS. So RTH is approximately 10 ohms",
"and CGS is 1 pF, so this is 1 picosecond.",
"",
"Now you will understand why I have been writing this time",
"constant down. It turns out that the time",
"constant is a very, very important number.",
......@@ -2045,7 +2006,6 @@
"the last three or four minutes is set up a little demo for you",
"for your recitation, and then your recitation will",
"cover it.",
"",
"This is a true story. This really,",
"really happened. In this West Coast school,",
"which shall remain nameless, they had a chip,",
......@@ -2083,7 +2043,6 @@
"forbidden region and did bad things to me.",
"So let me show you a little demo and show you that that's",
"exactly how the circuit is behaving.",
"",
"Notice that this is what I expect but this is what I see.",
"Look at the purple curve here. Notice these spikes that are",
"showing up there. This is true.",
......@@ -2094,7 +2053,6 @@
"why this was happening. Think of these as two pins and",
"the pins are close together. I am just modeling the two pins",
"with a role of wire. And what I am going to do is --",
"",
"I am going to separate the wires and keep them far apart.",
"It is like keeping my pins far apart.",
"Hey, guess what happened? Those nasty spikes went away.",
......
{
"start": [],
"end": [],
"text": []
}
\ No newline at end of file
{
"start": [],
"end": [],
"text": []
}
\ No newline at end of file
{
"start": [],
"end": [],
"text": []
}
\ No newline at end of file
{
"start": [
0,
4000,
8500,
17166,
23000,
41000,
46304,
51608,
......@@ -34,10 +32,8 @@
150000,
154737,
157788,
161000,
166000,
174821,
179000,
183000,
189201,
194826,
......@@ -62,9 +58,7 @@
277529,
281118,
284355,
289000,
294000,
300000,
306000,
312790,
318873,
......@@ -387,7 +381,6 @@
1635035,
1638381,
1642232,
1644000,
1651000,
1654284,
1658493,
......@@ -403,7 +396,6 @@
1700553,
1704766,
1707213,
1710000,
1740000,
1744371,
1747796,
......@@ -422,7 +414,6 @@
1796488,
1800747,
1808545,
1814000,
1820000,
1822658,
1825189,
......@@ -458,7 +449,6 @@
1943464,
1946762,
1950000,
1953000,
1964000,
1969429,
1973754,
......@@ -506,7 +496,6 @@
2150335,
2155486,
2161000,
2170000,
2185000,
2187956,
2193000,
......@@ -570,7 +559,6 @@
2501032,
2505521,
2508793,
2511000,
2520000,
2523796,
2527270,
......@@ -585,7 +573,6 @@
2565220,
2567868,
2571758,
2573000,
2581000,
2586422,
2589483,
......@@ -606,7 +593,6 @@
2641751,
2644406,
2647344,
2650000,
2668000,
2670000,
2674485,
......@@ -740,11 +726,9 @@
3138333
],
"end": [
4000,
8500,
17166,
23000,
41000,
46304,
51608,
54652,
......@@ -774,10 +758,8 @@
154737,
157788,
161000,
166000,
174821,
179000,
183000,
189201,
194826,
202471,
......@@ -802,9 +784,7 @@
281118,
284355,
289000,
294000,
300000,
306000,
312790,
318873,
325521,
......@@ -1127,7 +1107,6 @@
1638381,
1642232,
1644000,
1651000,
1654284,
1658493,
1664344,
......@@ -1143,7 +1122,6 @@
1704766,
1707213,
1710000,
1740000,
1744371,
1747796,
1751876,
......@@ -1162,7 +1140,6 @@
1800747,
1808545,
1814000,
1820000,
1822658,
1825189,
1828481,
......@@ -1198,7 +1175,6 @@
1946762,
1950000,
1953000,
1964000,
1969429,
1973754,
1979000,
......@@ -1246,7 +1222,6 @@
2155486,
2161000,
2170000,
2185000,
2187956,
2193000,
2197485,
......@@ -1310,7 +1285,6 @@
2505521,
2508793,
2511000,
2520000,
2523796,
2527270,
2531147,
......@@ -1325,7 +1299,6 @@
2567868,
2571758,
2573000,
2581000,
2586422,
2589483,
2594294,
......@@ -1346,7 +1319,6 @@
2644406,
2647344,
2650000,
2668000,
2670000,
2674485,
2676824,
......@@ -1480,11 +1452,9 @@
3143000
],
"text": [
"",
"All right. Good morning all.",
"Today we embark on another new chapter in what we do.",
"And the topic is going to be --",
"",
"We will talk about this thing called an Operational Amplifier.",
"Before I get into the lecture, I want to point out a couple of",
"things. One is that you are going to",
......@@ -1514,10 +1484,8 @@
"Start with something that you know and then lead up into the",
"operational amplifier and its circuits.",
"You know about the MOSFET amplifier.",
"",
"The MOSFET amplifier that you know about looked like this.",
"It was based on a MOSFET.",
"",
"There was a VS supply. There was a vI input,",
"a vO output and, as I said, a VS supply.",
"So, this was a MOSFET circuit that you've seen before.",
......@@ -1542,9 +1510,7 @@
"procedure declaration and in the call that you make.",
"In the same way, we can take this little device",
"here and abstract that out into the following abstraction.",
"",
"We could abstract that out as a device that looks like this.",
"",
"I have my input port, I have my output port and I",
"have my power port. So, I can apply VS here.",
"Notice that I've taken these six terminals here,",
......@@ -1867,7 +1833,6 @@
"was also dependent on temperature and stuff like that.",
"It is a very common occurrence. And that is certainly the case",
"for the MOSFET.",
"",
"Let's apply input. Let's do this.",
"This is vIN versus vOUT for the amplifier.",
"Notice that this is plus 12 volts, this is minus 12 volts.",
......@@ -1883,7 +1848,6 @@
"zero, it does all kinds of weird things, I am going to heat the",
"op amp. And then let's take a look at",
"how that curve fluctuates.",
"",
"What you saw there was that the op amp began to behave really",
"weirdly as I heated it. Instead of doing this it",
"sometimes did this really weirdly, like getting an offset",
......@@ -1902,7 +1866,6 @@
"this horrendously complicated function based on a simple",
"abstraction of the device. The circuit that we will build",
"is called a noninverting amplifier.",
"",
"From now on, I am not going to show you the",
"plus/minus VS. I am not going to show the",
"power port, but it is in there. It's hidden under the",
......@@ -1938,7 +1901,6 @@
"pretty simple in any case. So, I will replace the op amp",
"with its equivalent circuit model.",
"Its equivalent circuit was v plus, v minus.",
"",
"So, that was the equivalent circuit model of the operational",
"amplifier, just this piece. I draw that for you.",
"Then what I am going to do is I connect my v in here.",
......@@ -1986,7 +1948,6 @@
"here, I know v plus is simply vIN so I will just make that",
"substitution right away. So, v plus is simply vIN.",
"What is v minus? v minus here is vO --",
"",
"What is v plus? I'm sorry, v minus.",
"v minus is simply the voltage that is between R1 and R2.",
"Notice that no current flows in to the v minus node.",
......@@ -2050,7 +2011,6 @@
"to heat the amplifier to the wazoo, the op amp to the wazoo,",
"but vO is going to be absolutely rock solid.",
"Let's try that out.",
"",
"This time around, this is the transfer function,",
"the vO versus vIN. And notice that this time",
"around I have similar scales on the X and Y axes,",
......@@ -2065,7 +2025,6 @@
"large. I am just articulating the",
"vOUT, vIN curve. And let me start heating the op",
"amp.",
"",
"Notice that it's pretty stable. It doesn't change because it is",
"independent of the amplifier values.",
"What I have done now is by connecting these resistors in",
......@@ -2086,7 +2045,6 @@
"matter what happens? See if you can come up with",
"some intuition and then I will show you how it works.",
"I will redraw the circuit in the meantime.",
"",
"Let me see if I can give you some intuition.",
"This is my circuit, and let's say this is R and",
"this is R. As an example,",
......
{
"start": [],
"end": [],
"text": []
}
\ No newline at end of file
{
"start": [
0,
9000,
11571,
13000,
17000,
24138,
28000,
......@@ -33,7 +31,6 @@
138688,
141177,
150199,
153000,
161000,
166009,
169830,
......@@ -66,7 +63,6 @@
267000,
271217,
274551,
277000,
282000,
285428,
291142,
......@@ -246,7 +242,6 @@
1103437,
1106367,
1111224,
1114000,
1123000,
1126708,
1130880,
......@@ -308,10 +303,8 @@
1351640,
1354687,
1357812,
1360000,
1365000,
1371724,
1373000,
1380000,
1385154,
1388704,
......@@ -336,7 +329,6 @@
1467135,
1472099,
1476126,
1478000,
1484000,
1487696,
1491651,
......@@ -346,7 +338,6 @@
1504381,
1507546,
1510482,
1511000,
1522000,
1525037,
1530000,
......@@ -359,7 +350,6 @@
1555356,
1559000,
1562052,
1563000,
1568000,
1572162,
1576324,
......@@ -412,7 +402,6 @@
1783928,
1788503,
1793078,
1795000,
1810000,
1814856,
1817582,
......@@ -502,7 +491,6 @@
2222327,
2225721,
2230557,
2232000,
2241000,
2247555,
2252782,
......@@ -528,7 +516,6 @@
2342000,
2347991,
2352286,
2355000,
2360000,
2363333,
2367243,
......@@ -580,7 +567,6 @@
2568054,
2571665,
2576079,
2583000,
2589000,
2593995,
2597927,
......@@ -617,23 +603,18 @@
2744578,
2747030,
2749774,
2751000,
2756000,
2760000,
2764534,
2767206,
2771983,
2777085,
2780000,
2800000,
2802000,
2872000
],
"end": [
9000,
11571,
13000,
17000,
24138,
28000,
34000,
......@@ -663,7 +644,6 @@
141177,
150199,
153000,
161000,
166009,
169830,
175009,
......@@ -696,7 +676,6 @@
271217,
274551,
277000,
282000,
285428,
291142,
293142,
......@@ -876,7 +855,6 @@
1106367,
1111224,
1114000,
1123000,
1126708,
1130880,
1132801,
......@@ -938,10 +916,8 @@
1354687,
1357812,
1360000,
1365000,
1371724,
1373000,
1380000,
1385154,
1388704,
1393690,
......@@ -966,7 +942,6 @@
1472099,
1476126,
1478000,
1484000,
1487696,
1491651,
1495218,
......@@ -976,7 +951,6 @@
1507546,
1510482,
1511000,
1522000,
1525037,
1530000,
1533941,
......@@ -989,7 +963,6 @@
1559000,
1562052,
1563000,
1568000,
1572162,
1576324,
1580911,
......@@ -1042,7 +1015,6 @@
1788503,
1793078,
1795000,
1810000,
1814856,
1817582,
1822695,
......@@ -1132,7 +1104,6 @@
2225721,
2230557,
2232000,
2241000,
2247555,
2252782,
2257490,
......@@ -1158,7 +1129,6 @@
2347991,
2352286,
2355000,
2360000,
2363333,
2367243,
2370064,
......@@ -1210,7 +1180,6 @@
2571665,
2576079,
2583000,
2589000,
2593995,
2597927,
2599946,
......@@ -1247,23 +1216,18 @@
2747030,
2749774,
2751000,
2756000,
2760000,
2764534,
2767206,
2771983,
2777085,
2780000,
2800000,
2802000,
2872000,
2877000
],
"text": [
"",
"All right. Let's get moving.",
"Good morning.",
"",
"Today, if everything works out, we have some fun for you guys.",
"I hope it works out. We'll see.",
"What I am going to do today is a very major application of the",
......@@ -1293,7 +1257,6 @@
"notes. All right.",
"Let's start with the review. We looked at this circuit last",
"Friday --",
"",
"-- where I said that for our analysis, we are going to focus",
"on this small, small region of the playground.",
"And what's special about this region of our playground is that",
......@@ -1326,7 +1289,6 @@
"The impedance method says what I am going to do is replace each",
"of these by impedances. And then the corresponding",
"impedance model looks like this.",
"",
"Instead of R, I replace that with ZR.",
"And instead of the capacitor, I am going to replace that with",
"ZC. And this is my Vc.",
......@@ -1506,7 +1468,6 @@
"is concerned. In the next five minutes,",
"I want to give you some insight into how you can build different",
"kinds of impedances.",
"",
"And I won't go into too much detail but give some insight",
"into how you can get a sense for the kind of filters you want to",
"design. Or, at the very least,",
......@@ -1568,10 +1529,8 @@
"throughout. Let's use this to build some",
"insight into how our circuits might look.",
"Let me do this example.",
"",
"Let's say I have a Vi and I measure the response across the",
"resistor.",
"",
"So, I measure Vr divided by Vi and take the absolute value and",
"take a look at how it's going to look like.",
"I want you to stare at this for me and help me with what the",
......@@ -1596,7 +1555,6 @@
"I pass high frequencies but attenuate low frequencies.",
"Not surprisingly, this is called a high pass",
"filter.",
"",
"You need to begin to be able to think about capacitors and",
"inductors in terms of their high and low frequency properties.",
"And, if you develop that intuition, once you develop the",
......@@ -1606,7 +1564,6 @@
"you will go a long way in terms of knowing how to tackle",
"problems and being able to quickly sketch responses.",
"Yes.",
"",
"In the case of, if we get something like j",
"omega L, what you can do is take the limit as omega goes to zero.",
"If it is omega L then notice that it is going to start",
......@@ -1619,7 +1576,6 @@
"look like at that point. All right.",
"The next one I would like to draw for you is something that",
"looks like this.",
"",
"Let's say, for example, I have an inductor L and a",
"resistor R and I want to see what that looks like.",
"In this particular example, I have H, take the absolute",
......@@ -1672,7 +1628,6 @@
"That's going to end up being your high pass filter.",
"As another example, I would like to do a series RLC",
"circuit --",
"",
"-- and try to get you some sense of what that output looks",
"like. Let's use our intuition and",
"first write down what this looks like and then go and do some",
......@@ -1762,7 +1717,6 @@
"resonance point. Resonance is when you're",
"driving the circuit at omega nought equals one by a square",
"root of LC.",
"",
"I will very quickly sketch for you a couple of other ways of",
"looking at circuits. Supposing I looked at this",
"value here, Vlc, I looked at the value across",
......@@ -1788,7 +1742,6 @@
"Here I can nail any specific frequency, as long as the",
"frequency falls in roughly that regime.",
"Yet another example.",
"",
"The reason I'm working on so many examples is that to",
"experts, a large part of what they do is look at a circuit and",
"boom, give a rough form of how it looks like.",
......@@ -1840,7 +1793,6 @@
"picks up a signal. So, in some sense,",
"this part of the circuit here is your source.",
"I could replace it with its Thevenin equivalent as follows.",
"",
"So, the front end of your radio looks like a Vi,",
"R, L and a C. Where have you seen this",
"before? Right there.",
......@@ -1877,16 +1829,13 @@
"filter here. You put a low pass filter that",
"does the following. Let's say I want to hear WBZ",
"1030.",
"",
"If I pass this entire signal through that filter.",
"And if I arrange to have the omega nought of my filter at",
"1030. If I can arrange to have the",
"omega nought at 1030 then this is the response of my filter.",
"And I am going to pick out this guy and cut out everything else.",
"I am just going to get this.",
"",
"Let's listen to the station for some time.",
"",
"So, you can see I can tune to the station WBUL."
]
}
\ No newline at end of file
{
"start": [],
"end": [],
"text": []
}
\ No newline at end of file
{
"start": [],
"end": [],
"text": []
}
\ No newline at end of file
{
"start": [],
"end": [],
"text": []
}
\ No newline at end of file
{
"start": [],
"end": [],
"text": []
}
\ No newline at end of file
{
"start": [],
"end": [],
"text": []
}
\ No newline at end of file
{
"start": [],
"end": [],
"text": []
}
\ No newline at end of file
......@@ -13,7 +13,6 @@
49476,
54022,
58000,
63000,
77000,
79282,
82602,
......@@ -83,7 +82,6 @@
373203,
376132,
379223,
385000,
396000,
400990,
403281,
......@@ -138,7 +136,6 @@
619813,
623910,
628322,
632000,
648000,
651146,
655471,
......@@ -700,7 +697,6 @@
54022,
58000,
63000,
77000,
79282,
82602,
86682,
......@@ -770,7 +766,6 @@
376132,
379223,
385000,
396000,
400990,
403281,
405981,
......@@ -825,7 +820,6 @@
623910,
628322,
632000,
648000,
651146,
655471,
660426,
......@@ -1387,7 +1381,6 @@
"you a few things that behave completely and spectacularly",
"differently than how you expect them to.",
"And, today's lecture is appropriately called --",
"",
"OK. So, we're going to violate the",
"abstraction barrier here, and do some fun things.",
"And, the important thing to realize is that in all of 6.002,",
......@@ -1457,7 +1450,6 @@
"What you're going to see is not this.",
"OK, you're not going to be seeing that.",
"Rather, I'm going to show you something that looks like this.",
"",
"So, at t=0, I do see Vo looking like a step, and approximately",
"halfway through, decides, ah,",
"well never mind, and flattens out,",
......@@ -1512,7 +1504,6 @@
"So, you know, something's happening here",
"that's making the circuit behave like this.",
"So, this is VI. At Vo --",
"",
"So at Vo I'm getting this funny behavior.",
"OK, so does anybody want to take the next piece of clues",
"here, does anybody want to take a stab at guessing what might be",
......
{
"start": [],
"end": [],
"text": []
}
\ No newline at end of file
{
"start": [],
"end": [],
"text": []
}
\ No newline at end of file
{
"start": [],
"end": [],
"text": []
}
\ No newline at end of file
{
"start": [],
"end": [],
"text": []
}
\ No newline at end of file
{
"start": [
370,
3130,
5940,
10140,
11110,
14040,
18460,
22350,
23090,
26720,
30230,
32880,
35550,
38650,
39220,
41830,
45920,
48890,
51430,
52850,
55930,
59070,
62330,
63930,
67940,
69860,
72030,
73080,
75110,
77490,
80530,
83770,
85680,
89460,
91120,
94850,
95980,
98780,
101630,
104630,
106790,
107870,
111670,
116240,
118560,
122970,
125130,
127540,
128720,
132380,
133390,
135970,
138150,
142360,
146730,
149530,
151130,
152620,
155110,
158190,
160750,
163740,
165210,
168750,
172200,
174980,
176780,
178720,
181080,
182020,
183930,
187000,
189920,
193320,
195830,
200040,
203050,
203870,
205650,
208250,
210600,
211935,
213550,
215960,
217135,
219680,
222100,
225380,
226060,
229100,
229750,
232600,
235800,
238050,
240410,
242740,
244240,
246230,
249050,
252620,
255720,
259300,
262120,
264750,
266140,
269450
],
"end": [
3130,
5940,
10140,
11110,
14040,
18460,
22350,
23090,
26720,
30230,
32880,
35550,
38650,
39220,
41830,
45920,
48890,
51430,
52850,
55930,
59070,
62330,
63930,
67940,
69860,
72030,
73080,
75110,
77490,
80530,
83770,
85680,
89460,
91120,
94850,
95980,
98780,
101630,
104630,
106790,
107870,
111670,
116240,
118560,
122970,
125130,
127540,
128720,
132380,
133390,
135970,
138150,
142360,
146730,
149530,
151130,
152620,
155110,
158190,
160750,
163740,
165210,
168750,
172200,
174980,
176780,
178720,
181080,
182020,
183930,
187000,
189920,
193320,
195830,
200040,
203050,
203870,
205650,
208250,
210600,
211935,
213550,
215960,
217135,
219680,
222100,
225380,
226060,
229100,
229750,
232600,
235800,
238050,
240410,
242740,
244240,
246230,
249050,
252620,
255720,
259300,
262120,
264750,
266140,
269450,
270700
],
"text": [
"SPEAKER 1: At this point, I'd like to do a quick summary of",
"all that we have covered in 6.002 so far.",
"We began life in 6.002 by discretizing matter into",
"lumped elements.",
"And we agreed to observe the lumped matter discipline.",
"What this did was it turned real life elements, as our",
"little pickle on which we performed the fun experiment a",
"little while ago.",
"And we were able to turn that into lumped elements, such as",
"a resistor, which we could use in circuits to obtain",
"properties such as voltages and currents.",
"And when we took these lumped elements and put them together",
"into circuits, we got the lumped circuit abstraction.",
"All right.",
"So once we built these circuits containing these",
"lumped elements, we then went on to develop an arsenal of",
"tools that we could use to analyze circuits.",
"So notice that the fun part of 6.002 doubled",
"has really not begun.",
"We just made some assumptions that allowed us to make the",
"transition from physics and the complications of Maxwell's",
"equations into some very simple territories where",
"algebraic equations rule.",
"And then, we sat down and developed some analysis",
"techniques for the circuits that we built.",
"Notice we really haven't built anything useful or",
"done any fun stuff.",
"We are still developing our tools for the",
"circuits that we created.",
"So we developed a bunch of circuit analysis methods.",
"We started off with the KVL, KCL method.",
"And in this method, you took a circuit.",
"And you wrote the KVL, KCL equations and also the I-V",
"relations for each of the elements.",
"And then you got a whole series of linear equations.",
"And we went and solved them.",
"The second technique we learned was applying",
"simplification rules, where you combine resistances in",
"series and so on and so forth, a resistance in parallel or a",
"voltage in series, and then used those to",
"simplify the circuit.",
"The third method that we developed was the node method.",
"The node method is really the workhorse of our industry.",
"When in doubt, use the node method.",
"The node method applies to all circuits and, in fact, is used",
"for linear or nonlinear circuits.",
"And by and large, when in doubt, we just",
"apply the node method.",
"So if you look at these techniques here, they apply to",
"any network.",
"And then, we looked at another class of techniques, the",
"superposition, Thevenin, and Norton.",
"In the superposition method, we simplified a circuit into",
"subcircuits by shutting off all sources save for one.",
"And then we found the subcircuit result.",
"And then we added up all the results.",
"That was the superposition method.",
"And then we learned about the Thevenin and Norton methods.",
"The Thevenin method, it determined a Thevenin pattern",
"circuit to replace an arbitrary network, while the",
"Norton method replaced an arbitrary circuit with the",
"Norton pattern.",
"Now, don't forget that the superposition, Thevenin, and",
"Norton methods apply only to linear circuits.",
"So these techniques, superposition, Thevenin and",
"Norton, are extremely powerful.",
"And they will work with linear networks.",
"And we will see a lot of situations where we have",
"linear networks.",
"And so these are very important techniques.",
"And then, of course, for nonlinear networks, or for",
"networks that contain nonlinear elements, we will",
"largely use the node method, where the node method is",
"really the workhorse of our industry.",
"Now people often ask me, when do I use which technique?",
"You've taught us the KVL, KCL method, the node method, the",
"Norton method.",
"Where do I apply these techniques?",
"The way to think about it is just imagine if you are a",
"carpenter, and you have a tool chest full of tools.",
"You know, you have a chisel.",
"You have a screwdriver.",
"And you have my favorite tool, a chainsaw.",
"So you have all of these tools.",
"And if you asked a carpenter, well, where do you use which",
"tool, what do you expect the carpenter would respond?",
"The carpenter would say, well, that's why you pay a carpenter",
"the big bucks.",
"They know what tool to use where, and they're practiced",
"in using it.",
"Similarly, as engineers, as you get more practice, you",
"will begin using these tools and beginning to figure out",
"where to use what tool.",
"But fundamentally, the superposition, Thevenin, and",
"Norton methods apply to linear networks.",
"And the node method applies anywhere.",
"So when in doubt, just use the node method.",
"And much like a carpenter would use a chainsaw to chop",
"down a tree, you can use your superposition method to",
"analyze circuits that contain a number of sources, where you",
"can break it down into very simple subcircuits.",
"But of course, the circuit has to be linear to begin with.",
"So really, you will develop experience in terms of where",
"to apply which method.",
"But again, don't forget that the node method will apply in",
"any situation."
]
}
\ No newline at end of file
......@@ -2,7 +2,6 @@
"start": [
0,
1586,
2000,
9000,
14852,
19711,
......@@ -34,14 +33,11 @@
126943,
131248,
134812,
136000,
148000,
151976,
157248,
161410,
164000,
176000,
178000,
183000,
187153,
191397,
......@@ -59,7 +55,6 @@
239000,
243636,
248636,
252000,
264000,
267692,
272538,
......@@ -218,7 +213,6 @@
930712,
938138,
946226,
951000,
966000,
970491,
974905,
......@@ -248,7 +242,6 @@
1074018,
1076320,
1080004,
1082000,
1089000,
1092745,
1095754,
......@@ -342,7 +335,6 @@
1559476,
1564538,
1569000,
1579000,
1589000,
1593893,
1596593,
......@@ -451,7 +443,6 @@
2010836,
2015762,
2018524,
2022000,
2027000,
2031549,
2037400,
......@@ -689,7 +680,6 @@
"end": [
1586,
2000,
9000,
14852,
19711,
27000,
......@@ -721,14 +711,11 @@
131248,
134812,
136000,
148000,
151976,
157248,
161410,
164000,
176000,
178000,
183000,
187153,
191397,
195822,
......@@ -746,7 +733,6 @@
243636,
248636,
252000,
264000,
267692,
272538,
275812,
......@@ -905,7 +891,6 @@
938138,
946226,
951000,
966000,
970491,
974905,
977848,
......@@ -935,7 +920,6 @@
1076320,
1080004,
1082000,
1089000,
1092745,
1095754,
1099500,
......@@ -1029,7 +1013,6 @@
1564538,
1569000,
1579000,
1589000,
1593893,
1596593,
1601317,
......@@ -1138,7 +1121,6 @@
2015762,
2018524,
2022000,
2027000,
2031549,
2037400,
2040284,
......@@ -1376,7 +1358,6 @@
"text": [
"All right. Good morning,",
"all.",
"",
"You have two handouts, lecture notes and an article on",
"mixed signal chips. A mixed signal stands for",
"circuits that have both analog and digital components to them.",
......@@ -1408,14 +1389,11 @@
"And we are going to try to do that and see what happens and",
"look to see if we can build some useful circuits.",
"Today --",
"",
"As motivation, let me do a quick review of a",
"circuit that should now become affixed in your brains in a",
"standard pattern. This is a circuit that gives",
"you negative feedback.",
"",
"R1 and R2.",
"",
"And I apply a vIN. By now you should be able to",
"look at this pattern. And this is your inverting",
"amplifier pattern. So, you should be able to write",
......@@ -1433,7 +1411,6 @@
"Let's look at this circuit. Being curious engineers,",
"let's look at the opposite here where I give myself some",
"positive feedback in this op amp.",
"",
"And it is going to be interesting to analyze this",
"because what we find out on the face of it is not quite actually",
"how it behaves. We are going to spend most of",
......@@ -1592,7 +1569,6 @@
"amp moves as I perturb the input or the output and so on.",
"To capture the dynamics of the op amp we build a slightly more",
"involved circuit, so v+ and v-.",
"",
"This is what we've seen before, two terminals and dependent",
"source that amplifies the difference input here by a large",
"amount. Instead what we are going to do",
......@@ -1622,7 +1598,6 @@
"R2, R1. So, that is my positive",
"feedback circuit. And I will do the same thing on",
"this side.",
"",
"All I am doing is applying both a positive feedback through R2",
"and R1 and negative feedback through R4 and R3 and",
"representing the dynamics of the op amp and then standing back",
......@@ -1716,7 +1691,6 @@
"simpler, I will just replace this thing by one divided by T,",
"much as we did for first order equations.",
"What I end up with is dvO/dt+vO/T=0.",
"",
"Despite all the grubbiness, I end up with something that is",
"very, very familiar to all of us.",
"I went through a bunch of gyrations to substitute for v+,",
......@@ -1825,7 +1799,6 @@
"like this. And the output is going to look",
"like this. I make T even larger.",
"All right. It is going to like this.",
"",
"I make these so large that T tends to zero,",
"T tends to infinity in which case I get this situation.",
"The output goes dah. OK?",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment