Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
GRamosPlux committed Feb 26, 2021
2 parents a07df24 + ec1c335 commit c365ef3
Showing 1 changed file with 19 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,11 @@
"<br>\n",
"If you prefer to have a more detailed look on how Android acquires data from their sensors you can have a look at the <a href=https://developer.android.com/guide/topics/sensors/sensors_overview#java/>Android Developers guide on sensors <img src=\"../../images/icons/link.png\" width=\"10px\" height=\"10px\" style=\"display:inline\"></a>. (See the section on <strong>\"Monitoring Sensor Events\"</strong>.)\n",
"<br><br>\n",
"In order to obtain an equidistant sampling with a fixed rate, the signal has to be resampled with an appropriate interpolation method. We will show how this can be achieved in this <strong><span class=\"color4\">Jupyter Notebook</span></strong> ."
"In order to obtain an equidistant sampling with a fixed rate, the signal has to be resampled with an appropriate interpolation method. We will show how this can be achieved in this <strong><span class=\"color4\">Jupyter Notebook</span></strong>.\n",
"\n",
"<strong>Please take note:</strong> The information given in this <strong><span class=\"color4\">notebook</span></strong> does <strong>only apply</strong> when you acquired data from <strong>one sensor only</strong>. In case you have recorded data from multiple sensors and you want to re-sample the data, there are other important steps that need to be considered. For this, please read our notebook on <a href=https://biosignalsplux.com/learn/notebooks/Categories/Other/android_file_sync_rev.php>Synchronising data from multiple Android sensor files into one file <img src=\"../../images/icons/link.png\" width=\"10px\" height=\"10px\" style=\"display:inline\"></a>. However, we would still encourage you to read through the current notebook in order to understand what effects re-sampling will have on your signals.\n",
"\n",
"In case this is your first time working with Android sensors, we highly recommend reading the <a href=https://biosignalsplux.com/learn/notebooks/Categories/Other/intro_to_android_sensors_rev.php> Introduction to Android sensors <img src=\"../../images/icons/link.png\" width=\"10px\" height=\"10px\" style=\"display:inline\"></a> notebook with general information on Android sensors."
]
},
{
Expand Down Expand Up @@ -746,7 +750,7 @@
" "
],
"text/plain": [
"<IPython.lib.display.IFrame at 0x1abd8d10>"
"<IPython.lib.display.IFrame at 0x3d013300a0>"
]
},
"execution_count": 3,
Expand Down Expand Up @@ -1319,7 +1323,7 @@
},
{
"cell_type": "code",
"execution_count": 15,
"execution_count": 2,
"metadata": {
"tags": [
"hide_both"
Expand Down Expand Up @@ -1911,6 +1915,16 @@
"margin-left: 10px !important;\n",
"}\n",
"\n",
".contributors_image{\n",
"height:40% !important;\n",
"border:solid 5px #808080 !important;\n",
"}\n",
"\n",
".special_contributors_text{\n",
"text-align:center !important;\n",
"border-bottom: solid 3px #808080 !important;\n",
"}\n",
"\n",
".header_image_color_1{\n",
"border-right: 2pt solid #62C3EE !important;\n",
"}\n",
Expand Down Expand Up @@ -2271,7 +2285,7 @@
"<IPython.core.display.HTML object>"
]
},
"execution_count": 15,
"execution_count": 2,
"metadata": {},
"output_type": "execute_result"
}
Expand Down Expand Up @@ -2350,7 +2364,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.6"
"version": "3.8.1"
}
},
"nbformat": 4,
Expand Down

0 comments on commit c365ef3

Please sign in to comment.