资源简介
matlab开发-莫尔斯电码实践系统。图形用户界面允许操作员发送莫尔斯电码的字母表,文本字符串或从键盘。
代码片段和文件信息
function MorseCode
%MORSECODE Morse Code Player
% Morse code can be sent in three ways:
% Transmit Alphabet
% Transmit From File and
% Transmit From Keyboard.
% The code speed(rate of dots and dashes) word speed
% (period between words) and audio frequency of transmitted
% dots and dashes can be adjusted. The word speed is
% restricted to be equal or less than the code speed. The code
% and word speed can be adjusted either by the sliders or by
% entering values in the respective text fields.
%
% When transmitting either a text file or alphabet
% there is a stop transmission button to allow the operator to
% terminate the transmission.
%
% When transmitting a file the user must first using
% the “Select TextFile“ from the menu bar select a file to be
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 42697 2014-01-21 21:14 MorseCode.m
文件 1305 2014-02-12 14:44 license.txt
评论
共有 条评论