0
$\begingroup$

Just as the title states, I don't understand what it means to have two different signals that are phase coherent but are at different frequencies.

I am attempting to implement a MSK modulator in octave based on an article in the IEEE Communications Magazine, "Minimum Shift Keying: A Spectrally Efficient Modulation" by Subbarayan Pasupathy. At the beginning of the modulator the description reads "The multiplier produces two phase coherent signals at frequencies $f+$ and $f-$." Those frequencies are 1200Hz and 1800Hz for my application.

The image shows the signals $\cos{(2\pi \times fc \times t)}$ and $cos{(\frac{\pi \times t}{2T})}$ as inputs to a multiplier and on the output there is the note $fc = +/- \frac{1}{4} T$. At this point they are split into two different signals.

$\endgroup$
1
  • 1
    $\begingroup$ You can still talk about a phase relationship between two frequencies when they have a integer ratio, such as 3:2 in your example. In that case, you assume some reference, like the positive zero crossing, in each signal. $\endgroup$ Commented Sep 25, 2014 at 20:30

2 Answers 2

0
$\begingroup$

Hobbs answer is accurate. I just want to point out that "phase-coherent" is a confusing term because what should be said is they are phase-continuous at the symbol rate. This means that as one tone is switched to the other there are no phase jumps and the wave form is continuous like in this example.

msk

You can see your two different rates 1800 and 1200 and how at the symbol rate of 1 or 0 transitions their phase is continuous. As has been stated the two signals have to be rates that are integer multiples for their phases to over lap consistently with a fixed time interval.

$\endgroup$
0
$\begingroup$

They're phase-coherent with respect to the symbol rate. Suppose you're doing conventional coherent FSK with 1200Hz and 1800Hz tones, and 600 symbols per second. A switch can instantaneously connect either tone to the output, and the tones are continuous (they keep their phase even when they're not being output). Start a symbol at an instant when the 1200Hz and the 1800Hz tones are both crossing zero in the positive direction. 1/600 of a second later, the 1200Hz tone will have completed two full cycles, the 1800Hz tone will have completed three full cycles, and both will be crossing zero in the positive direction again. At that moment you can switch to the other tone without a glitch in phase.

My understanding of MSK is weaker, but I understand that it does something similar where the baud rate is double the frequency difference, so 1200 symbols/s in this example. Then the 1200Hz tone goes through 1 cycle and the 1800Hz tone goes through 1.5 cycles. If you start in the same condition as before, then both will return to 0 in time for the next symbol, but they will be going in opposite directions, so switching from one tone to the other gives continuous phase but a phase reversal. Somehow (I haven't followed this myself yet) the half-sinusoidal shaping of the bits gives a waveform with no sudden phase reversals.

$\endgroup$

Not the answer you're looking for? Browse other questions tagged or ask your own question.