Hi Joe,

After investigation, here is what I do:

static const int fm_deviation = 400 ;
modem::bandwidth = fm_deviation * 2 ;
modem::set_freq(500.0 + bandwidth / 2.0);

So, yes, you are right, the frequency set is 900 hz.

Should I rather do?

m_carrier        = 1900 ;
modem::set_freq(m_carrier);

Thanks

Cheers

R


Joseph A. Counsil wrote:
 Greetings,

I'm running 3.21.0AM on WinXP Pro, and find that WEFAX works fine, but the cursor is locked at 900 Hz instead of 1900 Hz where it ought to be. This confused me for a while because I thought the cursor might be moveable, but it is not.

It would be good to have the cursor locked at 1900 Hz for ease of tuning.

Bug?  Did I miss something?

73,
-Joe-


_______________________________________________
fldigi-alpha mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/fldigi-alpha

Reply via email to