Hello Zaba,

> wlr-2.25 runs fine; however I see a "1.#J" display in the Floor level after
> pressing the Amplitude Margins (A) button while wlr is up and running.

Ooooh!! This turns out to be an error I just introduced.
If you run the seconf fft on an uncalibrated system
the variables fft1_first_inband and fft1_last_inband
become un-initialized. Sorry.

Set them like this:
fft1_first_inband=0;
fft1_last_inband=fft1_size-1;
first thing in void set_fft1_endpoints(void), row 783 
in fft1.c

Both become zero automatically when not initiated at all.
As a result the noise blanker might not work properly
if there is a strong signal close to the selected frequency.
This error was not present in previous versions.

Thanks for the bug report, Zaba. I will wait for about
a week for more bug reports before I upload the corrected
version.


  73

  Leif / SM5BSZ
 

#############################################################
This message is sent to you because you are subscribed to
  the mailing list <linrad@antennspecialisten.se>.
To unsubscribe, E-mail to: <[EMAIL PROTECTED]>
To switch to the DIGEST mode, E-mail to <[EMAIL PROTECTED]>
To switch to the INDEX mode, E-mail to <[EMAIL PROTECTED]>
Send administrative queries to  <[EMAIL PROTECTED]>

Reply via email to