Re: [wsjt-devel] [wsjtgroup] 70 Mhz Region 1 Freq

2019-02-28 Thread Conrad PA5Y
Oh I don't know, it is not the first time this has happened and it causes moments of exasperation so don't be too hard on Tom. I must admit that on occasion I have felt the same way. When I mentioned it I was told that there was extensive consultation in Europe. I did not and do not believe this

Re: [wsjt-devel] WSJT-X 2.0.1: Bug-fix Release

2019-02-28 Thread Black Michael via wsjt-devel
Nick...would like to know if this code change allows WSJT-X to work with your system. If it does I can make this a permanent change to hamlib In netrigctl.c  change this block  len = sprintf(cmd, "\\chk_vfo\n");  ret = netrigctl_transaction(rig, cmd, len, buf);  if (ret <= 0)  return (ret < 0) ?

Re: [wsjt-devel] JT9 FT8 arecord csdr sox and redpitaya

2019-02-28 Thread David Tiller
You could also generate the filename with: ... -t wav `date +%y%m%d_%H%M%S`.wav Note that those are back-ticks, not single quotes. David Tiller | Senior Manager [http://www.captechconsulting.com/siggen/logo.png] [http://www.captechconsulting.com/siggen/D

Re: [wsjt-devel] JT9 FT8 arecord csdr sox and redpitaya

2019-02-28 Thread Steven Franke via wsjt-devel
Hi Olivier, I think that the problem is that your wav filename is not in the expected format. Try changing from “FT8.wav” to, say, “00_01.wav”. 73 Steve k9an > arecord_adv -d 15 -q -t raw -f S16_LE -r384000 -c2 -D dsnoop:lp4,1 -F0 > --period-size=1024 -B0 --buffer-size=4096 | csdr conve

Re: [wsjt-devel] JT9 FT8 arecord csdr sox and redpitaya

2019-02-28 Thread Bill Somerville
On 28/02/2019 09:36, Olivier SCHMITT wrote: arecord_adv -d 15 -q -t raw -f S16_LE -r384000 -c2 -D dsnoop:lp4,1 -F0 --period-size=1024 -B0 --buffer-size=4096 | csdr convert_s16_f  | csdr shift_addition_cc `python -c "print float(3568600-3573000)/384000"` | csdr fir_decimate_cc 8 0.05 HAMMING | c

Re: [wsjt-devel] WSJT-X 2.0.1: Bug-fix Release

2019-02-28 Thread Bill Somerville
On 28/02/2019 09:16, nick wrote: I am using Hamlib NET rigctl connecting to localhost:19090 which is the hamlib server built into sdr-shell which I use to control the softrock RXTX. Has something changed in Hamlib NET rigctl since 15 December? Hi Nick, the above is where your problem lies.

[wsjt-devel] JT9 FT8 arecord csdr sox and redpitaya

2019-02-28 Thread Olivier SCHMITT
Hi dear all OM, I have found that JT9 binary tools installed with wsjtx can decode FT8 in command line with --FT8 option. Also i try to use wsprd to do the same. Unfortunatly i actualy dont find the right way to record wav for this. I use a redpitaya with gnuradio to send 384khz in some loopb

Re: [wsjt-devel] WSJT-X 2.0.1: Bug-fix Release

2019-02-28 Thread nick
Hi Bill I'm a bit stuck here. On 15 December last I built hamlib from git for use with wsjtx-2.0.0. I then built wsjtx-2.0.0 from the tarball sources using Qt5.9.7 with no errors. It has run without any problems ever since. When wsjtx-2.0.1 came out I built hamlib from the new tarball sourc