Morse

A simple function used to encode ASCII characters into Morse code signals.
104 download
Aggiornato 6 nov 2019

Visualizza la licenza

This takes a character string and encodes the string into a CW waveform with a specified sampling frequency. The function should be called as "Morse(string,wpm,fs)", string being a string of characters, wpm corresponding to words per minute, and fs representing the sampling frequency.

Credit goes to the following work for generating the original code (reused with permission from author):
[matlab] Morse code decoder, please help me (https://www.mathworks.com/matlabcentral/answers/404470-matlab-morse-code-decoder-please-help-me#answer_323647), MATLAB Answers.

Spacing is derived from:
Lacy, Tony (2007). Morse code structure and timing (http://www.nu-ware.com/NuCode%20Help/index.html?morse_code_structure_and_timing_.htm).

Cita come

William Barnhart (2025). Morse (https://it.mathworks.com/matlabcentral/fileexchange/73280-morse), MATLAB Central File Exchange. Recuperato .

Compatibilità della release di MATLAB
Creato con R2019b
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux
Categorie
Scopri di più su Simulation, Tuning, and Visualization in Help Center e MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Versione Pubblicato Note della release
1.0.1

Changed description.

1.0.0