Skip to content

stavgn/Audio-FSK-Modulation-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Text to Audio Using Binary-FSK Modulation

How To Use:

Inside the console run python main.py YOUR-WORD-HERE,

and your word wll be converted to an FSK modulated audio tone in .wav format. you will find you .wav file inside the "audio" directory. You can then playback the file in any media player software.

default bitrate (can be changed):

5 b/s (bits per second)

dependencies:

make sure you have these installed on you system (MiniConda is recommended to install these):

  • NumPy
  • SciPy
  • Matplotlib

About

Text to Audio using BFSK modulation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages