Coder Social home page Coder Social logo

experiment's Introduction

代码总计

主要运算代码 #23 TODO:文件读写错误,最后一个数据未导入。

freopen("FAccelerometer.csv","r",stdin);
getline(cin,temp);
while(cin>>ta[len1++]>>ax[len1]>>ay[len1]>>temp){}
len1-=2;
//Todo: Check out why the last number wasn't read.
//      Now just modify len1 to let it looks right.
fclose(stdin);

绘制动态图像。

保存图像。

原始数据分析

数据格式转换

2022/01/01--1

链接

X-Y

2022/01/14--1

链接

目前观察数据发现,加速度(线速度)传感器在x、y上均有极大的累计值。

Acceleration x (m/s^2) Acceleration y (m/s^2)
求和 -667.79 290.8859
平均 -0.10974 0.047804

猜测:g在x、y方向上有分加速度

2022/01/16

静止状态下的加速度

测试直线运动的效果

大量修改代码

直线测试

experiment's People

Contributors

flt6 avatar

Watchers

 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.