amungo / AmgExtract

Data converter for multi-channel 2-bits dump files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AmgExtract

Data converter for multi-channel 2-bits dump files. It can extract several channels from output files of AmungoFx3Dumper and convert data to usual signed char format.

AmungoFx3Dumper is located here: https://github.com/amungo/AmungoFx3Dumper

Usage

AmgExtractor input_file [0|1|2|3]

  • input_file - file with 4chan 2bit signal
  • 0|1|2|3 - channels to extract, numbering from 0 to 3

Example

  • Extract two channels (0 and 2) from file 'dump.bin'
  • AmgExtractor dump.bin 0 2
  • Extract all 4 channels from file 'dump.bin'
  • AmgExtractor dump.bin

About

Data converter for multi-channel 2-bits dump files

License:Apache License 2.0


Languages

Language:C++ 97.7%Language:QMake 2.3%