This project takes in an input file that consists of CPU core temperatures. each core has their own temperature reading. you must implement piecewise linear interpolation for each core and output...


This project takes in an input file that consists of CPU core temperatures. each core has their own temperature reading. you must implement piecewise linear interpolation for each core and output those to their own separate output files. so core1 temperature readings will go through an algorithm and then be outputted to a txt ftil labeled core1output.txt and so forth with the other 3 cores. after this you must implement ONE least squares approximation line for all of the core temps. you CAN NOT use numpy to do this for you. i have notes in which you have to implement the algorithm yourself. the code must be documented well and be written in python 3 ONLY. any previous python installments will result in a 0. I have already started the code, I have taken the file input and parsed the information into a tuple. Then from the data i have made 5 arrays, one for time and one for each CPU core. these arrays are listed accordingly THIS IS THE FIRST PART ONLY
Oct 25, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here