Return-Path: Received: (qmail 15667 invoked from network); 23 Mar 2001 20:13:23 -0000 Received: from unknown (HELO warrior-inbound.servers.plus.net) (212.159.14.227) by excalibur.plus.net with SMTP; 23 Mar 2001 20:13:23 -0000 Received: (qmail 20934 invoked from network); 23 Mar 2001 19:13:37 -0000 Received: from unknown (HELO post.thorcom.com) (212.172.148.70) by warrior with SMTP; 23 Mar 2001 19:13:37 -0000 Received: from majordom by post.thorcom.com with local (Exim 3.16 #2) id 14gWtk-0008SS-00 for rsgb_lf_group-outgoing@blacksheep.org; Fri, 23 Mar 2001 19:06:56 +0000 Received: from cobalt4.source.net ([206.100.10.38]) by post.thorcom.com with esmtp (Exim 3.16 #2) id 14gWti-0008SN-00 for rsgb_lf_group@blacksheep.org; Fri, 23 Mar 2001 19:06:54 +0000 Received: from w2ksn (windev1.scgroup.com [192.55.122.104]) by cobalt4.source.net (8.9.3/8.9.3) with SMTP id LAA09027 for ; Fri, 23 Mar 2001 11:06:28 -0800 Message-ID: <008d01c0b3cc$6fe51bc0$687a37c0@w2ksn> From: "Stewart Nelson" To: rsgb_lf_group@blacksheep.org References: <65AECDF1F89AD411900400508BFC869F9C03FE@pdw-mail-1.dera.gov.uk> Subject: LF: Re: Re: WOLF - Transmit Date: Fri, 23 Mar 2001 11:06:56 -0800 Organization: SC Group MIME-Version: 1.0 Content-Type: text/plain; charset=Windows-1252; format=flowed Content-Transfer-Encoding: 8bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Precedence: bulk Reply-To: rsgb_lf_group@blacksheep.org X-Listname: rsgb_lf_group Sender: Hi Andy and all, In my implementation, the code which uses pnpat is intertwined with modulation, etc., so I didn't include it. Sorry. The output of enccnv is an array 480 long, as is pnpat. You transmit the first enccnv output, then the first bit of pnpat, then the second enccnv output, etc. If the message is all blanks, the result of enccnv is all zeros. In this case, the final transmit data stream would begin with 00000101010101000100010001010000. 73, Stewart KK7KA ----- Original Message ----- From: "Talbot Andrew" To: Sent: Friday, March 23, 2001 3:56 AM Subject: LF: Re: WOLF - Transmit > Where is the array pnpat[] used ? It is declared at the end of the > listing you sent, but not referenced anywhere else. > Not being a C programmer, it will take a bit ot time to translate the > code ;-| > Andy G4JNT