Advertisement
metalx1000

Radio Data Transmissions example

Nov 14th, 2017
709
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.37 KB | None | 0 0
  1. #!/bin/bash
  2. #more file for this project at
  3. #https://github.com/metalx1000/Radio-Transmissions
  4.  
  5. echo "Running Command:"
  6. echo "morse2ascii data.wav 2>/dev/null"
  7.  
  8. echo -e "\nMessage:"
  9. morse2ascii data.wav 2>/dev/null
  10.  
  11. echo -e "\n\nNote that everything is lower case and there are no new lines."
  12.  
  13. echo "running command:"
  14. echo "cat data.log|morse"
  15. cat data.log|morse
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement