Amplitude-shift keying
From Free net encyclopedia
CmdrObot (Talk | contribs)
sp: an transmission→a transmission
Next diff →
Current revision
Amplitude-shift keying (ASK) is a form of modulation which represents digital data as variations in the amplitude of a carrier wave.
Contents |
Encoding
The simplest and most common form of ASK operates as a switch, using the presence of a carrier wave to indicate a binary one and its absence to indicate a binary zero. This type of modulation is called on-off keying, and is used at radio frequencies to transmit Morse code (referred to as continuous wave operation).
More sophisticated encoding schemes have been developed which represent data in groups using additional amplitude levels. For instance, a four-level encoding scheme can represent two bits with each shift in amplitude; an eight-level scheme can represent three bits; and so on. These forms of amplitude-shift keying require a high signal-to-noise ratio for their recovery, as by their nature much of the signal is transmitted at reduced power.
Here is a diagram showing the ideal model for a transmission system using an ASK modulation:
It can be divided into three blocks. The first one represents the transmitter, the second one is a linear model of the effects of the channel, the third one shows the structure of the receiver. The following notation is used:
- ht(t) is the carrier signal for the transmission
- hc(t) is the impulse response of the channel
- n(t) is the noise introduced by the channel
- hr(t) is the filter at the receiver
- L is the number of levels that are used for transmission
- Ts is the time between the generation of two symbols
Different symbols are represented with different voltages. If the maximum allowed value for the voltage is A, then all the possible values are in the range [-A,A] and they are given by:
- <math>v_i = \frac{2 A}{L-1} i - A; \quad i = 0,1,\dots, L-1</math>
the difference between one voltage and the other is:
- <math> \Delta = \frac{2 A}{L - 1} </math>
Considering the picture, the symbols v[n] are generated randomly by the source S, then the impulse generator creates impulses with an area of v[n]. These impulses are sent to the filter ht to be sent through the channel. In other words, each symbol a different carrier wave is sent with the relative amplitude.
Out of the transmitter, the signal s(t) can be expressed in the form:
- <math>s (t) = \sum_{n = -\infty}^{\infty} v[n] \cdot h_t (t - n T_s)</math>
In the receiver, after the filtering through hr (t) the signal is:
- <math>z(t) = n_r (t) + \sum_{n = -\infty}^{\infty} v[n] \cdot g (t - n T_s)</math>
where we use the notation:
- <math>n_r (t) = n(t) * h_r (t)</math>
- <math>g(t) = h_t (t) * h_c (t) * h_r (t)</math>
where * indicates the convolution between two signals. After the A/D conversion the signal z[k] can be expressed in the form:
- <math>z[k] = n_r [k] + v[k] g[0] + \sum_{n \neq k} v[n] g[k-n]</math>
In this relationship, the second term represents the symbol to be extracted. The others are unwanted: the first one is the effect of noise, the second one is due to the intersymbol interference.
If the filters are chosen so that g(t) will satisfy the Nyquist ISI criterion, then there will be no intersymbol interference and the value of the sum will be zero, so:
- <math>z[k] = n_r [k] + v[k] g[0]</math>
the transmission will be affected only by noise.
Probability of error
The probability density function to make an error after a certain symbol has been sent can be modelled by a Gaussian function; the mean value will be the relative sent value, and its variance will be given by:
- <math>\sigma_N = \int_{-\infty}^{+\infty} \Phi_N (f) \cdot |H_r (f)|^2 df</math>
where <math>\Phi_N (f)</math> is the spectral density of the noise within the band and Hr (f) is the continuous Fourier transform of the impulse response of the filter hr (f).
The possibility to make an error is given by:
- <math>P_e = P_{e/H_0} \cdot P_{H_0} + P_{e/H_1} \cdot P_{H_1} + \dots + P_{e/H_{L-1}} \cdot P_{H_{L-1}}</math>
where <math>P_{e/H_0}</math> is the conditional probability of making an error after a symbol vi has been sent and <math>P_{H_0}</math> is the probability of sending a symbol v0.
If the probability of sending any symbol is the same, then:
- <math>P_{H_i} = \frac{1}{L}</math>
If we represent all the probability density functions on the same plot against the possible value of the voltage to be transmitted, we get a picture like this (the particular case of L=4 is shown):
The possibility of making an error after a single symbol has been sent is the area of the Gaussian function falling under the other ones. It is shown in cyan just for one of them. If we call P+ the area under one side of the Gaussian, the sum of all the areas will be: <math>2 L P^+ - 2 P^+</math>. The total probability of making an error can be expressed in the form:
- <math>P_e = 2 \left( 1 - \frac{1}{L} \right) P^+</math>
We have now to calculate the value of P+. In order to do that, we can move the origin of the reference wherever we want: the area below the function will not change. We are in a situation like the one shown in the following picture:
it does not matter which Gaussian function we are considering, the area we want to calculate will be the same. The value we are looking for will be given by the following integral:
- <math>P^+ = \int_{\frac{A g(0)}{L-1}}^{\infty} \frac{1}{\sqrt{2 \pi} \sigma_N} e^{-\frac{x^2}{2 \sigma_N^2}} d x
= \frac{1}{2} \operatorname{erfc} \left( \frac{A g(0)}{\sqrt{2} (L-1) \sigma_N} \right) </math>
where erfc() is the complementary error function. Putting all these results together, the probability to make an error is:
- <math>P_e = \left( 1 - \frac{1}{L} \right) \operatorname{erfc} \left( \frac{A g(0)}{\sqrt{2} (L-1) \sigma_N} \right) </math>
from this formula we can easily understand that the probability to make an error decreases if the maximum amplitude of the transmitted signal or the amplification of the system becomes greater; on the other hand, it increases if the number of levels or the power of noise becomes greater.
This relationship is valid when there is no intersymbol interference, i.e. g(t) is a Nyquist function.
Considerations
ASK is the simplest kind of modulation that can be used to send data through a channel. It has several bad points:
- it can be used only when the signal-to-noise ratio is very high, because most of the signal is transmitted at reduced power, so it would be hard to recover.
- it needs A/D converters working at a frequency that could be higher than necessary: for example, if the bandwidth between 100 and 101 MHz is used for the transmission, the spectrum of the signal will be only 1 MHz wide, but the A/D converter will need to work at 101*2 = 202 MHz. In QAM modulation, an A/D converter working at 2 MHz would be enough.
Nevertheless, ASK modulation is very important because most of the other more complicated (and efficient) modulations can be expressed and studied in terms of ASK, such as QAM and PSK.