Re: [wsjt-devel] How to test decoding

2017-02-15 Thread Joe Taylor
Nike -- > But, I did just change the lines around line#268 and that fixed it. Yes. (Sorry, my message gave an incorrect line numbers.) -- Joe -- Check out the vibrant tech community on one of the world's most e

Re: [wsjt-devel] How to test decoding

2017-02-15 Thread Black Michael
Nope...moving them after the allocate didn't do it either. But, I did just change the lines around line#268 and that fixed it. de Mike W9MDB From: Bill Somerville To: wsjt-devel@lists.sourceforge.net Sent: Wednesday, February 15, 2017 1:22 PM Subject: Re: [wsjt-devel] How to

Re: [wsjt-devel] How to test decoding

2017-02-15 Thread Joe Taylor
> > WSJT-X r7562 shows this running the same file > > Inline image > > de Mike W9MDB > > > *From:* Joe Taylor > *To:* WSJT software development > *Sent:* Wednesday, February 15, 2017 12:20 PM

Re: [wsjt-devel] How to test decoding

2017-02-15 Thread Bill Somerville
On 15/02/2017 19:16, Black Michael wrote: 77 call getopt('hs:e:a:b:r:m:p:d:f:w:t:964qTL:S:H:c:G:x:g:X:',long_options,c, & 78 optarg,arglen,stat,offset,remain,.true.) 79 if (stat .ne. 0) then 80 exit 81 end if 82 shared_data%params%naggressive=0 83 sh

Re: [wsjt-devel] How to test decoding

2017-02-15 Thread Black Michael
1 WSJT-X r7562 shows this running the same file de Mike W9MDB From: Joe Taylor To: WSJT software development Sent: Wednesday, February 15, 2017 12:20 PM Subject: Re: [wsjt-devel] How to test decoding Hi Mike, Some parameters that are user-configurable in WSJT-X are hard-wired whe

Re: [wsjt-devel] How to test decoding

2017-02-15 Thread Joe Taylor
Hi Mike, Some parameters that are user-configurable in WSJT-X are hard-wired when you run jt9[.exe] from the command line. Try making changes as follows, starting around line 81 in jt9.f90, and then re-compiling: shared_data%params%naggressive=0 shared_data%params%n2pass=2 sh

Re: [wsjt-devel] How to test decoding

2017-02-15 Thread Bill Somerville
On 15/02/2017 17:27, Black Michael wrote: How does one run decoding against a set of WAV files that does the same thing as WSJT-X? Hi Mike, to some extent you have to look at the jt9 source code to ensure you have the correct command line options. You may even need to customize the program a

[wsjt-devel] How to test decoding

2017-02-15 Thread Black Michael
How does one run decoding against a set of WAV files that does the same thing as WSJT-X? I've tried this:jt9 -d 3 -9 -6 -S 2400 test.wav But it misses a lot of JT65 decodes. de Mike W9MDB-- Check out the vibrant tech commu