Return-Path: X-Spam-DCC: paranoid 1290; Body=2 Fuz1=2 Fuz2=2 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on lipkowski.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=BAYES_00,DNS_FROM_AHBL_RHSBL, HTML_10_20,HTML_MESSAGE autolearn=no version=3.1.3 Received: from post.thorcom.com (post.thorcom.com [195.171.43.25]) by paranoid.lipkowski.org (8.13.7/8.13.7) with ESMTP id tAEFDOAH001401 for ; Sat, 14 Nov 2015 16:13:24 +0100 Received: from majordom by post.thorcom.com with local (Exim 4.14) id 1ZxcST-0005RC-QY for rs_out_1@blacksheep.org; Sat, 14 Nov 2015 15:09:41 +0000 Received: from [195.171.43.32] (helo=relay1.thorcom.net) by post.thorcom.com with esmtp (Exim 4.14) id 1ZxcST-0005R1-E5 for rsgb_lf_group@blacksheep.org; Sat, 14 Nov 2015 15:09:41 +0000 Received: from mail-wm0-f54.google.com ([74.125.82.54]) by relay1.thorcom.net with esmtps (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128) (Exim 4.86) (envelope-from ) id 1ZxcRT-0005bv-AA for rsgb_lf_group@blacksheep.org; Sat, 14 Nov 2015 15:09:40 +0000 Received: by wmdw130 with SMTP id w130so62165267wmd.0 for ; Sat, 14 Nov 2015 07:08:18 -0800 (PST) X-DKIM-Result: Domain=gmail.com Result=Good and Known Domain DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=9J0bc7bKGGbI4m2WVyNcrqz9nTFi/uUWr6PeGn+1dqU=; b=hq30tIfSzqm3LnH7DK93rdXnVAs2gnkpjFsA36GbSWR/fFJkwhtQvwvG5e6S7ukzjq o+1fEjRPZEWmCGF1FicytGK+DdeuZUHi+R2AjiZ0ypyWJ9PXMW0fgvz0UAP+RNQvtlWk 969Oxey08ppIInJYqrxn6RbYc9I5aBM8T4QA3jqXbKV7t4fcXn2EaszodEEIyNMMvjPK RFH/SpOdsfV4UGRGlIJ3SJXpA9MGtbz+33xEliYjAERaLwmEx/2VYmxe2TpPq6nMggJK b/oMM5TyjljQZtsGiWYlGShUvO5JofYvRjKPFfXmXRmJjP03rLslY2X03nAh25+iNgrC dTaw== MIME-Version: 1.0 X-Received: by 10.28.91.83 with SMTP id p80mr6439254wmb.87.1447513698774; Sat, 14 Nov 2015 07:08:18 -0800 (PST) Received: by 10.28.130.139 with HTTP; Sat, 14 Nov 2015 07:08:18 -0800 (PST) Date: Sat, 14 Nov 2015 15:08:18 +0000 Message-ID: From: Andy Talbot To: rsgb_lf_group@blacksheep.org, rsgb_lf_group@yahoogroups.co.uk X-Scan-Signature: 8556389a5ea14fbbf9b9d801ab70c592 Subject: LF: Ramped BPSK Content-Type: multipart/alternative; boundary=001a11443810d2b9160524818b13 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-Scanned-By: MIMEDefang 2.56 on 10.1.3.10 Status: O X-Status: X-Keywords: X-UID: 5064 --001a11443810d2b9160524818b13 Content-Type: text/plain; charset=UTF-8 The recent resurgence of interest in BPSK on the LF bands reawakened my unease at using this hard switched mode with high power transmitters. I recall ages ago using Coherent (10 B/s BPSK) and hearing audible clicks coming from my PA and / or antenna loading coil. It all survived, but feels iffy. And as for the keyclicks that must have been spreading a long way either side of the carrier ! So, I've been looking at using a DDS to generate a Gaussian ramped phase shift, where the phase glides from 0 to 180 or back following a curve. I've implemented an approximation to the ideal curve by including a 32 step phase ramp, using a Gaussian curve lookup table, into an AD9852 DDS frequency source. A lonk on the PIC allows hard swited PSK to be selected to allow quick comparisons, or for when sharp edges really are needed, or for faster response The spectra of both types can be found here http://www.g4jnt.com/RampedBPSK.pdf At the moment PIC code exists for driving the high resolution AD9852 DDS with its 48 bit frequency setting and 14 bit phase register (although I only use 8 bits of phase from the lookup table). The same PIC code could be modified for the simpler to drive AD9850 DDS beloved by many, although the phase register in that device only has 32 values (5 bits), meaning the ideal curve will be further degraded Andy G4JNT --001a11443810d2b9160524818b13 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
The recent resurgence of interest in BPSK on the LF b= ands reawakened my unease at using this hard switched mode with high power = transmitters.

I recall ages ago using Coherent (10= B/s BPSK)=C2=A0 and hearing audible clicks coming from my PA and / or ante= nna loading coil.=C2=A0 It all survived, but feels iffy.
And as f= or the keyclicks that must have been spreading a long way either side of th= e carrier !

So, I've been looking at using a D= DS to generate a Gaussian ramped phase shift, where the phase glides from 0= to 180 or back following a curve.

I've implem= ented an approximation to the ideal curve by including a 32 step phase ramp= , using a Gaussian curve lookup table, into an AD9852 =C2=A0DDS frequency s= ource.=C2=A0=C2=A0 A lonk on the PIC allows hard swited PSK to be selected = to allow quick comparisons, or for when sharp edges really are needed, or f= or faster response

The spectra of both types can b= e found here http://www.g4j= nt.com/RampedBPSK.pdf

At the moment PIC code e= xists for driving=C2=A0the high resolution AD9852 DDS with its 48 bit frequ= ency setting and 14 bit phase register (although I only use 8 bits of phase= from the lookup table).=C2=A0=C2=A0
The same PIC code could be = modified for the simpler to drive AD9850 DDS beloved by many, although the = phase register in that device only has 32 values (5 bits), meaning the idea= l curve will be further degraded

Andy=C2=A0 G4JNT<= /div>

--001a11443810d2b9160524818b13--