GithubHelp home page GithubHelp logo

george-galvin / ground-sig-pro Goto Github PK

View Code? Open in Web Editor NEW

This project forked from uos3/ground-sig-pro

0.0 1.0 0.0 33 KB

Low level signal processing, EC & cryptography for ground segment

License: MIT License

C 25.62% Python 74.38%

ground-sig-pro's Introduction

Code for ground segment signal processing, error correction and cryptography

MSK Encoder

Reads in .txt file and outputs .wav file with MSK encoded message

carrier_A - use 1

carrier_f - use anything between 6000 and 14000. Expected carrier frequency will be 10000

bit_rate - will be 6000

sample_rate - needs to be 48000

message - .txt file name with message to encode: must be in the directory

output_file_name - .wav file name for output MSK signal

To run:

  1. Make sure there is a message file in the same directory or specify the path in the script when you call the function.
  2. Run the function, it will generate a .wav file.

MSK Demodulator

Reads in the .wav file and outputs demodulated bits

input_file - this is the output from msk_encode_v2_1_2

bit_rate - default set to 6000 as this is what the bit rate should be

It will generate a .BIN file with the demodulated message.

Notes: needs to operate at 48000 Hz sample rate, 6000 bps and the start of the message must be the sync key '00101010'

To run:

  1. Make sure the .wav file is in the same directory or specify the path in the script when you call the function
  2. Run the function, it will generate a .BIN file

bcjr Decoder

Performs Turbo decoding on raw input

TODO

  • Port MSK code to gui-app and telecommand-server
  • Port bcjr decoder to gui-app and make encoder for telecommand-server
  • Write SHAKE128 hashing function

ground-sig-pro's People

Contributors

mnahad avatar cobalob avatar george-galvin avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.