2

What is the mix of a received frequency 27 MHz and a oscillator frequency of 27.001 MHz?

I expect the mix of them would be 1 KHz.

Axel H.
  • 135
  • 1
  • 5
  • 1
    Beware of the language: summing frequencies is not the same as summing signals of different frequencies, which is also different from mixing two signals. Summing signals is a linear process, so you don't get new frequency components. Mixing is a non-linear process, so you get intermodulation components as explained by @pete-nu9w – Juancho Aug 10 '15 at 19:09

2 Answers2

1

If you simply add two sine waves together, it's a linear operation and you do not get mixing. So you would see only the 27.000 and 27.001 MHz components.

If you want to get the sum or difference frequencies, you have to "mix" them in a non-linear device, like a diode or a switching transistor. Then you will get components at .001 MHz (the difference), 54.001 (the sum), as well as some left over power at the original 27.000 and 27.001 frequencies.

Actually, you will get even more frequencies than these as "higher order" mixing products, like 2x27.000 - 27.001 = 26.999 MHz and many other combinations, as well as the harmonics (double, triple, etc.) of 27.000 and 27.010. (But the high order mixing products are probably going to be weaker.)

0

When you mix two sine waves with different frequencies you get four frequencies in the result: the two that are coming in, the sum of the two, and their difference. So with 27 MHz and 27.001 MHz you'd see 27MHz, 27.001 MHz, 54.001 MHz (27 + 27.001), and .001 MHz (27.001 - 27). For a radio receiver you'd typically run that mixed-up output throw a low-pass filter so that all you see is the difference frequency, 1 kHz.

Pete NU9W
  • 950
  • 1
  • 6
  • 13