Skip to content

Commit 1636f7a

Browse files
committed
update MNA
1 parent d472070 commit 1636f7a

File tree

5 files changed

+558
-112
lines changed

5 files changed

+558
-112
lines changed

AnalogeElektronica2/Klasse-A.ipynb

+6-6
Original file line numberDiff line numberDiff line change
@@ -890,7 +890,7 @@
890890
],
891891
"source": [
892892
"with schemdraw.Drawing():\n",
893-
" T = BjtNpn(lftlabel='$I_{in}$')\n",
893+
" T = BjtNpn(lftlabel='Iin')\n",
894894
" Ground(xy=T.emitter)\n",
895895
" Dot()\n",
896896
" Dot(open=True,xy=T.base)\n",
@@ -901,16 +901,16 @@
901901
" Line(xy=trans.p1, d='left', l=0.75)\n",
902902
" Dot()\n",
903903
" Line( d='up', l=0.5)\n",
904-
" Rp = Resistor( d='up', label='$R_p$',l=1.5)\n",
905-
" Vdd(label='$V_{dd}$')\n",
904+
" Rp = Resistor( d='up', label='Rp',l=1.5)\n",
905+
" Vdd(label='Vdd')\n",
906906
" Dot()\n",
907907
" s1=Line(xy=trans.s1, d='right', l=1.75)\n",
908908
" Line(xy=trans.s2, d='right', l=1.75)\n",
909909
" Dot()\n",
910910
" Ground()\n",
911-
" RL = Resistor(d='up', toy=s1.end,label='$R_L$')\n",
911+
" RL = Resistor(d='up', toy=s1.end,label='RL')\n",
912912
" Dot()\n",
913-
" Gap(d='up', xy= RL.start, toy= RL.end, label=['-','$v_{out}$','$+$'],lblofst=-1)"
913+
" Gap(d='up', xy= RL.start, toy= RL.end, label=['-','vout','+'],lblofst=-1)"
914914
]
915915
},
916916
{
@@ -2863,7 +2863,7 @@
28632863
"name": "python",
28642864
"nbconvert_exporter": "python",
28652865
"pygments_lexer": "ipython3",
2866-
"version": "3.10.13"
2866+
"version": "3.10.14"
28672867
},
28682868
"toc": {
28692869
"base_numbering": 1

AnalogeElektronica2/_toc.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
format: jb-book
22
root: intro
33
parts:
4-
- caption: Transistor Configuraties
4+
- caption: Analyse van circuits
55
chapters:
66
- file: TransistorConfiguraties
7+
- file: berekening
78
- caption: Versterkers
89
chapters:
910
- file: Klasse-A
@@ -24,9 +25,6 @@ parts:
2425
- file: oefeningBoost3
2526
- file: Inverter
2627
- file: Flyback-converter
27-
- caption: Berekening van circuits
28-
chapters:
29-
- file: berekening
3028
- caption: References
3129
chapters:
3230
- file: References

AnalogeElektronica2/_tocpdf.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
format: jb-book
22
root: intro2
33
parts:
4-
- caption: Transistor Configuraties
4+
- caption: Analyse van circuits
55
chapters:
66
- file: TransistorConfiguraties
7+
- file: berekening
78
- caption: Versterkers
89
chapters:
910
- file: Klasse-A
@@ -24,9 +25,6 @@ parts:
2425
- file: oefeningBoost3
2526
- file: Inverter
2627
- file: Flyback-converter
27-
- caption: Berekening van circuits
28-
chapters:
29-
- file: berekening
3028
- caption: References
3129
chapters:
3230
- file: References

0 commit comments

Comments
 (0)