Giter VIP home page Giter VIP logo

poc_ljx_data's Introduction

データ処理検討

課題の列挙

データ自体の処理

  • 単位調整:μm×10程度の整数型にする?
  • 傾き・位置補正
  • 土手部のノイズ処理

データのハンドリング

バイナリ自体からのデータローダーを実装、下記要求機能

  • データ処理計測のための時間の管理
  • LJXからの受信データで処理する際に大きな変更を必要としないこと

検証したコード

dust_codeディレクトリに名前を変えておいておく

データローダー作成検討

自作のバイナリログのパースを行う構造体を実装しようとした

stdライブラリにてstreamのように順次処理するには以下が不備で実装することができなかった

  • 指定バイトで区切って読み出しを行うには要素数を決めた配列を用意する必要がある
    let buf: [u32; 3200] = [0; 3200];配列数の指定には動的な値を入れれず、構造体にまとめる方法を思いつかなかった
  • 区切り文字も特にないため、readerの標準メソッドでは処理できない。
  • readerからVecに変換すると使い勝手は良くなるがメモリに全部乗る

データ構造をハードコーディングすれば読み出し処理はできそうであるが、汎用性はなくなる

保存形式について再検証が必要

poc_ljx_data's People

Contributors

ryo2357 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.