[Elecraft] Elecraft CW Net Report

kevin kevinr at coho.net
Sun Dec 17 21:41:59 EST 2023


Good Evening,

    Twenty meters was full of ongoing QSOs when I searched for a 
frequency.  Thank you for finding me; I'm sure propagation assisted you 
all.  Conditions were better than I had hoped for. Noise was low on 
twenty meters and not much higher on forty meters.  QSB was moderate on 
twenty but signals were strong enough to limit any problems.  Forty 
meters had just a little more, some of it fast.  Sunset had passed me 
but the ionosphere had not yet settled down.


   On 14049.5 kHz at 2300z:

W0CZ - Ken - ND

K0DTJ - Brian - CA

K6XK - Roy - IA

W8OV - Dave - TX

NO8V - John - MI

K4JPN - Steve - GA

AB9V - Mike - IN


   On 7047.5 kHz at 0100z:

W0CZ - Ken - ND

K0DTJ - Brian - CA

WM5F - Dwight - ID

K9FN - Dave - IN


Until next week 73,

    Kevin.  KD5ONS




-







“So let us begin anew—remembering on both sides that civility is not a 
sign of weakness, and sincerity is always subject to proof. Let us never 
negotiate out of fear.  But let us never fear to negotiate.”




https://www.quantamagazine.org/new-cell-atlases-reveal-untold-variety-in-the-brain-and-beyond-20231213/




A function called at the animation thread frame rate, or via triggered 
event.

static float chi = 0.0;                             // animation control 
rate


void saw( void )                // Sawtooth chi between end points by 
increments
     {
     static bool up = true;                        // multithread 
compatible

     if( up )    { if( ( chi+=0.11 ) > 15.0 )  up = false; }
     else        { if( ( chi-=0.11 ) < -15.0 )   up = true; }
     }




More information about the Elecraft mailing list