jks
About
- Username
- jks
- Joined
- Visits
- 32,182
- Last Active
- Roles
- Member, Administrator, Moderator
- Points
- 326
Reactions
-
Map field problem [fixed]
The values in the fields passed to Google maps are prepended with "http://google.com/maps/place/" When Google does the URL rewrite to use https the corruption of the location part of the URL seems to occur. If I specify https to begin with no URL rewrite occurs and the location part of the URL doesn't get changed. That will be the fix in the next update. -
Sound recording from multiple opened browse windows for diversity reception?
On my Mac with "Python 2.7.3 -- EPD_free 7.3-2 (32-bit)" I was able to do this:python kiwirecorder.py -s kiwisdr.local -p 8073 -f 1521 -m am
python kiwirecorder.py -s kiwisdr.local -p 8073 -f 1521 -m iq
And generate these two files:20171118T225528Z_1000000_am.wav: RIFF (little-endian) data, WAVE audio, Microsoft PCM, 16 bit, mono 12001 Hz
20171118T225615Z_1000000_iq.wav: RIFF (little-endian) data, WAVE audio, Microsoft PCM, 16 bit, stereo 12001 Hz
They played back fine, but the iq file didn't sound quite right as you mentioned. It sounded like the I (or Q) channel was just being duplicated in both left/right channels. It was missing the "phase shifting" effect you normally hear between the stereo channels. I'll have a look at this. -
Who runs Linux for their main OS/Browser [how to run Dream on Linux]
-
Offset issue [offset field of label edit panel, fixed input parsing bug]
That's precisely what it's used for. Click on an existing NDB entry to see (but I guess I don't ship with any NDB entries defined by default anymore). Anyway, when you set an offset in a label you should see that the label vertical line points at the frequency + offset position, but a small triangle appears at the carrier position. That's so you can tell which carrier belongs to the NDB. The offset field can be set to a positive or negative value in case the NDB modulates on only one sideband (or is stronger on one sideband, or you need to place the label on the opposite sideband because there are too many labels already on the other sideband).Another NDB assist: the large (outer) + and - frequency step buttons will increment in alternating 400 and 1000 Hz steps to match the common NDB modulation spacings. -
Remote access kiwisdr using console or Putty