{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "Universidade Federal do Rio Grande do Sul (UFRGS) \n", "Programa de Pós-Graduação em Engenharia Civil (PPGEC) \n", "\n", "# PEC00144: Experimental Methods in Civil Engineering\n", "\n", "\n", "### Part II: Instrumentation\n", "[10. Signal conditioning](#section_10) \n", "\n", "   [10.1. Operational amplifiers](#section_101) \n", "   [10.2. Instrumentation amplifiers](#section_102) \n", "   [10.3. Active electronic filtering](#section_103) \n", "\n", "---\n", "_Prof. Marcelo M. Rocha, Dr.techn._ [(ORCID)](https://orcid.org/0000-0001-5640-1020) \n", "_Porto Alegre, RS, Brazil_ \n" ] }, { "cell_type": "code", "execution_count": 21, "metadata": {}, "outputs": [], "source": [ "# Importing Python modules required for this notebook\n", "# (this cell must be executed with \"shift+enter\" before any other Python cell)\n", "\n", "import numpy as np\n", "import pandas as pd\n", "import matplotlib.pyplot as plt\n", "from MRPy import MRPy\n" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "## 10. Signal conditioning \n", "\n", "### 10.1. Operational amplifiers (OpAmp) \n", "\n", "\"Operational\n", "\n", "\"Operational\n", "\n", "\"OpAmp\n", "\n", "[TL072 Datasheet](\"resources/TL072_datasheet.pdf\")\n" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "### 10.2. Instrumentation amplifiers \n", "\n", "\"INA118\n", "\n", "\"INA118\n", "\n", "\"INA118\n", "\n", "\"INA118\n" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "### 10.3. Active electronic filtering \n" ] } ], "metadata": { "kernelspec": { "display_name": "Python 3 (ipykernel)", "language": "python", "name": "python3" }, "language_info": { "codemirror_mode": { "name": "ipython", "version": 3 }, "file_extension": ".py", "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", "version": "3.10.9" } }, "nbformat": 4, "nbformat_minor": 2 }