The noise command adds a noisy background to the test, to simulate QRM (noise is only available if using ebook2cw to generate the tones by calling the use_ebook2cw command).

  require "cw"

cw do
  use_ebook2cw
  noise
  word_count 4
  test_letters
end


Tags: commands