rs1729

Results 6 issues of rs1729

In https://github.com/dl9rdz/rdz_ttgo_sonde/blob/9761f9cee14f403aae5020a6a50429bf5b59ff77/RX_FSK/src/M10M20.cpp#L406 subtraction of 18 leap seconds is hard coded. However an offline decoder never knows if this is up-to-date or when it changed. Also if the next change will...

Is there a reason for channel[0] = Imag channel[1] = Real in the IQ output? https://github.com/cjcliffe/CubicSDR/blob/master/src/modules/modem/analog/ModemIQ.cpp#L55 This way the IQ data is swapped compared to rtl_sdr (and it does not...

enhancement
question

The WMO code are in the common code tables http://www.wmo.int/pages/prog/www/WMOCodes/WMO306_vI2/LatestVERSION/LatestVERSION.html 2018 Jun: station: sonde_type(s) # lat lon [all_stat_2018jun.txt](https://github.com/rs1729/RS/files/3365449/all_stat_2018jun.txt) ![world2018jun](https://user-images.githubusercontent.com/10279523/60766587-fb734c80-a0ab-11e9-8749-a177e3dbd4a5.jpg) 89009: 23 # -90.00 0.00 Some stations not reporting to http://weather.uwyo.edu/upperair/sounding.html...

(SDR++ v1.0.4) When I load a SDRSharp IQ recording (8 bit unsigned), the file plays with double speed. [20180516_233225Z_405300000Hz_IQ.wav.gz](https://github.com/AlexandreRouma/SDRPlusPlus/files/7436128/20180516_233225Z_405300000Hz_IQ.wav.gz) ``` Channels : 2 Sample Rate : 250000 Precision : 8-bit...

devel20231110 After a gap of 20 minutes the last position/velocity was recycled and resent to sondehub. frame 2101: ``` { "software_name": "rdzTTGOsonde", "software_version": "devel20231110", "uploader_callsign": "SQxxx", "time_received": "2024-02-05T16:49:01.000Z", "manufacturer": "Vaisala",...

Recording baseband, filename template `$r` would put "Unknown" in the filename: https://github.com/AlexandreRouma/SDRPlusPlus/blob/794d6ff5acf66d5da7fb7fceba7b952c95305960/misc_modules/recorder/src/main.cpp#L470 Can baseband be something else than IQ data? If not, perhaps "IQ" would be the better choice ```...

enhancement