8000 GitHub - chmeul/AmgExtract: Data converter for multi-channel 2-bits dump files
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

chmeul/AmgExtract

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 97.7%
  • QMake 2.3%
0