[email protected] (sam) wrote in message news:<
[email protected] com>...
> Hi
>
> we have an RF transmission that has some data modulated into it. The
> RF is transmitted at just under 1GHz. My question is how can we find
> out what the modulation scheme is? we are not sure even if it is
> analogue or digital, i.e. whether it is AM/FM or FSL/PSK/QAM etc.,
> though suspect probably digital. Can anyone suggest how to find out
> what the scheme is?
Hey sam,
This will probably take a good bit of invention, but I can
think of a couple of things to try:
1. Simply observe the signal on a spectrum analyzer for a period of
time (10 minutes?). If you find that the signal "collapses" to a
single spike (or some other simple state) at various periods of
time, it might be analog.
2. Quadrature downconvert the signal, being careful to tune
as close to the apparent RF center frequency as possible. Then
perform an m-th power (i.e., y[n] = (x[n])^m) function on the
signal and look at the spectrum of the result for various values
of m such as 2, 4, 8, etc. If the spectrum collapses to a line at
a particular value of m, then you may have m-ary PSK modulation,
and the line frequence corresponds to the amount of RF offset
(carrier offset) you have. In fact (if this is m-ary PSK) you
could use this to frequency-lock the signal.
3. Quadrature downconvert the signal and do a "constellation
histogram" in which you simply plot a few points in I/Q
space. Try doing this while tuning the RF center frequency
slowly. If the modulation is m-ary PSK or some type of
QAM, may see the constellation "lock up" to a pattern
if you get the center frequency close enough. This will
also depend on the relationship of the symbol clock to
your sample clock and the amount of transmit filtering
being done.
Just my $0.02.
-Randy