Skip to content

nyatla/TBSKmodemJava

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TBSK modem for Java

日本語ドキュメント 👉README.ja.md

This is pure Java implementation of TBSKmodem.

🐓TBSKmodem

The API is largely identical to Python.

No Audio interface for this platform now.

License

This software is provided under the MIT license. For hobby and research purposes, use it according to the MIT license.

For industrial applications, be careful with patents.

This library is MIT licensed open source software, but not patent free.

GetStarted

There are some sample project for eclipse.

Setup

Clone source codes from Github.

>git clone https://github.com/nyatla/TBSKmodemJava.git

Programs

Modulation

Modulates binary data into a playable audio signal. https://github.com/nyatla/TBSKmodemJava/blob/master/eclipse_projects/getstarted/src/jp/nyatla/tbskmodem/getstartrd/Modulation.java

Demodulation

Extract data from wav file. https://github.com/nyatla/TBSKmodemJava/blob/master/eclipse_projects/getstarted/src/jp/nyatla/tbskmodem/getstartrd/Demodulation.java