Return-Path: Received: from rly-me01.mx.aol.com (rly-me01.mail.aol.com [172.20.83.34]) by air-me09.mail.aol.com (v123.4) with ESMTP id MAILINME091-99a4a323bc21c4; Fri, 12 Jun 2009 07:28:24 -0400 Received: from post.thorcom.com (post.thorcom.com [193.82.116.20]) by rly-me01.mx.aol.com (v123.4) with ESMTP id MAILRELAYINME016-99a4a323bc21c4; Fri, 12 Jun 2009 07:28:05 -0400 Received: from majordom by post.thorcom.com with local (Exim 4.14) id 1MF4uU-00023I-Ds for rs_out_1@blacksheep.org; Fri, 12 Jun 2009 12:27:02 +0100 Received: from [83.244.159.144] (helo=relay3.thorcom.net) by post.thorcom.com with esmtp (Exim 4.14) id 1MF4uT-000239-UR for rsgb_lf_group@blacksheep.org; Fri, 12 Jun 2009 12:27:01 +0100 Received: from fg-out-1718.google.com ([72.14.220.153]) by relay3.thorcom.net with esmtp (Exim 4.63) (envelope-from ) id 1MF4uS-00075q-8D for rsgb_lf_group@blacksheep.org; Fri, 12 Jun 2009 12:27:02 +0100 Received: by fg-out-1718.google.com with SMTP id 22so665630fge.9 for ; Fri, 12 Jun 2009 04:26:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=2tBHJXBJOzGj/Ymmo7WLwC8Y1sAq16zIqHuZEA5BOdc=; b=Yj0IWuqDGE05opJ7qZ87YCgN4WzjznwV79yf8ymMYyefsBYWJgmBSB3S91bCGKqHBx 4VFwnCUxSYC8v/+l6t1+mOQHSmiJ0eJRtOyIjI4mq4L9FaqeiQQ19aZgjovlKwybNU4z b+oQGmMM3vZaSdTjG4K2MTvwm6LGhNsY6vAUc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=cB3dEETUfcCgwgKhTcst+KSNcVVvD9lAR405mwjXkI9siLbhZljWb7gxZTKlFDEHI7 H9N78HHzFYwuQzPOVYxfOXZPzPRol2zRWIVAX1meTqIijdBUBHazwsGcIJrTCZCMfxWw g6qb3eQile4/8cLsNbG6RbCKDkt/opw+K051o= MIME-Version: 1.0 Received: by 10.239.147.19 with SMTP id y19mr320419hba.90.1244806019499; Fri, 12 Jun 2009 04:26:59 -0700 (PDT) Date: Fri, 12 Jun 2009 12:26:59 +0100 Message-ID: From: Andy Talbot To: uk_beacons@yahoogroups.com, rsgb_lf_group@blacksheep.org DomainKey-Status: good (testing) X-Spam-Score: 0.0 (/) X-Spam-Report: autolearn=disabled,HTML_MESSAGE=0.001 Subject: LF: New WSPR Beacon design software Content-Type: multipart/alternative; boundary=001485f8955e9b48b4046c24fc6f X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on post.thorcom.com X-Spam-Level: X-Spam-Status: No, hits=0.0 required=5.0 tests=HTML_MESSAGE autolearn=no version=2.63 X-SA-Exim-Scanned: Yes Sender: owner-rsgb_lf_group@blacksheep.org Precedence: bulk Reply-To: rsgb_lf_group@blacksheep.org X-Listname: rsgb_lf_group X-SA-Exim-Rcpt-To: rs_out_1@blacksheep.org X-SA-Exim-Scanned: No; SAEximRunCond expanded to false X-AOL-IP: 193.82.116.20 X-AOL-SCOLL-AUTHENTICATION: mail_rly_antispam_dkim-d238.1 ; domain : googlemail.com DKIM : fail X-Mailer: Unknown (No Version) --001485f8955e9b48b4046c24fc6f Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit NEW, on my website, is a self-contained utility that, in one go, will generate an 'include' file for PIC assemblers for generating WSPR signals from a DDS. Run GENWSPR from the command line and specify call, loc and power, for example 'genwspr, g4jnt, io90, 43' and it will go away and generate a file WSPTONES.INC for importing into a PIC assembly file. Unlike the utilities already there for WSPR to PIC data conversion - 'WSPR.EXE' by Joe himself, and my 'WSP2INC' - this does everything in one go, is not fussy about upper lower case in data entry and reports errors sensibly. It also cures a small bug in WSP2INC that generates the last two symbols incorrectly and which went unnoticed as the error correction in the WSPR protocol is so strong it laughs at two symbols being in error. The prog is first attempt at C programming, and going from fervently disliking the language a few days ago (so totally unlike Basic !), I've now come round to actually quite liking it! So please report any bugs / errors. www.g4jnt.com/GENWSPR.EXE or http://www.g4jnt.com/beacons.htm Andy G4JNT --001485f8955e9b48b4046c24fc6f Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
NEW, on my website, is a self-contained utility that, in one go, will g= enerate an 'include' file for PIC assemblers for=A0generating WSPR s= ignals from a DDS.
Run GENWSPR from the command line and specify call, loc and power, for=20= example=A0=A0 'genwspr, g4jnt, io90, 43'=A0=A0 and it will go away a= nd generate a file WSPTONES.INC for importing into a PIC assembly file.
=A0
Unlike the utilities already there for WSPR to PIC data conversion -=20= =A0'WSPR.EXE'=A0by Joe himself, and my 'WSP2INC' -=A0this do= es everything in one go, is not fussy about upper lower case in data entry a= nd reports errors sensibly.=A0 It also cures a small bug in WSP2INC that gen= erates the last two symbols incorrectly=A0and which=A0went unnoticed as the=20= error correction in=A0the WSPR protocol is so strong it laughs at two symbol= s being in error.
=A0
The prog is=A0first attempt at C programming, and going from=A0ferventl= y disliking the language a few days ago (so totally unlike Basic !),=A0=A0I&= #39;ve now come round to actually quite liking it!=A0
So please report any bugs / errors.
=A0
=A0
=A0
=A0

Andy =A0G4JNT
--001485f8955e9b48b4046c24fc6f--