Giter VIP home page Giter VIP logo

Comments (1)

duggabe avatar duggabe commented on July 30, 2024

To answer your questions, here are some references:

  1. Morse Code is an on-off keying. The vectors represent each dot bit time as a 1 and each space bit time as a 0. To transmit this data, the RF carrier is turned on and off with these vectors. In the example, the Signal Source block simulates the RF carrier and the Multiply block keys it on and off. Note that in my github link I have revised the filter to create a better keying waveshape.

  2. Study the Tutorials and the Sample Rate Tutorial in particular to get a better understanding of setting sample rates.

  3. Now to address your desire to translate vectors into FM, I am guessing that you are looking at RadioTeletype (RTTY). To do that, or a similar application, you must key two frequencies with the vectors. For RTTY, the standard tones are 2295 for Mark (1) and 2125 for Space (0). There are various modulator blocks to use, or you could use a "brute force" method with two signal sources.

GNU Radio allows you to experiment with various arrangements easily. So study the Tutorials and try things out!

Note for other readers: this question was asked on https://lists.gnu.org/archive/html/discuss-gnuradio/2020-07/msg00014.html

from gr-morse-code-gen.

Related Issues (5)

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.