To: | [email protected] |
---|---|
Subject: | Re: LF: EbNaut Autodecoder 137490 Hz |
From: | Markus Vester <[email protected]> |
Date: | Mon, 15 Oct 2018 21:47:51 +0000 (UTC) |
Dkim-signature: | v=1; a=rsa-sha256; c=relaxed/relaxed; d=aol.com; s=a2048; t=1539640074; bh=lBTgPvwHIwbur5x9j0Bk42Rl2K+fozHhMgXOrh7ktpk=; h=Date:From:To:Subject:References:From:Subject; b=TsqDzSahy9GO2mGRFhgvLjqm+4fKG53ANA/iEhALCfSFtvPuRBRiPmxWSvzSg/k7C5uv2yljsxBMkh61hEJw4JGjezFEaOUV0CMB3940UkO92Wb8/cRSYONau9gzGWABOyCrtBw9sFYUEASxTuIo6oNm+lRXF0+t/kDZ7sGnpGX+xRYoRj+83EnbqgGf2o0luBwxrMHqF+nSIJ5yX1WJ4OBJHe/Lu6xgTIkfXg1COtREQTSWXbQihSzlKa0V8vrVXyZcjJ6EB+Eq+0t4gEX1tmSuPuzSGzEkqUSxHriUta9DP4uJSPAiRVqVQJPpvGXxlqKWYP7DNl9RkFeaNOFGcA== |
References: | <[email protected]> |
Reply-to: | [email protected] |
Sender: | [email protected] |
Here are the Windows scripts which I am currently using for the EbNaut autodecoder. It is based on an already running opds-32 instance, providing a copy "fft.txt" of the current export file every 10 minutes. The "cleanup.bat" script, which is executed after each Opera correlation run, gets an extra line which creates a dummy file "do.txt" to invoke the Ebnaut decoder: cleanup.bat: @echo DF6NM JN59nj Opera-32 Deep Search 137.45 - 137.55 kHz %date% %time:~0,5% >time.txt @copy time.txt + headline.txt + detected.txt + detecold.txt opds32.txt >nul @::copy c:\spectrum\data\*.txt c:\spectrum\data\saved\ 1>nul 2>nul @del c:\spectrum\data\*.txt 1>nul 2>nul @copy dirw.txt dirdone.txt >nul @ftp -s:ftp_opds.txt >ftp_log.txt @echo >do.txt Here opds is running on my LF-grabber PC (called "SILVER") which is an old laptop under 32-bit Win-XP. The EbNaut decoder is on a different 64-bit machine, and it accesses the opds folder through Windows fileshares. Note that for some reason, the 32-bit Version of ebnaut-rx won't autostart using the -a option. This is the autodecoder script which becomes active after each half hour: autodecodehalfhour.bat: :loop if exist \\SILVER\SharedDocs\Funk\Opera\opds\do.txt goto cont1 sleep 30 goto loop :cont1 del \\SILVER\SharedDocs\Funk\Opera\opds\do.txt if %time:~3,1% EQU 0 goto cont2 if %time:~3,1% EQU 3 goto cont2 :: files should be ready within 5 minutes after half hour goto loop :cont2 copy \\SILVER\SharedDocs\Funk\Opera\opds\fft.txt fft.txt /y ebnaut_ifft3b fft.txt del fft.dat findoffset 0 set /p startoffset=<startoffset.txt start /belownormal ebnaut-rx.exe -f fft.wav -N6 -p8K19A -k16 -L1000 -S3 -c2 -F-10 -T%startoffset% -a sleep 2 start show_rawsyms3b.exe sleep 38 taskkill /im ebnaut-rx.exe taskkill /im show_rawsyms3b.exe findstr "time found rank Eb/N0" fft-log.txt >>ebnautresults.txt echo --------------------------------------- >>ebnautresults.txt ftp -s:ftp_ebnaut.txt >ftp_ebnaut_log.txt goto loop As usual, you will need ebnaut_ifft3b.exe, ebnaut-rx.exe and the appropriate sr.txt in the decoder folder. Invoking show_rawsyms could just as well be omitted for unattended operation. Taskkill is a workaround as neither ebnaut-rx nor showrawsyms will terminate itself. The decoder runtime has been limited to 40 seconds, which turned out to be long enough to run through all flat-phase decode attempts (on this machine). The findoffset.exe utility is at http://df6nm.bplaced.net/VLF/fec_tests/findoffset.zip It calculates the startoffset to the next 10 minute boundary and writes it to startoffset.txt. To accomodate possible latencies (e.g. from a virtual audio cable), it can be called with an extra delay (in seconds). For this to work, you should make sure that one export file starts before a half hour, and ends within a few minutes after the next half hour. For the usual 478 uHz 35-minute FFT , this can be achieved by starting the opds SpecLab instance in the second half of any 10-minute interval (e.g. between hh:55:00 and hh:59:50, but not between hh:49:50 and hh:55:00) The findstr command appends some selected lines from the log file to the end of ebnautresults.txt. You will also need another copy of sleep.exe http://df6nm.bplaced.net/VLF/fec_tests/sleep.zip and your own FTP control file which might look similar to this: ftp_ebnnaut.txt: open *Server* *Login* *Password* cd *Remote Folder* bin put ebnautresults.txt bye Hope this may be useful... Best 73, Markus (DF6NM) Stefan wrote: PS: I try to set up that auto-decoder as well. And maybe i'll be back on LF... -----Ursprüngliche Mitteilung----- Von: Markus Vester <[email protected]> An: rsgb_lf_group <[email protected]> Verschickt: Sa, 13. Okt 2018 13:32 Betreff: Re: LF: EbNaut Autodecoder 137490 Hz Ric now running 30 characters 0.1 s symbols - Gotcha ;-) 73, Markus (DF6NM) -----Ursprüngliche Mitteilung----- Von: Domenico IZ7SLZ <[email protected]> An: rsgb_lf_group <[email protected]> Verschickt: So, 7. Okt 2018 12:17 Betreff: Re: LF: EbNaut Autodecoder 137490 Hz I ran an EbNaut beacon for almost 24h, since 10.00 UT of yesterday, for testing the repaired Tx antenna and ground system. I have monitored Both 'D' grabbers and they worked fine. I have obtained a lot of decodes. So very good job Markus with the integration of Window's programs SL and EbNaut-rx. I supposed you made some modifications at your previous EbNaut tools . Thanks for the new grabbers. Tx setup here : SSB exciter frequency controlled by the old Jupiter GPS, 100 W PA, a small inv-L antenna (8 + 8 meters) and linux program EbSynth by P.Nicholson. Time reference given by the same GPS using 'gdps' and 'chronyc' programs. In the night i have also received, in the other 30-minutes time slot, Ebnaut messages from Riccardo IW4DXW. Thanks Rick. Luis wrote:
Similar grabber for JT9 MF would be a great idea.
Yes. It is a good idea. So based on similar job already running (auto- wspr) , i have added such auto-decoder in my Website: It uses the same RX setup (RECEIVER JRC NRD-92M GPS referenced and miniwhip antenna) for recording the wspr band. Reception is very bad during the day but in nightime there is possibility to pick up signals from Central Europe. So i invite the MF operators to test this grabber. Thanks in Advance. 73, Domenico IZ7SLZ On Sat, 6 Oct 2018 at 12:13, VIGILANT Luis Fernández <[email protected]> wrote:
|
<Prev in Thread] | Current Thread | [Next in Thread> |
---|---|---|
|
Previous by Date: | Re: LF: Fwd: 630m band from Sud America, DK1IS |
---|---|
Next by Date: | LF: Message from Uruguay, DAVE PICK |
Previous by Thread: | Re: LF: EbNaut Autodecoder 137490 Hz, Riccardo Zoli |
Next by Thread: | Re: LF: EbNaut Autodecoder 137490 Hz, Paul Nicholson |
Indexes: | [Date] [Thread] [Top] [All Lists] |