Giter Club home page Giter Club logo

fant's Introduction

FaNT - Filtering and Noise Adding Tool

Build Status

This is a fork version of FaNT from Niederrhein (H.-G. Hirsch’s Lab). This version supports data pipeline.

Install

git clone https://github.com/i3thuan5/FaNT.git
cd FaNT
make -f filter_add_noise.make
./filter_add_noise -h # The executable file

Usage

Pipeline

cat example/57353.raw | ./filter_add_noise -n example/subway.raw -u -s 10 -r 2000 -e fant.log > output.raw

Batch Mode

List source files in example/in.list, target files in example/out.list

./filter_add_noise -i example/in.list -o example/out.list -n example/subway.raw -u -s 10 -r 2000 -e fant.log

For more detail, see the documentation.

The Calculation of SNR

See the comment.

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.