Search results
Query: example morse code in so
Links: 5 | Categories: 0
-
RSCW demonstrates a Linux/Unix command-line utility engineered for **Morse code** decoding via a computer's sound card. It specifically targets the extraction of weak CW signals from noise, operating on 8-bit, 8000 samples/second audio input, typically from `/dev/dsp`. The program outputs decoded characters to `stdout`, supporting user-specified speeds in words per minute (WPM) and carrier frequencies. While effective for machine-sent signals, it exhibits a 2-second decoding lag and requires manual speed input, making it less suitable for general-purpose, real-time contest operation. The resource details the program's components, including `rscw` (the main decoder), `rscwx` (an X11 graphical auxiliary for spectrum and internal signal visualization), `rs12tlmdec` (a specialized decoder for RS-12 amateur radio satellite telemetry), and `noisycw` (a utility for generating noisy Morse signals for testing). Installation instructions involve downloading a `.tgz` file, compiling with `Make`, and requiring the FFTW library (and GTK 2.0 for `rscwx`). Performance is illustrated with a .wav file example of a 12 WPM, 800 Hz CW signal at 12 dB Eb/N0, showcasing RSCW's near-error-free decoding of a test message. The site provides command-line examples utilizing `sox` for audio conversion and `noisycw` for signal generation, inviting comparisons with other decoding software and human operators, particularly for weak signal conditions.
-
Demonstrates CW Decoder Logic, a freeware application for Windows Vista SP2, 7, 8, and 10, designed to decode Morse code signals. The software incorporates an optimized 80 Hz DSP filter, enabling reception of CW signals across a speed range of 5 to 60 WPM. Key features include automatic signal tracking within a 3 KHz range, real-time speed detection, and an auto squelch function, enhancing decoder sensitivity and accuracy. The application provides station selection directly on a waterfall display and includes a "Tips" feature for word annotations. It supports sending decoded text to external logging software via UDP protocol, with a logger source code example provided for developers. Configuration options allow users to set speed limitations and customize interface elements. Released initially on October 17, 2016, with subsequent updates, the program requires Microsoft .NET Framework 4.5 or higher. Changelogs detail improvements such as increased program stability, code optimizations for speed, and fixes for display issues across different Windows versions.
-
Operating Morse code (CW) relies on a diverse array of **telegraph keys**, each with unique characteristics and historical significance. This resource presents a personal collection of such keys, offering visual documentation and details on various models. It features early Marconi keys from the 1900s, including specific models like the Marconi Air Ministry Key and Marconi Coastal Station Keys, alongside **Vibroplex** bugs and JRC keys. The collection also highlights rare items such as the Brown Brothers Magnetic Twin Paddle Key, the Eddystone Bug Key, and Swedish SRA Ericsson Keys. Enthusiasts can view examples of GPO Double Current & Single Current Keys, Navy NATO Keys, and specialized aircraft and maritime keys. The site includes information on historical training devices like the OMNIGRAPH and a Morse Inker from 1900, providing context for the evolution of telegraphy equipment. Additionally, the resource showcases unique items like the B2 Spy Set SOE Agents Key and a WW2 Junker U-BOAT KEY, illustrating the varied applications of Morse keys throughout history. The author, G0RDO, also shares details on a home-made paddle key and invites inquiries for acquiring interesting Morse keys.
-
A sample morse code QSO template. In this page you can find a standard QSO message protocol between two operators.
-
The **Nilex Morse Tutor** is an HTML5 web application designed to teach Morse code reception, adapting to user proficiency by adding new characters as readiness is detected. It prioritizes practice on less familiar letters, numbers, symbols, words, and phrases, while minimizing repetition of already mastered elements. The program offers multiple learning orders, including "Q7ZG..." (Ward/Jim's), "KMRS..." (PU5EPX/Koch), "KMUR..." (lcwo.net), "AENT..." (CWops CW Academy), "TEAN..." (Stephen C Phillips), "ANET..." (Vic VE3YT), and "ETI5..." (Ham Whisperer), alongside an alphabetical option. Users can customize the learning experience by enabling or disabling automatic progression, and selecting specific content categories such as numbers, symbols, words, phrases, QSO bits, Ham Radio Bands, X+Y=Z math, and units. Audio settings are adjustable for volume, speed (WPM), tone frequency, and keyshape/keying envelope, allowing for a personalized auditory environment. The interface provides visual feedback with blue bars indicating practice emphasis and gray bars for reserved characters, with clickable bars for manual character selection. Developed by "Nosey" Nick Waterman, VA3NNW, this tutor is based on earlier versions by Jim Wilson and a 1977 QST article. A significant October 2019 rewrite incorporated a new WebAudio sound library by AwesomeAidenW, improving offline functionality and mobile support. The content library was expanded to include 3000 top Google words, 2284+ General Service List words, ISO country codes, capital cities, US states, Canadian provinces, UK counties, common names, periodic table elements, quotes, Q-codes, electronic components, ham abbreviations, and example call signs. The software is distributed under the GNU GPL V2 license.