Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Q&A

Diodes used in mixers

+2
−0

Suppose we have this circuit which is supposed to be an unbalanced frequency mixer. But how does the diode generate a signal with new frequencies at the output?

Hi

History
Why does this post require moderator attention?
You might want to add some details to your flag.
Why should this post be closed?

1 comment thread

Too broad (1 comment)

2 answers

You are accessing this answer with a direct link, so it's being shown above all other answers regardless of its score. You can return to the normal view.

+1
−0

Take a look at the circuit and try to see what function it will perform on the input signals to yield the output signal. For simplicity, let's consider the diode ideal, R1 and R2 the same, and R3 much larger.

R1 and R2 will average the two input signals onto the anode of the diode. The diode will clip this signal to the positive parts. In other words, it performs a MAX function with 0. The output is therefore Max(Ave(S1, S2), 0).

Now consider what this results is if you put in two sine waves. As an example, let's use 100 Hz for S1 and 101 Hz for S2. The average of the two is:

When the two input signals are in phase, they add, so the result is a full-amplitude sine. When they are out of phase, they cancel, so the result is 0. Since the difference in frequencies is 1 Hz, this adding and canceling repeats at a 1 Hz rate.

At this point, we still only have the two original input frequencies. Although the amplitude of the averaged signal is changing at 1 Hz, there is actually no 1 Hz component to the signal. It is simply the sum of two sines.

Now consider what happens when this signal is clipped to only the positive values:

Now we do have a strong 1 Hz component. Hopefully you can see that if this low pass filtered to get rid of the 100 Hz and 101 Hz components, you'd be left with a 1 Hz signal.

Another way of looking at this circuit is that by adding two frequencies together, you get a result that varies in amplitude by the difference between those frequencies. D1 and R3 are essentially a quick and dirty AM demodulator. The result is a signal that is the amplitude envelope of the sum of the two input signals.

History
Why does this post require moderator attention?
You might want to add some details to your flag.

0 comment threads

+1
−0

There are plenty of ways a single diode and a couple of resistors can perform multiplication (RF mixing). Consider this circuit that takes two inputs (a 1 MHz sinusoidal carrier wave and a 10 kHz triangle wave used to modulate the carrier): -

Image alt text

Now look at the signal on the cathode of the diode (Vout): -

Image alt text

You can see that the 1 MHz signal (blue) is amplitude modulated by the triangle signal in red. This change is cyclic and repeating. It does now contain harmonics but, do you believe that (or would you rather see what the final waveform looks like after it has been band-pass filtered by L1 and C1). I guess you'd rather see it so, here is the output waveform at the node of R3 and L1/C1: -

Image alt text

So, do you believe that a diode can create new frequencies at the output?

Here's a closer view of the blue signal. It shows decent sinewave shape and it shows decent and linear amplitude modulation: -

Image alt text

One diode, two resistors and a bit of DC biasing coupled with a buffer and a band-pass filter gives incredible amplitude modulation quality. But, it's all down to the diode and how the triangle wave cyclically causes it not to conduct the 1 MHz sinewave.

There are quite literally dozens of ways a diode can be used to do the same thing.

History
Why does this post require moderator attention?
You might want to add some details to your flag.

0 comment threads

Sign up to answer this question »