GithubHelp home page GithubHelp logo

imclab / adaptive-filter Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 1.22 MB

Development of an adaptive filter to cancel out mechanical interference on an optical signal, using information about the interference contained in accelerometer-data.

License: MIT License

Python 100.00%

adaptive-filter's Introduction

adaptive-filter

Development of an adaptive filter to cancel out mechanical interference on an optical signal, using information about the interference contained in accelerometer-data.

One of our optical sensors has been running statically (no movement) in our laboratory. The sensor has been hit with steel bars and plastic hammers to simulate heavy mechanical interferences on the sensor’s optics which can happen in some of our customer’s industrial environments (e.g. drill hammer). The electronics of the sensor at hand have therefore been equipped with an additional side-channel sensor (3-axis accelerometer).

The dataset for this task contains the 3 axes of the acceleration sensor as well as an analog signal stream from our optical measurement system inside the sensor. Your goal in this exercise is to find a model which makes use of the degree of information about the mechanical interference in the accelerometer-data in order to cancel out the interference on the optical signal.

SOLUTION

For each of this signal, do the three following steps:

  1. generate a new signal qF, given by the linear combination of the three accelerometer signals. The coefficients of the linear combinations are found by maximising the correlation between qF and the optical signal qV;

  2. apply an adaptive filter using qV and qF, using a FIR filter with LMS;

  3. compute the residual interference. This is done by computing the average power of the original optical signal qV and of the error signal (i.e. qV where interference has been canceled), and by considering the inverse of SNR.

adaptive-filter's People

Contributors

ocons avatar

Watchers

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