Skip to content

i3thuan5/FaNT

Repository files navigation

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.