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: pyEMA Showcase.ipynb
+3-3
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@
22
22
"cell_type": "markdown",
23
23
"metadata": {},
24
24
"source": [
25
-
"The experiment is shown in the figure below; the beam was excited at 6 locations with a impact hammer, while the response was measured at 7 locations using piezo accelerometers (camera data is not used in this showcase; for image EMA, see https://github.com/ladisk/ImageBasedModalAnalysisTutorial):\n",
25
+
"The experiment is shown in the figure below; the beam was excited at 6 locations with an impact hammer, while the response was measured at 7 locations using piezo accelerometers (camera data is not used in this showcase; for image EMA, see https://github.com/ladisk/ImageBasedModalAnalysisTutorial):\n",
26
26
"<img width=500 src=\"./data/experiment_1.jpg\">"
27
27
]
28
28
},
@@ -77,7 +77,7 @@
77
77
"cell_type": "markdown",
78
78
"metadata": {},
79
79
"source": [
80
-
"And from the FRF (`H1_main` is of dimensions: #inputs, #outputs, frequency) only the response accelerometer position at index 1 will be later used:"
80
+
"And from the FRF (`H1_main` is of dimensions: #inputs, #outputs, frequency) only the response accelerometer position at index 1 will be used later:"
81
81
]
82
82
},
83
83
{
@@ -197,7 +197,7 @@
197
197
"cell_type": "markdown",
198
198
"metadata": {},
199
199
"source": [
200
-
"Alternatively to selecting from stabilisation chart, the frequencies can be defines as a list, e.g. (comment out to use):"
200
+
"As an alternative to selecting from the stabilisation chart, the frequencies can be defined as a list, e.g. (comment out to use):"
0 commit comments