GithubHelp home page GithubHelp logo

trellixvulnteam / semester-project_hefg Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ashleyborum/cpu_core_temperature-project

0.0 0.0 0.0 19.86 MB

CPU core temperature project

Shell 0.02% JavaScript 1.55% Python 96.53% C 0.04% Common Lisp 0.07% PowerShell 0.05% CSS 0.56% TeX 0.80% Makefile 0.01% HTML 0.37% Jinja 0.01%

semester-project_hefg's Introduction

CPU Core Temperature Data

This project utilizes least squares approximation and linear interpolation to analyze the temperatures of four CPU cores over the course of a year.

The best way to crack a complex problem is to break it down into component parts, learn each of the parts and learn how the parts go together. -Graham, R. L.

Requirements

  • Python
  • Python3
  • numpy

Sample Execution and Output

Data takes the form of temperatures in a txt file. All data points are whitespace delimited.

python3 main.py sensors.txt

output simliar to

      0 <= x <      30; y_0      =      61.0000 +   0.6333x; interpolation
     30 <= x <      60; y_1      =      98.0000 +  -0.6000x; interpolation
     60 <= x <      90; y_2      =      20.0000 +   0.7000x; interpolation
     90 <= x <     120; y_3      =     128.0000 +  -0.5000x; interpolation
    120 <= x <     150; y_4      =      12.0000 +   0.4667x; interpolation

will be displayed. Note that the form will vary by architecture/system.

semester-project_hefg's People

Contributors

ashleyborum avatar trellixvulnteam avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.