You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/cds110_bode-nyquist.ipynb
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@
9
9
"source": [
10
10
"# Frequency domain analysis using Bode/Nyquist plots\n",
11
11
"\n",
12
-
"**CDS 110/ChE 105, Winter 2024** <br>\n",
12
+
"**CDS 110, Winter 2024** <br>\n",
13
13
"Richard M. Murray\n",
14
14
"</center>\n",
15
15
"\n",
@@ -242,7 +242,7 @@
242
242
"source": [
243
243
"### Open loop frequency response\n",
244
244
"\n",
245
-
"A standard method for understanding the dynamics is to plot the output of the system in response to sinusoids with unit magnitude at differening frequencies.\n",
245
+
"A standard method for understanding the dynamics is to plot the output of the system in response to sinusoids with unit magnitude at different frequencies.\n",
246
246
"\n",
247
247
"We use the `frequency_response` function to plot the step response of the linearized, open-loop system."
0 commit comments