About 3,580,000 results
Open links in new tab
  1. How Do I Perform Decoding Morse Code Using GUI?

    Apr 18, 2021 · The code I gave was for the case that the input is a single vector of morse code, and it only works in that case. You have to adapt the code to handle multiple vectors, such as taking them one at a time, or using ismember() differently.

    Missing:

    • Monitor

    Must include:

  2. Morse code decoder, please help me - MATLAB Answers

    The problem with your solution is, you are comparing '.- -...' to '.-'. First break the input string to individual morse letters and then run the loop. morse= {'.-','-...','-.-.','-..','.','..-.','--.','....','..','.---','-. …

    Missing:

    • Monitor

    Must include:

  3. Morse Audio Decoder on MATLAB - Stack Overflow

    Nov 25, 2019 · I was programming a morse audio decoder on Matlab but it didn't work. I have multiple files, but my decoder doesn't work, I also have an encoder which my partner gave me and it works. I cannot fin...

    Missing:

    • Monitor

    Must include:

  4. Morse-Code-Translator/MorseCodeTranslator.m at main - GitHub

    Apr 18, 2021 · % % MORSECODETRANSLATOR ('CALLBACK',hObject,eventData,handles,...) calls the local % function named CALLBACK in MORSECODETRANSLATOR.M with the …

    Missing:

    • Monitor

    Must include:

  5. How to make morse code on GUI and display it on text box?

    Apr 7, 2020 · matlab.graphics.internal.figfile.FigFile/read>@(hObject,eventdata)morse('PB_M_Callback',hObject,eventdata,guidata(hObject)) Error while evaluating UIControl Callback. Below is a new code:

    Missing:

    • Monitor

    Must include:

  6. How to make a morse code decoder using ismember?

    However I am trying to make a morse code decoder, which if I enter the column vector of dots and dashes, it should return "AZ4M6NN0S789P". I am trying to do this using ismember, and believe the solution could be similar to the code I used for the encoder function. Any suggestions on how to do this? %my code for the encoder is as follows.

    Missing:

    • Monitor

    Must include:

  7. An interactive Morse Code Translator program using GUI in MATLAB

    This MATLAB program translates the input text and displays the output in Morse code symbols, and vise-versa. Features: Can read and translate input to Morse code (vise-versa)

    Missing:

    • Monitor

    Must include:

  8. i need help please!!!!! decoding morse code - MATLAB Answers - MATLAB

    Dec 12, 2013 · The program may use a string (e.g. Morse_Code) to accumulate the Morse code of the characters: for each character being examined, the program saves its Morse code into the string, e.g. if the character being examined is digit 3, the program uses statement Morse_Code = [Morse_Code ' ' MC_3] to save the Morse code of digit 3 into the string, or ...

    Missing:

    • Monitor

    Must include:

  9. This project was to design a Morse code decoder and encoder using Matlab

    This project was for signal processing, the purpose was to design a Morse code decoder and encoder using Matlab.

    Missing:

    • Monitor

    Must include:

  10. morse code encoder with sound - MATLAB Answers - MATLAB

    Jun 19, 2019 · I am current trying to make a function that accepts a string of text and outputs the translated morse code then generates the sound to go along with the morse code.

    Missing:

    • Monitor

    Must include:

  11. Some results have been removed
Refresh