mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-09 02:26:06 -05:00
fd4bc2d602
smaller files, by section and sub-section. Also extensive editing up through section 7. Sections 6.2, 8, and beyond definitely need work. Other polishing is also desirable, and maybe also some additions and/or changes. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@3656 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
8 lines
357 B
Plaintext
8 lines
357 B
Plaintext
// Status=review
|
||
- Immediately before the start of a transmission {wsjtx} encodes a
|
||
user’s message and computes the sequence of tones to be sent. The
|
||
transmitted audio waveform is computed on-the-fly, with 16-bit integer
|
||
samples at a 48000 Hz rate. The digital samples are converted to an
|
||
analog waveform in the sound card or equivalent USB interface.
|
||
|