Return-Path: Received: (qmail 5695 invoked from network); 25 Apr 2003 15:49:39 -0000 Received: from murphys.services.quay.plus.net (212.159.14.225) by mailstore with SMTP; 25 Apr 2003 15:49:39 -0000 X-Priority: 3 X-MSMail-Priority: Normal Received: (qmail 295 invoked from network); 25 Apr 2003 15:49:25 -0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Received: from post.thorcom.com (193.82.116.70) by murphys.services.quay.plus.net with SMTP; 25 Apr 2003 15:49:25 -0000 X-SQ: A Received: from majordom by post.thorcom.com with local (Exim 4.14) id 1995RN-0005zz-Ci for rsgb_lf_group-outgoing@blacksheep.org; Fri, 25 Apr 2003 16:48:45 +0100 Received: from [205.188.157.37] (helo=imo-d05.mx.aol.com) by post.thorcom.com with esmtp (Exim 4.14) id 1995RH-0005zq-09 for rsgb_lf_group@blacksheep.org; Fri, 25 Apr 2003 16:48:39 +0100 Received: from DL4YHF@aol.com by imo-d05.mx.aol.com (mail_out_v34.22.) id l.1e5.78b8a15 (4592) for ; Fri, 25 Apr 2003 11:48:03 -0400 (EDT) From: DL4YHF@aol.com Message-ID: <1e5.78b8a15.2bdab2b2@aol.com> Date: Fri, 25 Apr 2003 11:48:02 EDT To: rsgb_lf_group@blacksheep.org MIME-Version: 1.0 X-Mailer: 6.0 for Windows XP sub 50 Subject: Re: LF: RE: something for the weekend ?? Content-Type: text/html; charset=windows-1252 X-Spam-Status: No, hits=2.3 required=5.0tests=HTML_00_10,HTML_MESSAGE,MIME_LONG_LINE_QP,NO_REAL_NAMEversion=2.53 X-Spam-Level: ** X-Spam-Checker-Version: SpamAssassin 2.53 (1.174.2.15-2003-03-30-exp) X-SA-Exim-Scanned: Yes Sender: Precedence: bulk Reply-To: rsgb_lf_group@blacksheep.org X-Listname: rsgb_lf_group X-SA-Exim-Rcpt-To: rsgb_lf_group-outgoing@blacksheep.org X-SA-Exim-Scanned: No; SAEximRunCond expanded to false Content-transfer-encoding: 8bit Think I got it...

The output from the upper mixer branch is:
 sin(a+b) - sin(a-b)  

The assumption "delayed this by 90 degrees" should give
 cos(a+b) - cos(a-b)
does not look right in my opinion.


Instead, do the "90° phase shift" from the upper mixer's output in the term where all trigonometric functions have only a single argument.
Upper mixer branch
sin(a+b)-sin(a-b) = 2*cos(a)*sin(b)  [ go figure ...]
Now only one argument in each trig function, looks safe to do the 90 degree phase shift by adding 90 degrees in the argumens:
Upper mixer branch, delayed by 90°:
2*cos(a+90°)*sin(b+90°) = - 2*sin(a)*cos(b) = - sin(a-b) - sin(a+b)

So this is the delayed output from the upper mixer branch. Now add upper and lower branch (without the phase shifters):
Lower branch : sin(a+b)-sin(a-b)
Upper branch : -sin(a+b)-sin(a+b)
Add both:    sin(a+b)-sin(a-b)-sin(a-b)-sin(a+b) = -2sin(a-b)
Et volia, the upper sideband has been cancelled (should have subtracted for USB ;)


Hope this is not totally wrong..

Regards,
Wolf DL4YHF.