Is this strange Morse signal type common?International characters in Morse Code?Consistency of Morse Code/CW sending speedMorse code for hash (#)Should I learn morse at “both” speeds?Looking for a morse code decoder that simulates keyboard inputMorse code helpWhat's this maybe-morse-code “CQ CQ GE EDEN” and “DD” in Le Eden de la Grisaia?“;” in morse “-.-.-” or “-.-.-.”?Morse code in a puzzleMorse Code meta-command sequences?

Align a table column at a specific symbol

How do I minimise waste on a flight?

Where do 5 or more U.S. counties meet in a single point?

why it is 2>&1 and not 2>>&1 to append to a log file

What happens when the drag force exceeds the weight of an object falling into earth?

Capturing the entire webpage with WebExecute's CaptureImage

Do these creatures from the Tomb of Annihilation campaign speak Common?

How do I give a darkroom course without negatives from the attendees?

How can I test a shell script in a "safe environment" to avoid harm to my computer?

How can it be that ssh somename works, while nslookup somename does not?

What is the Ancient One's mistake?

Can I bring back Planetary Romance as a genre?

Is your maximum jump distance halved by grappling?

get unsigned long long addition carry

Fuzzy vector logos from InDesign to Acrobat PDF

Why are thrust reversers not used down to taxi speeds?

Placing rectangle box above tikz figure?

My perfect evil overlord plan... or is it?

Can a character shove an enemy who is already prone?

Add elements inside Array conditionally in JavaScript

Why did Missandei say this?

Are wands in any sort of book going to be too much like Harry Potter?

Flooding vs Unknown Unicast Flooding

Visualize multiple string segments



Is this strange Morse signal type common?


International characters in Morse Code?Consistency of Morse Code/CW sending speedMorse code for hash (#)Should I learn morse at “both” speeds?Looking for a morse code decoder that simulates keyboard inputMorse code helpWhat's this maybe-morse-code “CQ CQ GE EDEN” and “DD” in Le Eden de la Grisaia?“;” in morse “-.-.-” or “-.-.-.”?Morse code in a puzzleMorse Code meta-command sequences?













1












$begingroup$


I, just as a hobby project, am writing a program for decoding Morse code.



I am not a ham, but generally interested in radio and programming.
I have a first version of the project, but it failed to decode the signal in the attached recording.



The length relation between the dash and the dots is far from "standard" and the length of the dashes varies wildly.



Is this type of signal common or should I say "skip this, too weird"?



I also have The ..... code in the recording, does it have some special interpretation ?



https://www.dropbox.com/sh/adoatd80zm0i37d/AADsdp7Az9SEgu5X7Vq6_yhIa?dl=0/StrangeMorse.mp3










share|improve this question











$endgroup$
















    1












    $begingroup$


    I, just as a hobby project, am writing a program for decoding Morse code.



    I am not a ham, but generally interested in radio and programming.
    I have a first version of the project, but it failed to decode the signal in the attached recording.



    The length relation between the dash and the dots is far from "standard" and the length of the dashes varies wildly.



    Is this type of signal common or should I say "skip this, too weird"?



    I also have The ..... code in the recording, does it have some special interpretation ?



    https://www.dropbox.com/sh/adoatd80zm0i37d/AADsdp7Az9SEgu5X7Vq6_yhIa?dl=0/StrangeMorse.mp3










    share|improve this question











    $endgroup$














      1












      1








      1





      $begingroup$


      I, just as a hobby project, am writing a program for decoding Morse code.



      I am not a ham, but generally interested in radio and programming.
      I have a first version of the project, but it failed to decode the signal in the attached recording.



      The length relation between the dash and the dots is far from "standard" and the length of the dashes varies wildly.



      Is this type of signal common or should I say "skip this, too weird"?



      I also have The ..... code in the recording, does it have some special interpretation ?



      https://www.dropbox.com/sh/adoatd80zm0i37d/AADsdp7Az9SEgu5X7Vq6_yhIa?dl=0/StrangeMorse.mp3










      share|improve this question











      $endgroup$




      I, just as a hobby project, am writing a program for decoding Morse code.



      I am not a ham, but generally interested in radio and programming.
      I have a first version of the project, but it failed to decode the signal in the attached recording.



      The length relation between the dash and the dots is far from "standard" and the length of the dashes varies wildly.



      Is this type of signal common or should I say "skip this, too weird"?



      I also have The ..... code in the recording, does it have some special interpretation ?



      https://www.dropbox.com/sh/adoatd80zm0i37d/AADsdp7Az9SEgu5X7Vq6_yhIa?dl=0/StrangeMorse.mp3







      cw






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited 2 hours ago









      Marcus Müller

      8,0471031




      8,0471031










      asked 3 hours ago









      enocknittienocknitti

      111




      111




















          5 Answers
          5






          active

          oldest

          votes


















          1












          $begingroup$

          I'm not an expert but it sounds like a regular CW to me.



          The problem with decoding CW automatically is that it's synthesised by people. The speed (letters per minute) can change, the length of "dits" and "dahs" can change, etc. Whether you should support decoding such style of CW depends only on the time you are willing to invest in the project.



          The code ..... is a regular code for number 5.






          share|improve this answer









          $endgroup$












          • $begingroup$
            Strange, what wrote was ( dash dot dot dot dot dot dash ) with underscores as dash, This site seems to remove underscore from text
            $endgroup$
            – enocknitti
            1 hour ago











          • $begingroup$
            I'm not familiar with this code. Maybe OP made a mistake and what he or she meant was _...._ which is a code for a dash or minus sign. It could also be two symbols without a proper pause between them, e.g. 6 (_....) and then A (._)or B (_...) and then U (.._).
            $endgroup$
            – Aleksander Alekseev - R2AUK
            1 hour ago



















          1












          $begingroup$

          I can't listen to the recording at the moment, but what you describe sounds very much like a "bad fist" -- an operator whose sending isn't particularly standards compliant. Incorrect dot-to-dash ratio and varying dash length are characteristic of sloppy sending (though it's barely possible you recorded someone using the old American Morse, which had two different dash lengths and different ratios and spacing from International Morse).



          One of the biggest challenges of writing a Morse reader program is handling the inconsistencies of hand-sent Morse. Even the best operator will have some variation in ratio and spacing -- this is the "fist" that lets an experienced operator recognize another ham from the sound of his Morse. Even highly developed software doesn't always manage to interpret some fists that an experienced human operator will read without problems. In some ways, it's like handwriting recognition in software (but at least without the image processing and need to handle both manuscript and cursive).



          Whether you want to try to write your software to handle a broad range of fists, or only something close to the "perfect code" a machine would send, is up to you. The latter is far easier -- but the former is more useful, and a much greater challenge.






          share|improve this answer









          $endgroup$




















            0












            $begingroup$

            To my ears, that's not all that strange. I was able to casually copy some words by ear. I would guess that it was sent using a hand key, rather than a computer or electronic keyer.



            I have some unfinished CW RX Pascal code here --somewhere-- that I wrote many years ago to compensate for variations in dit, dah, or spacing lengths. I suggest you think about writing something similar. It used if..then 'greater or less than' character length statements to correct and print the characters.






            share|improve this answer











            $endgroup$












            • $begingroup$
              The code may very well be in the rtty-pc directory in www.w0btu.com/files/... section. Let me know if you can't find it; I may have it on one of my older computers here.
              $endgroup$
              – Mike Waters
              1 hour ago











            • $begingroup$
              Thanks for your responses ! My code allows for quite a lot of variation in dit, dah, or spacing length. But not as much as in this example. The "dits" do not vary( with a few exceptions). "dahs" vary qutie a lot. From 3 * dit-len to almost 6 * dit-len. If this kind of "sloppy" keying is common I have to do some rethinking. Untill I found this recording my main problem was to "extract" the signal from the noise when bad "conds" Btw: here is a graph of the unknown code, dropbox.com/sh/adoatd80zm0i37d/AADsdp7Az9SEgu5X7Vq6_yhIa?dl=0/…
              $endgroup$
              – enocknitti
              52 mins ago


















            0












            $begingroup$

            That sounds like code sent from a bug to me: machine-generated dits, hand-generated dahs. The operator seems fairly good actually; those things take lots of practice to use well, and I've definitely heard much worse code from bugs.



            I can see how writing software to decode that would be challenging, but code like that won't seem unusual or more-difficult to copy to any long-time Morse operator. This is one area where machine learning and software are only now just catching up to an ability skilled humans have had for over a century.






            share|improve this answer









            $endgroup$




















              0












              $begingroup$

              That is Morse code, in Norwegian, being sent with a "bug" (Vibroplex type mechanical key). Probably not something you want to figure out how to decode with a machine, but the op's "fist" makes him very recognizable to those who know him (or her!).



              I worked as a research assistant on the Honduran island of Utila the summer after graduating high school. The only reliable communications with the mainland were via the commercial radio shack a few hundred yards from our residence. Those ops had the true "banana boat swing," virtually indecipherable to my ears, even though I was already a Vibroplex veteran. The ops identified each other immediately by "fist," much as any of us recognize people we know by the timbre and cadence of their speech.





              share









              $endgroup$













                Your Answer






                StackExchange.ifUsing("editor", function ()
                return StackExchange.using("schematics", function ()
                StackExchange.schematics.init();
                );
                , "cicuitlab");

                StackExchange.ready(function()
                var channelOptions =
                tags: "".split(" "),
                id: "520"
                ;
                initTagRenderer("".split(" "), "".split(" "), channelOptions);

                StackExchange.using("externalEditor", function()
                // Have to fire editor after snippets, if snippets enabled
                if (StackExchange.settings.snippets.snippetsEnabled)
                StackExchange.using("snippets", function()
                createEditor();
                );

                else
                createEditor();

                );

                function createEditor()
                StackExchange.prepareEditor(
                heartbeatType: 'answer',
                autoActivateHeartbeat: false,
                convertImagesToLinks: false,
                noModals: true,
                showLowRepImageUploadWarning: true,
                reputationToPostImages: null,
                bindNavPrevention: true,
                postfix: "",
                imageUploader:
                brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
                contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
                allowUrls: true
                ,
                noCode: true, onDemand: true,
                discardSelector: ".discard-answer"
                ,immediatelyShowMarkdownHelp:true
                );



                );













                draft saved

                draft discarded


















                StackExchange.ready(
                function ()
                StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fham.stackexchange.com%2fquestions%2f14461%2fis-this-strange-morse-signal-type-common%23new-answer', 'question_page');

                );

                Post as a guest















                Required, but never shown

























                5 Answers
                5






                active

                oldest

                votes








                5 Answers
                5






                active

                oldest

                votes









                active

                oldest

                votes






                active

                oldest

                votes









                1












                $begingroup$

                I'm not an expert but it sounds like a regular CW to me.



                The problem with decoding CW automatically is that it's synthesised by people. The speed (letters per minute) can change, the length of "dits" and "dahs" can change, etc. Whether you should support decoding such style of CW depends only on the time you are willing to invest in the project.



                The code ..... is a regular code for number 5.






                share|improve this answer









                $endgroup$












                • $begingroup$
                  Strange, what wrote was ( dash dot dot dot dot dot dash ) with underscores as dash, This site seems to remove underscore from text
                  $endgroup$
                  – enocknitti
                  1 hour ago











                • $begingroup$
                  I'm not familiar with this code. Maybe OP made a mistake and what he or she meant was _...._ which is a code for a dash or minus sign. It could also be two symbols without a proper pause between them, e.g. 6 (_....) and then A (._)or B (_...) and then U (.._).
                  $endgroup$
                  – Aleksander Alekseev - R2AUK
                  1 hour ago
















                1












                $begingroup$

                I'm not an expert but it sounds like a regular CW to me.



                The problem with decoding CW automatically is that it's synthesised by people. The speed (letters per minute) can change, the length of "dits" and "dahs" can change, etc. Whether you should support decoding such style of CW depends only on the time you are willing to invest in the project.



                The code ..... is a regular code for number 5.






                share|improve this answer









                $endgroup$












                • $begingroup$
                  Strange, what wrote was ( dash dot dot dot dot dot dash ) with underscores as dash, This site seems to remove underscore from text
                  $endgroup$
                  – enocknitti
                  1 hour ago











                • $begingroup$
                  I'm not familiar with this code. Maybe OP made a mistake and what he or she meant was _...._ which is a code for a dash or minus sign. It could also be two symbols without a proper pause between them, e.g. 6 (_....) and then A (._)or B (_...) and then U (.._).
                  $endgroup$
                  – Aleksander Alekseev - R2AUK
                  1 hour ago














                1












                1








                1





                $begingroup$

                I'm not an expert but it sounds like a regular CW to me.



                The problem with decoding CW automatically is that it's synthesised by people. The speed (letters per minute) can change, the length of "dits" and "dahs" can change, etc. Whether you should support decoding such style of CW depends only on the time you are willing to invest in the project.



                The code ..... is a regular code for number 5.






                share|improve this answer









                $endgroup$



                I'm not an expert but it sounds like a regular CW to me.



                The problem with decoding CW automatically is that it's synthesised by people. The speed (letters per minute) can change, the length of "dits" and "dahs" can change, etc. Whether you should support decoding such style of CW depends only on the time you are willing to invest in the project.



                The code ..... is a regular code for number 5.







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered 2 hours ago









                Aleksander Alekseev - R2AUKAleksander Alekseev - R2AUK

                87711




                87711











                • $begingroup$
                  Strange, what wrote was ( dash dot dot dot dot dot dash ) with underscores as dash, This site seems to remove underscore from text
                  $endgroup$
                  – enocknitti
                  1 hour ago











                • $begingroup$
                  I'm not familiar with this code. Maybe OP made a mistake and what he or she meant was _...._ which is a code for a dash or minus sign. It could also be two symbols without a proper pause between them, e.g. 6 (_....) and then A (._)or B (_...) and then U (.._).
                  $endgroup$
                  – Aleksander Alekseev - R2AUK
                  1 hour ago

















                • $begingroup$
                  Strange, what wrote was ( dash dot dot dot dot dot dash ) with underscores as dash, This site seems to remove underscore from text
                  $endgroup$
                  – enocknitti
                  1 hour ago











                • $begingroup$
                  I'm not familiar with this code. Maybe OP made a mistake and what he or she meant was _...._ which is a code for a dash or minus sign. It could also be two symbols without a proper pause between them, e.g. 6 (_....) and then A (._)or B (_...) and then U (.._).
                  $endgroup$
                  – Aleksander Alekseev - R2AUK
                  1 hour ago
















                $begingroup$
                Strange, what wrote was ( dash dot dot dot dot dot dash ) with underscores as dash, This site seems to remove underscore from text
                $endgroup$
                – enocknitti
                1 hour ago





                $begingroup$
                Strange, what wrote was ( dash dot dot dot dot dot dash ) with underscores as dash, This site seems to remove underscore from text
                $endgroup$
                – enocknitti
                1 hour ago













                $begingroup$
                I'm not familiar with this code. Maybe OP made a mistake and what he or she meant was _...._ which is a code for a dash or minus sign. It could also be two symbols without a proper pause between them, e.g. 6 (_....) and then A (._)or B (_...) and then U (.._).
                $endgroup$
                – Aleksander Alekseev - R2AUK
                1 hour ago





                $begingroup$
                I'm not familiar with this code. Maybe OP made a mistake and what he or she meant was _...._ which is a code for a dash or minus sign. It could also be two symbols without a proper pause between them, e.g. 6 (_....) and then A (._)or B (_...) and then U (.._).
                $endgroup$
                – Aleksander Alekseev - R2AUK
                1 hour ago












                1












                $begingroup$

                I can't listen to the recording at the moment, but what you describe sounds very much like a "bad fist" -- an operator whose sending isn't particularly standards compliant. Incorrect dot-to-dash ratio and varying dash length are characteristic of sloppy sending (though it's barely possible you recorded someone using the old American Morse, which had two different dash lengths and different ratios and spacing from International Morse).



                One of the biggest challenges of writing a Morse reader program is handling the inconsistencies of hand-sent Morse. Even the best operator will have some variation in ratio and spacing -- this is the "fist" that lets an experienced operator recognize another ham from the sound of his Morse. Even highly developed software doesn't always manage to interpret some fists that an experienced human operator will read without problems. In some ways, it's like handwriting recognition in software (but at least without the image processing and need to handle both manuscript and cursive).



                Whether you want to try to write your software to handle a broad range of fists, or only something close to the "perfect code" a machine would send, is up to you. The latter is far easier -- but the former is more useful, and a much greater challenge.






                share|improve this answer









                $endgroup$

















                  1












                  $begingroup$

                  I can't listen to the recording at the moment, but what you describe sounds very much like a "bad fist" -- an operator whose sending isn't particularly standards compliant. Incorrect dot-to-dash ratio and varying dash length are characteristic of sloppy sending (though it's barely possible you recorded someone using the old American Morse, which had two different dash lengths and different ratios and spacing from International Morse).



                  One of the biggest challenges of writing a Morse reader program is handling the inconsistencies of hand-sent Morse. Even the best operator will have some variation in ratio and spacing -- this is the "fist" that lets an experienced operator recognize another ham from the sound of his Morse. Even highly developed software doesn't always manage to interpret some fists that an experienced human operator will read without problems. In some ways, it's like handwriting recognition in software (but at least without the image processing and need to handle both manuscript and cursive).



                  Whether you want to try to write your software to handle a broad range of fists, or only something close to the "perfect code" a machine would send, is up to you. The latter is far easier -- but the former is more useful, and a much greater challenge.






                  share|improve this answer









                  $endgroup$















                    1












                    1








                    1





                    $begingroup$

                    I can't listen to the recording at the moment, but what you describe sounds very much like a "bad fist" -- an operator whose sending isn't particularly standards compliant. Incorrect dot-to-dash ratio and varying dash length are characteristic of sloppy sending (though it's barely possible you recorded someone using the old American Morse, which had two different dash lengths and different ratios and spacing from International Morse).



                    One of the biggest challenges of writing a Morse reader program is handling the inconsistencies of hand-sent Morse. Even the best operator will have some variation in ratio and spacing -- this is the "fist" that lets an experienced operator recognize another ham from the sound of his Morse. Even highly developed software doesn't always manage to interpret some fists that an experienced human operator will read without problems. In some ways, it's like handwriting recognition in software (but at least without the image processing and need to handle both manuscript and cursive).



                    Whether you want to try to write your software to handle a broad range of fists, or only something close to the "perfect code" a machine would send, is up to you. The latter is far easier -- but the former is more useful, and a much greater challenge.






                    share|improve this answer









                    $endgroup$



                    I can't listen to the recording at the moment, but what you describe sounds very much like a "bad fist" -- an operator whose sending isn't particularly standards compliant. Incorrect dot-to-dash ratio and varying dash length are characteristic of sloppy sending (though it's barely possible you recorded someone using the old American Morse, which had two different dash lengths and different ratios and spacing from International Morse).



                    One of the biggest challenges of writing a Morse reader program is handling the inconsistencies of hand-sent Morse. Even the best operator will have some variation in ratio and spacing -- this is the "fist" that lets an experienced operator recognize another ham from the sound of his Morse. Even highly developed software doesn't always manage to interpret some fists that an experienced human operator will read without problems. In some ways, it's like handwriting recognition in software (but at least without the image processing and need to handle both manuscript and cursive).



                    Whether you want to try to write your software to handle a broad range of fists, or only something close to the "perfect code" a machine would send, is up to you. The latter is far easier -- but the former is more useful, and a much greater challenge.







                    share|improve this answer












                    share|improve this answer



                    share|improve this answer










                    answered 2 hours ago









                    Zeiss IkonZeiss Ikon

                    957114




                    957114





















                        0












                        $begingroup$

                        To my ears, that's not all that strange. I was able to casually copy some words by ear. I would guess that it was sent using a hand key, rather than a computer or electronic keyer.



                        I have some unfinished CW RX Pascal code here --somewhere-- that I wrote many years ago to compensate for variations in dit, dah, or spacing lengths. I suggest you think about writing something similar. It used if..then 'greater or less than' character length statements to correct and print the characters.






                        share|improve this answer











                        $endgroup$












                        • $begingroup$
                          The code may very well be in the rtty-pc directory in www.w0btu.com/files/... section. Let me know if you can't find it; I may have it on one of my older computers here.
                          $endgroup$
                          – Mike Waters
                          1 hour ago











                        • $begingroup$
                          Thanks for your responses ! My code allows for quite a lot of variation in dit, dah, or spacing length. But not as much as in this example. The "dits" do not vary( with a few exceptions). "dahs" vary qutie a lot. From 3 * dit-len to almost 6 * dit-len. If this kind of "sloppy" keying is common I have to do some rethinking. Untill I found this recording my main problem was to "extract" the signal from the noise when bad "conds" Btw: here is a graph of the unknown code, dropbox.com/sh/adoatd80zm0i37d/AADsdp7Az9SEgu5X7Vq6_yhIa?dl=0/…
                          $endgroup$
                          – enocknitti
                          52 mins ago















                        0












                        $begingroup$

                        To my ears, that's not all that strange. I was able to casually copy some words by ear. I would guess that it was sent using a hand key, rather than a computer or electronic keyer.



                        I have some unfinished CW RX Pascal code here --somewhere-- that I wrote many years ago to compensate for variations in dit, dah, or spacing lengths. I suggest you think about writing something similar. It used if..then 'greater or less than' character length statements to correct and print the characters.






                        share|improve this answer











                        $endgroup$












                        • $begingroup$
                          The code may very well be in the rtty-pc directory in www.w0btu.com/files/... section. Let me know if you can't find it; I may have it on one of my older computers here.
                          $endgroup$
                          – Mike Waters
                          1 hour ago











                        • $begingroup$
                          Thanks for your responses ! My code allows for quite a lot of variation in dit, dah, or spacing length. But not as much as in this example. The "dits" do not vary( with a few exceptions). "dahs" vary qutie a lot. From 3 * dit-len to almost 6 * dit-len. If this kind of "sloppy" keying is common I have to do some rethinking. Untill I found this recording my main problem was to "extract" the signal from the noise when bad "conds" Btw: here is a graph of the unknown code, dropbox.com/sh/adoatd80zm0i37d/AADsdp7Az9SEgu5X7Vq6_yhIa?dl=0/…
                          $endgroup$
                          – enocknitti
                          52 mins ago













                        0












                        0








                        0





                        $begingroup$

                        To my ears, that's not all that strange. I was able to casually copy some words by ear. I would guess that it was sent using a hand key, rather than a computer or electronic keyer.



                        I have some unfinished CW RX Pascal code here --somewhere-- that I wrote many years ago to compensate for variations in dit, dah, or spacing lengths. I suggest you think about writing something similar. It used if..then 'greater or less than' character length statements to correct and print the characters.






                        share|improve this answer











                        $endgroup$



                        To my ears, that's not all that strange. I was able to casually copy some words by ear. I would guess that it was sent using a hand key, rather than a computer or electronic keyer.



                        I have some unfinished CW RX Pascal code here --somewhere-- that I wrote many years ago to compensate for variations in dit, dah, or spacing lengths. I suggest you think about writing something similar. It used if..then 'greater or less than' character length statements to correct and print the characters.







                        share|improve this answer














                        share|improve this answer



                        share|improve this answer








                        edited 1 hour ago

























                        answered 2 hours ago









                        Mike WatersMike Waters

                        3,9832635




                        3,9832635











                        • $begingroup$
                          The code may very well be in the rtty-pc directory in www.w0btu.com/files/... section. Let me know if you can't find it; I may have it on one of my older computers here.
                          $endgroup$
                          – Mike Waters
                          1 hour ago











                        • $begingroup$
                          Thanks for your responses ! My code allows for quite a lot of variation in dit, dah, or spacing length. But not as much as in this example. The "dits" do not vary( with a few exceptions). "dahs" vary qutie a lot. From 3 * dit-len to almost 6 * dit-len. If this kind of "sloppy" keying is common I have to do some rethinking. Untill I found this recording my main problem was to "extract" the signal from the noise when bad "conds" Btw: here is a graph of the unknown code, dropbox.com/sh/adoatd80zm0i37d/AADsdp7Az9SEgu5X7Vq6_yhIa?dl=0/…
                          $endgroup$
                          – enocknitti
                          52 mins ago
















                        • $begingroup$
                          The code may very well be in the rtty-pc directory in www.w0btu.com/files/... section. Let me know if you can't find it; I may have it on one of my older computers here.
                          $endgroup$
                          – Mike Waters
                          1 hour ago











                        • $begingroup$
                          Thanks for your responses ! My code allows for quite a lot of variation in dit, dah, or spacing length. But not as much as in this example. The "dits" do not vary( with a few exceptions). "dahs" vary qutie a lot. From 3 * dit-len to almost 6 * dit-len. If this kind of "sloppy" keying is common I have to do some rethinking. Untill I found this recording my main problem was to "extract" the signal from the noise when bad "conds" Btw: here is a graph of the unknown code, dropbox.com/sh/adoatd80zm0i37d/AADsdp7Az9SEgu5X7Vq6_yhIa?dl=0/…
                          $endgroup$
                          – enocknitti
                          52 mins ago















                        $begingroup$
                        The code may very well be in the rtty-pc directory in www.w0btu.com/files/... section. Let me know if you can't find it; I may have it on one of my older computers here.
                        $endgroup$
                        – Mike Waters
                        1 hour ago





                        $begingroup$
                        The code may very well be in the rtty-pc directory in www.w0btu.com/files/... section. Let me know if you can't find it; I may have it on one of my older computers here.
                        $endgroup$
                        – Mike Waters
                        1 hour ago













                        $begingroup$
                        Thanks for your responses ! My code allows for quite a lot of variation in dit, dah, or spacing length. But not as much as in this example. The "dits" do not vary( with a few exceptions). "dahs" vary qutie a lot. From 3 * dit-len to almost 6 * dit-len. If this kind of "sloppy" keying is common I have to do some rethinking. Untill I found this recording my main problem was to "extract" the signal from the noise when bad "conds" Btw: here is a graph of the unknown code, dropbox.com/sh/adoatd80zm0i37d/AADsdp7Az9SEgu5X7Vq6_yhIa?dl=0/…
                        $endgroup$
                        – enocknitti
                        52 mins ago




                        $begingroup$
                        Thanks for your responses ! My code allows for quite a lot of variation in dit, dah, or spacing length. But not as much as in this example. The "dits" do not vary( with a few exceptions). "dahs" vary qutie a lot. From 3 * dit-len to almost 6 * dit-len. If this kind of "sloppy" keying is common I have to do some rethinking. Untill I found this recording my main problem was to "extract" the signal from the noise when bad "conds" Btw: here is a graph of the unknown code, dropbox.com/sh/adoatd80zm0i37d/AADsdp7Az9SEgu5X7Vq6_yhIa?dl=0/…
                        $endgroup$
                        – enocknitti
                        52 mins ago











                        0












                        $begingroup$

                        That sounds like code sent from a bug to me: machine-generated dits, hand-generated dahs. The operator seems fairly good actually; those things take lots of practice to use well, and I've definitely heard much worse code from bugs.



                        I can see how writing software to decode that would be challenging, but code like that won't seem unusual or more-difficult to copy to any long-time Morse operator. This is one area where machine learning and software are only now just catching up to an ability skilled humans have had for over a century.






                        share|improve this answer









                        $endgroup$

















                          0












                          $begingroup$

                          That sounds like code sent from a bug to me: machine-generated dits, hand-generated dahs. The operator seems fairly good actually; those things take lots of practice to use well, and I've definitely heard much worse code from bugs.



                          I can see how writing software to decode that would be challenging, but code like that won't seem unusual or more-difficult to copy to any long-time Morse operator. This is one area where machine learning and software are only now just catching up to an ability skilled humans have had for over a century.






                          share|improve this answer









                          $endgroup$















                            0












                            0








                            0





                            $begingroup$

                            That sounds like code sent from a bug to me: machine-generated dits, hand-generated dahs. The operator seems fairly good actually; those things take lots of practice to use well, and I've definitely heard much worse code from bugs.



                            I can see how writing software to decode that would be challenging, but code like that won't seem unusual or more-difficult to copy to any long-time Morse operator. This is one area where machine learning and software are only now just catching up to an ability skilled humans have had for over a century.






                            share|improve this answer









                            $endgroup$



                            That sounds like code sent from a bug to me: machine-generated dits, hand-generated dahs. The operator seems fairly good actually; those things take lots of practice to use well, and I've definitely heard much worse code from bugs.



                            I can see how writing software to decode that would be challenging, but code like that won't seem unusual or more-difficult to copy to any long-time Morse operator. This is one area where machine learning and software are only now just catching up to an ability skilled humans have had for over a century.







                            share|improve this answer












                            share|improve this answer



                            share|improve this answer










                            answered 32 mins ago









                            rclocher3rclocher3

                            3,3871525




                            3,3871525





















                                0












                                $begingroup$

                                That is Morse code, in Norwegian, being sent with a "bug" (Vibroplex type mechanical key). Probably not something you want to figure out how to decode with a machine, but the op's "fist" makes him very recognizable to those who know him (or her!).



                                I worked as a research assistant on the Honduran island of Utila the summer after graduating high school. The only reliable communications with the mainland were via the commercial radio shack a few hundred yards from our residence. Those ops had the true "banana boat swing," virtually indecipherable to my ears, even though I was already a Vibroplex veteran. The ops identified each other immediately by "fist," much as any of us recognize people we know by the timbre and cadence of their speech.





                                share









                                $endgroup$

















                                  0












                                  $begingroup$

                                  That is Morse code, in Norwegian, being sent with a "bug" (Vibroplex type mechanical key). Probably not something you want to figure out how to decode with a machine, but the op's "fist" makes him very recognizable to those who know him (or her!).



                                  I worked as a research assistant on the Honduran island of Utila the summer after graduating high school. The only reliable communications with the mainland were via the commercial radio shack a few hundred yards from our residence. Those ops had the true "banana boat swing," virtually indecipherable to my ears, even though I was already a Vibroplex veteran. The ops identified each other immediately by "fist," much as any of us recognize people we know by the timbre and cadence of their speech.





                                  share









                                  $endgroup$















                                    0












                                    0








                                    0





                                    $begingroup$

                                    That is Morse code, in Norwegian, being sent with a "bug" (Vibroplex type mechanical key). Probably not something you want to figure out how to decode with a machine, but the op's "fist" makes him very recognizable to those who know him (or her!).



                                    I worked as a research assistant on the Honduran island of Utila the summer after graduating high school. The only reliable communications with the mainland were via the commercial radio shack a few hundred yards from our residence. Those ops had the true "banana boat swing," virtually indecipherable to my ears, even though I was already a Vibroplex veteran. The ops identified each other immediately by "fist," much as any of us recognize people we know by the timbre and cadence of their speech.





                                    share









                                    $endgroup$



                                    That is Morse code, in Norwegian, being sent with a "bug" (Vibroplex type mechanical key). Probably not something you want to figure out how to decode with a machine, but the op's "fist" makes him very recognizable to those who know him (or her!).



                                    I worked as a research assistant on the Honduran island of Utila the summer after graduating high school. The only reliable communications with the mainland were via the commercial radio shack a few hundred yards from our residence. Those ops had the true "banana boat swing," virtually indecipherable to my ears, even though I was already a Vibroplex veteran. The ops identified each other immediately by "fist," much as any of us recognize people we know by the timbre and cadence of their speech.






                                    share











                                    share


                                    share










                                    answered 8 mins ago









                                    Brian K1LIBrian K1LI

                                    2,420416




                                    2,420416



























                                        draft saved

                                        draft discarded
















































                                        Thanks for contributing an answer to Amateur Radio Stack Exchange!


                                        • Please be sure to answer the question. Provide details and share your research!

                                        But avoid


                                        • Asking for help, clarification, or responding to other answers.

                                        • Making statements based on opinion; back them up with references or personal experience.

                                        Use MathJax to format equations. MathJax reference.


                                        To learn more, see our tips on writing great answers.




                                        draft saved


                                        draft discarded














                                        StackExchange.ready(
                                        function ()
                                        StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fham.stackexchange.com%2fquestions%2f14461%2fis-this-strange-morse-signal-type-common%23new-answer', 'question_page');

                                        );

                                        Post as a guest















                                        Required, but never shown





















































                                        Required, but never shown














                                        Required, but never shown












                                        Required, but never shown







                                        Required, but never shown

































                                        Required, but never shown














                                        Required, but never shown












                                        Required, but never shown







                                        Required, but never shown







                                        Popular posts from this blog

                                        Siegen Nawigatsjuun

                                        Log på Navigationsmenu

                                        Log på Navigationsmenu