Function Repository Resource:

MorseDecipher

Source Notebook

Decode the extended Morse encoding

Contributed by: Aster Ctor

ResourceFunction["MorseDecipher"][secret]

decodes an extended Morse encoding.

Details and Options

The input can be an Audio file, a String or a List of Morse code.

Examples

Basic Examples (1) 

Create an extended Morse encoding:

In[1]:=
saveourship = ResourceFunction["MorseCipher"]["SOS"]
Out[1]=
In[2]:=
ResourceFunction["MorseDecipher"]@saveourship
Out[2]=

Scope (2) 

Decode a string:

In[3]:=
ResourceFunction["MorseDecipher"][".../---/..."]
Out[3]=

Decode a list of characters:

In[4]:=
ResourceFunction["MorseDecipher"][{"...", "---", "..."}]
Out[4]=

Neat Examples

In[5]:=
secret = ResourceFunction["MorseCipher"]["苟利国家生死以, 岂因祸福避趋之?"]
Out[5]=
In[6]:=
ResourceFunction["MorseDecipher"]@secret
Out[6]=

Publisher

Aster Ctor (MoeNet)

Version History

  • 1.0.0 – 18 November 2019

Related Resources

License Information