[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Linrad] Re: Error: MAP65-IQ 4KHZ not MHZ



Hi All,

The default step size in Linrad is 1 kHz. You may change it
in hwaredef.h with these lines:

#define FREQ_MHZ_DECIMALS 6
#define FREQ_MHZ_DIGITS 3
#define FREQ_MHZ_ROUNDCORR (0.5*pow(10,-FREQ_MHZ_DECIMALS))
(will set step size to 1 Hz, but not for WSE units that 
always step by 25 kHz):

The original lines in 03.03 and earlier look like this.
#define FREQ_MHZ_DECIMALS 3
#define FREQ_MHZ_DIGITS 3
#define FREQ_MHZ_ROUNDCORR 0.0005

The define FREQ_MHZ_DECIMALS is the number of decimals
that will be shown in the frequency setting window.

73

Leif / SM5BSZ

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Linrad" group.
To post to this group, send email to linrad@xxxxxxxxxxxxxxxx
To unsubscribe from this group, send email to linrad+unsubscribe@xxxxxxxxxxxxxxxx
For more options, visit this group at http://groups.google.com/group/linrad?hl=en
-~----------~----~----~----~------~----~------~--~---

LINRADDARNIL