On Jul 5, 10:01 am, John Fields wrote:
On Thu, 5 Jul 2007 00:00:45 -0700, "Ron Baker, Pluralitas!"
wrote:
"Don Bowey" wrote in message
...
On 7/4/07 8:42 PM, in article ,
"Ron
Baker, Pluralitas!" wrote:
"Don Bowey" wrote in message
...
On 7/4/07 10:16 AM, in article ,
"Ron Baker, Pluralitas!" wrote:
"Don Bowey" wrote in message
...
On 7/4/07 7:52 AM, in article
,
"Ron
Baker, Pluralitas!" wrote:
snip
cos(a) * cos(b) = 0.5 * (cos[a+b] + cos[a-b])
Basically: multiplying two sine waves is
the same as adding the (half amplitude)
sum and difference frequencies.
No, they aren't the same at all, they only appear to be the same
before
they are examined. The two sidebands will not have the correct phase
relationship.
What do you mean? What is the "correct"
relationship?
One could, temporarily, mistake the added combination for a full
carrier
with independent sidebands, however.
(For sines it is
sin(a) * sin(b) = 0.5 * (cos[a-b]-cos[a+b])
= 0.5 * (sin[a-b+90degrees] - sin[a+b+90degrees])
= 0.5 * (sin[a-b+90degrees] + sin[a+b-90degrees])
)
--
rb
When AM is correctly accomplished (a single voiceband signal is
modulated
The questions I posed were not about AM. The
subject could have been viewed as DSB but that
wasn't the specific intent either.
What was the subject of your question?
Copying from my original post:
Suppose you have a 1 MHz sine wave whose amplitude
is multiplied by a 0.1 MHz sine wave.
What would it look like on an oscilloscope?
What would it look like on a spectrum analyzer?
Then suppose you have a 1.1 MHz sine wave added
to a 0.9 MHz sine wave.
What would that look like on an oscilloscope?
What would that look like on a spectrum analyzer?
---
The first example is amplitude modulation precisely _because_ of the
multiplication, while the second is merely the algebraic summation
of the instantaneous amplitudes of two waveforms.
The circuit lists I posted earlier will, when run using LTSPICE,
show exactly what the signals will look like using an oscilloscope
and, using the "FFT" option on the "VIEW" menu, give you a pretty
good approximation of what they'll look like using a spectrum
analyzer.
If you don't have LTSPICE it's available free at:
http://www.linear.com/designtools/software/
--
JF
Since your modulator version has a DC offset applied to
the 1e5 signal, some of the 1e6 signal is present in the
output, so your spectrum has components at .9e6, 1e6 and
1.1e6.
To generate the same signal with the summing version you
need to add in some 1e6 along with the .9e6 and 1.1e6.
The results will be identical and the results of summing
will be quite detectable using an envelope detector just
as they would be from the modulator version.
Alternatively, remove the bias from the .1e6 signal on
the modulator version. The spectrum will have only
components at .9e6 and 1.1e6. Of course, an envelope
detector will not be able to recover this signal,
whether generated by the modulator or summing.
....Keith