2 Commits

Author SHA1 Message Date
9226f43cad Merge branch 'updater' into dev 2020-12-13 22:51:36 +01:00
2ff2d963c8 Add measuremnts of v1.2 hardware 2020-12-13 22:49:25 +01:00
2 changed files with 5409 additions and 1 deletions

View File

@@ -384,6 +384,18 @@
"plt.show()"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"fig, axes = plt.subplots(nrows=1, ncols=2, sharex='col', figsize=(28, 8))\n",
"v12_df = pd.read_csv(r'hw-v12-1000Ohm.csv') \n",
"plot_histogram(axes[0], v12_df['pt1000_res_raw_lf'], 21, 'HW v1.2 1k Ohm Sampling', '1k Resistance')\n",
"plot_histogram(axes[1], v12_df['adc_pt1000_raw_reading_hf'], 21, 'HW v1.2 1k Ohm Sampling', '1k Resistance')"
]
},
{
"cell_type": "code",
"execution_count": null,
@@ -416,7 +428,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.2"
"version": "3.9.0"
}
},
"nbformat": 4,

File diff suppressed because it is too large Load Diff