sensors-actuators

Lecture notes on sensors and actuators using ipython notebooks.

MIT License

Stars
14
Committers
1

{ "nbformat": 4, "nbformat_minor": 5, "metadata": { "kernelspec": { "display_name": "Python 3", "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.8.5" }, "colab": { "name": "README.ipynb", "provenance": [], "include_colab_link": true } }, "cells": [ { "cell_type": "markdown", "metadata": { "id": "view-in-github", "colab_type": "text" }, "source": [ "<a href="https://colab.research.google.com/github/agmarrugo/sensors-actuators/blob/master/README.ipynb" target="_parent"><img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/>" ] }, { "cell_type": "markdown", "metadata": { "id": "ATIIW09DUx1u" }, "source": [ "Sensors and Actuators\n", "===\n", "\n", "Notes on Sensors and Actuators with ipython notebooks\n", "\n", "Andrés Marrugo, PhD\n", "\n", "This repository is a collection of Jupyter notebooks in the form of lecture notes and engineering calculations for the course IMTR Z03A Sensors and Actuators taught at the Universidad Tecnológica de Bolívar. It is largely based on the book by [Nathan Ida](http://www.scitechpublishing.com/ida_9781613530061.htm "Nathan Ida, Sensors and Actuators 9781613530023"). The lectures notes are written using the Jupyter IPython Notebook, part of the Python ecosystem for scientific computing. You can view these lectures in different ways: simply read on line by clicking on the links below; or download a single notebook or all the stuff or yet fork this entire repository using the GitHub resources and run the notebooks in your computer or in the cloud. I hope this material is useful to you and I am open to suggestions or comments.\n", "\n", "This work was inspired by the lecture notes on Scientific Computing for Biomechanics and Motor Control by Marcos Duarte. This is a work in progress.\n", " \n", "\n", "\n", "Introduction\n", "------------\n", "- Installing python. This takes you to a notebook by Marcos Duarte with instructions for installing python.\n", "\n", "Performance Characteristics of Sensors and Actuators\n", "------------\n", "\n", "- Passive and active sensors\n", "\n", "- Power loss in optical fibers.\n", "\n", "- A simple position sensor.\n", "\n", "- Analytic form of transfer function.\n", "\n", "- Errors in sensing\n", "\n", "- Linear approximation of nonlinear transfer function.\n", "\n", "Temperature Sensors\n", "------------\n", "\n", "- A wire-spool sensor.\n", "- Thermocouple reference tables\n", "\n", "\n", "Mechanical Sensors\n", "------------\n", "\n", "- Evaluation of a force sensor.\n", "\n" ], "id": "ATIIW09DUx1u" } ] }