diff options
author | kinitrupti | 2017-05-12 18:40:35 +0530 |
---|---|---|
committer | kinitrupti | 2017-05-12 18:40:35 +0530 |
commit | d36fc3b8f88cc3108ffff6151e376b619b9abb01 (patch) | |
tree | 9806b0d68a708d2cfc4efc8ae3751423c56b7721 /backup/Electronic_Instrumentation_and_Measurements_version_backup/Chapter12.ipynb | |
parent | 1b1bb67e9ea912be5c8591523c8b328766e3680f (diff) | |
download | Python-Textbook-Companions-d36fc3b8f88cc3108ffff6151e376b619b9abb01.tar.gz Python-Textbook-Companions-d36fc3b8f88cc3108ffff6151e376b619b9abb01.tar.bz2 Python-Textbook-Companions-d36fc3b8f88cc3108ffff6151e376b619b9abb01.zip |
Revised list of TBCs
Diffstat (limited to 'backup/Electronic_Instrumentation_and_Measurements_version_backup/Chapter12.ipynb')
-rwxr-xr-x | backup/Electronic_Instrumentation_and_Measurements_version_backup/Chapter12.ipynb | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/backup/Electronic_Instrumentation_and_Measurements_version_backup/Chapter12.ipynb b/backup/Electronic_Instrumentation_and_Measurements_version_backup/Chapter12.ipynb new file mode 100755 index 00000000..20148432 --- /dev/null +++ b/backup/Electronic_Instrumentation_and_Measurements_version_backup/Chapter12.ipynb @@ -0,0 +1,56 @@ +{ + "metadata": { + "name": "", + "signature": "sha256:35a41e7b4dbc1cdc77b9a35c5ee4f207fb6b4dc38c71b3e96011895ab456b780" + }, + "nbformat": 3, + "nbformat_minor": 0, + "worksheets": [ + { + "cells": [ + { + "cell_type": "heading", + "level": 1, + "metadata": {}, + "source": [ + "Chapter12 - Recorders" + ] + }, + { + "cell_type": "heading", + "level": 2, + "metadata": {}, + "source": [ + "Example 12.5.1 - page12-7 " + ] + }, + { + "cell_type": "code", + "collapsed": false, + "input": [ + "# chart speed\n", + "#Given data :\n", + "f=50.0 # frequency in Hz\n", + "period=1/f # in seconds\n", + "t=5 #in mm/cycle\n", + "chart_speed=t/period\n", + "print \"chart speed = \", chart_speed,\" mm/s\"" + ], + "language": "python", + "metadata": {}, + "outputs": [ + { + "output_type": "stream", + "stream": "stdout", + "text": [ + "chart speed = 250.0 mm/s\n" + ] + } + ], + "prompt_number": 2 + } + ], + "metadata": {} + } + ] +}
\ No newline at end of file |