jks

About

Username
jks
Joined
Visits
29,805
Last Active
Roles
Member, Administrator, Moderator
Points
203
  • WSPR internal kiwi decoder

    I didn't have time yesterday to elaborate. The answer is no because to work at all in the real-time Kiwi environment the FFT's in the WSPR algorithm had to be spread across the two minute sampling interval so as not to load the Beagle cpu too much. But this means the required data is not available at the right time to perform the two-pass algorithm where the entire result must spectrally subtracted and the decode performed again. One possibility is to recode the algorithm again from being the standard WSPR 2 minute pipeline delay to a 4 minute pipeline. It could be done but you'd have to rewrite everything completely. There would be an extra delay in reporting results to wsprnet.org but that shouldn't matter.

    Another possibility is for multicore architectures to use the original WSPR algorithm, 2nd pass and all, but force it to run on cores other than zero so as not to disturb Kiwi realtime. This is probably easier, but still a lot of work.

    The devil is always in the details. Particularly with this project.
    Powernumpty
  • Question re Log Area of Admin Interface

    Debugging aids for me. Push "dump" and see what you get in the log. "Clear histogram" followed by "dump" is a little more subtle.
    W9SPY
  • Proxy service down or unstable [currently okay]

    So there has been significant port scanning of kiwisdr.com recently. For example, over the last 24 hours 173 thousand scan requests were made by a single ip address from China. Also from a Digital Ocean server farm in the USA.

    Some of these scans occur on the proxy ports. If the URL or packet data is particularly pathological it might trigger bugs in the proxy server code (e.g. buffer overruns). This could explain the looping and crash/restart behavior we've seen in the last several days.

    Rather than try and debug the proxy code (which we didn't write), and cause significant additional proxy downtime, it was easier to strengthen our existing firewall filtering rules. Port scanning is now more reliably detected and the associated ip addresses banned.

    We will closely monitor the situation and see how effective the new rules are.
    W9SPY
  • Proxy service down or unstable [currently okay]

    The proxy service is having serious problems. There is some evidence that it is under attack, but this is not yet confirmed.
    W9SPY
  • V 1.395 removing references to sdr.hu

    No. If the configuration files are ever missing in kiwi.config they are copied from the defaults in the distro. They are never touched after that (unless removed). This is because you can't tell from that point if they have been modified by the admin/owner. So for the vast majority of Kiwis the files in kiwi.config are those copied during the very first startup of v1.2 in the factory. There was a slight format change to the files in a later version but that's a different story.
    Powernumpty
  • Kiwi BBAI software installation instructions [updated 4-Mar-24]

    Thanks. Will fix Makefile in next release to ignore a failed "systemctl {stop,disable} lightdm.service".
    G0LUJ
  • v1.391,392,393,394: New noise blanker and filters

    From the CHANGE_LOG file:
    v1.394  May 31, 2020
        Noise blankers and filters:
            Added the spectral noise reduction filter by Frank, DD4WH and Michael, DL2FW, via the
            Teensy-ConvolutionSDR and UHSDR projects. See: github.com/df8oe/UHSDR/wiki/Noise-reduction
            This noise filter works really, really well. Especially for voice signals.
            A good alternative to the LMS filters.
    
        Note that the Wild blanker and all the noise filters (wdsp, LMS, spectral) don't currently work
        with the modes: IQ, SAS and DRM (i.e. the 2-channel IQ modes). This will be fixed at some point.
    
    This filter is on the main control panel, audio tab, "noise > filter" menu. Click the "more" button to the right of the menu to adjust the filter parameters, although the filter works well with the defaults. In some cases you might have to increase the filter gain to match the filter-off level, especially during A/B comparisons. Try it with a weak station on the AM broadcast band or ham band SSB signal.

    Note that some noise filters always require their sections be enabled via the "more" panel. Otherwise simply selecting their menu entry does nothing. In particular the wdsp and LMS filters since they have independent denoiser and autonotch sections that are enabled separately (or both simultaneously).
    PowernumptybensoncathalferrisLX1DQHB9TMC
  • v1.391,392,393,394: New noise blanker and filters

    From the CHANGE_LOG file:
    v1.394  May 31, 2020
        Noise blankers and filters:
            Added the spectral noise reduction filter by Frank, DD4WH and Michael, DL2FW, via the
            Teensy-ConvolutionSDR and UHSDR projects. See: github.com/df8oe/UHSDR/wiki/Noise-reduction
            This noise filter works really, really well. Especially for voice signals.
            A good alternative to the LMS filters.
    
        Note that the Wild blanker and all the noise filters (wdsp, LMS, spectral) don't currently work
        with the modes: IQ, SAS and DRM (i.e. the 2-channel IQ modes). This will be fixed at some point.
    
    This filter is on the main control panel, audio tab, "noise > filter" menu. Click the "more" button to the right of the menu to adjust the filter parameters, although the filter works well with the defaults. In some cases you might have to increase the filter gain to match the filter-off level, especially during A/B comparisons. Try it with a weak station on the AM broadcast band or ham band SSB signal.

    Note that some noise filters always require their sections be enabled via the "more" panel. Otherwise simply selecting their menu entry does nothing. In particular the wdsp and LMS filters since they have independent denoiser and autonotch sections that are enabled separately (or both simultaneously).
    PowernumptybensoncathalferrisLX1DQHB9TMC
  • v1.391,392,393,394: New noise blanker and filters

    From the CHANGE_LOG file:
    v1.394  May 31, 2020
        Noise blankers and filters:
            Added the spectral noise reduction filter by Frank, DD4WH and Michael, DL2FW, via the
            Teensy-ConvolutionSDR and UHSDR projects. See: github.com/df8oe/UHSDR/wiki/Noise-reduction
            This noise filter works really, really well. Especially for voice signals.
            A good alternative to the LMS filters.
    
        Note that the Wild blanker and all the noise filters (wdsp, LMS, spectral) don't currently work
        with the modes: IQ, SAS and DRM (i.e. the 2-channel IQ modes). This will be fixed at some point.
    
    This filter is on the main control panel, audio tab, "noise > filter" menu. Click the "more" button to the right of the menu to adjust the filter parameters, although the filter works well with the defaults. In some cases you might have to increase the filter gain to match the filter-off level, especially during A/B comparisons. Try it with a weak station on the AM broadcast band or ham band SSB signal.

    Note that some noise filters always require their sections be enabled via the "more" panel. Otherwise simply selecting their menu entry does nothing. In particular the wdsp and LMS filters since they have independent denoiser and autonotch sections that are enabled separately (or both simultaneously).
    PowernumptybensoncathalferrisLX1DQHB9TMC
  • v1.391,392,393,394: New noise blanker and filters

    From the CHANGE_LOG file:
    v1.394  May 31, 2020
        Noise blankers and filters:
            Added the spectral noise reduction filter by Frank, DD4WH and Michael, DL2FW, via the
            Teensy-ConvolutionSDR and UHSDR projects. See: github.com/df8oe/UHSDR/wiki/Noise-reduction
            This noise filter works really, really well. Especially for voice signals.
            A good alternative to the LMS filters.
    
        Note that the Wild blanker and all the noise filters (wdsp, LMS, spectral) don't currently work
        with the modes: IQ, SAS and DRM (i.e. the 2-channel IQ modes). This will be fixed at some point.
    
    This filter is on the main control panel, audio tab, "noise > filter" menu. Click the "more" button to the right of the menu to adjust the filter parameters, although the filter works well with the defaults. In some cases you might have to increase the filter gain to match the filter-off level, especially during A/B comparisons. Try it with a weak station on the AM broadcast band or ham band SSB signal.

    Note that some noise filters always require their sections be enabled via the "more" panel. Otherwise simply selecting their menu entry does nothing. In particular the wdsp and LMS filters since they have independent denoiser and autonotch sections that are enabled separately (or both simultaneously).
    PowernumptybensoncathalferrisLX1DQHB9TMC