jks
About
- Username
- jks
- Joined
- Visits
- 32,307
- Last Active
- Roles
- Member, Administrator, Moderator
- Points
- 331
Reactions
-
Flatness of KiwiSDR response < 500 kHz?
Are you using a window ahead of the FFT?
It's using a Hanning window now. And the code has the usual suspects available (but commented out): Hamming, Blackman-Harris. I haven't look at the windowing specifically in years. Although we had the recent problems I induced when changing the FFT pixel downsampling and adding CIC filter compensation.
-
Waterfall issue [Android app issue fixed in v1.460]
If you're talking about the KiwiSDR Android app, then yes, there was a problem that was just fixed. Kiwis that run the latest release (v1.460) or later should work with the app again. About 70% of public Kiwis have updated. The rest should follow in the next day or so.
The issue was that the app uses an embedded web viewer that did not fully implement web standards that the Kiwi code depends on.
-
v1.456,458,459
@HB9TMC I'll fix that today. Shouldn't be applying the CIC compensation when there is no CIC in use! 🙄
As for the spectrograms, I don't know. All the Kiwi spectrums I looked at using the Kiwi spectrum display and high averaging gave the same peak values on a variety of settings. I guess the only thing to do is make a new waterfall API option so you can select either behavior and Marco can get his fix for SuperSDR.
-
v1.456,458,459
-
Preset HPF setting [fixed in v1.454]
v1.453,454 May 14, 2021
Added default passband adjustment to admin page, config tab.
As each passband parameter field is changed (low, high, center, width) the other
fields will be automatically adjusted. So if you know you want a USB filter
with a low frequency of 300 Hz that is 3300 Hz wide just enter those two fields
and the high and width values will be derived. An error message will appear if
you attempt to define an invalid passband.
The former "CW offset" field has been removed. To set your desired CW offset
simply set the default passband center frequency of the CW/CWN mode passbands
to the offset value. E.g. If you want to hear a 1000 Hz tone in the CW modes
set the passbands to have a 1000 HZ center.
After the passband is changed on the admin page, existing user connections will have
to reload the page to get the new passband values.