Morse

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

Ver licencia

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).

Citar como

William Barnhart (2026). Morse (https://es.mathworks.com/matlabcentral/fileexchange/73280-morse), MATLAB Central File Exchange. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R2019b
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Simulation, Tuning, and Visualization en Help Center y MATLAB Answers.
Versión Publicado Notas de la versión
1.0.1

Changed description.

1.0.0