Free Essay

Modulation

In:

Submitted By harrism3
Words 6411
Pages 26
Chapter 5 Traditional Analog Modulation Techniques
Mikael Olofsson — 2002–2007 Modulation techniques are mainly used to transmit information in a given frequency band. The reason for that may be that the channel is band-limited, or that we are assigned a certain frequency band and frequencies outside that band is supposed to be used by others. Therefore, we are interested in the spectral properties of various modulation techniques. The modulation techniques described here have a long history in radio applications. The information to be transmitted is normally an analog so called baseband signal. By that we understand a signal with the main part of its spectrum around zero. Especially, that means that the main part of the spectrum is below some frequency W , called the bandwidth of the signal. We also consider methods to demodulate the modulated signals, i.e. to regain the original signal from the modulated one. Noise added by the channel will necessarily affect the demodulated signal. We separate the analysis of those demodulation methods into one part where we assume an ideal channel that does not add any noise, and another part where we assume that the channel adds white Gaussian noise.

5.1

Amplitude Modulation

Amplitude modulation, normally abbreviated AM, was the first modulation technique. The first radio broadcasts were done using this technique. The reason for that is that AM signals can be detected very easily. Essentially, all you need is a nonlinearity. Actually, almost any nonlinearity will suffice to detect AM signals. There have even been reports of people hearing some nearby radio station from their stainless steel kitchen sink. And some 67

68

Chapter 5. Traditional Analog Modulation Techniques

(including the author) have experienced that with a guitar amplifier. The crystal receiver is a demodulator for AM that can be manufactured at a low cost, which helped making radio broadcasts popular. In Chapter 3, Theorem 9, we noted that a convolution in the time domain corresonds to a multiplication in the frequency domain. In fact, the opposite is also true.

Theorem 10 (Fourier transform of a multiplication) Let a(t) and b(t) be signals with Fourier transforms A(f ) and B(f ). Then we have F {a(t)b(t)} = (A ∗ B)(f ).

Proof: The proof is along the same line as the proof of Theorem 8, but starting with the inverse transform of the suggested spectrum. Based on our definitions, we have
∞ ∞ ∞ j2πf t

F

−1

{(A ∗ B)(f )} =
−∞

(A ∗ B)(f )e

df =
−∞ −∞

A(φ)B(f − φ) dφ ej2πf t df.

We can rewrite the expression above as
∞ ∞

F

−1

{(A ∗ B)(f )} =
−∞ −∞

A(φ)B(f − φ)ej2πf t dφ df.

Now, set λ = f − φ, and we get
∞ ∞ ∞ ∞

F −1 {(A ∗ B)(f )} =
−∞ −∞

A(φ)B(λ)ej2π(λ+φ)t dτ dλ =
−∞

A(φ)ej2πφt dφ
−∞

B(λ)ej2πλt dλ.

Finally, we identify the last two integrals as the inverse Fourier transforms of A(f ) and B(f ), and we get F −1 {(A ∗ B)(f )} = a(t)b(t). 2 So, multiplying in the time domain corresponds to a convolution in the frequency domain.

5.1. Amplitude Modulation
3 2 1 0 −1 −2 −3 −1 0 1 antenna diode BP filter LP filter 1 0 −1 earphone −2 −3 −1 0 3 2

69

1

(a)

(b)

(c)

Figure 5.1: (a) A standard AM signal for the message m(t) = cos(2πt) with C = 2 and A = 1. The dark line is C + m(t). (b) Principle of an envelope detector. (c) The corresponding output from an envelope detector.

Standard AM
An AM signal, x(t), corresponding to the message signal, m(t), is given by the equation x(t) = A(C + m(t)) cos (2πfc t) , where fc is referred to as the carrier frequency, A is some non-zero constant, and where the constant C is chosen such that |m(t)| < C holds for all t. In Figure 5.1a a standard AM signal is presented together with the message, which in this particular example is a cosine signal. We mentioned that AM signals can be detected using a nonlinearity. The first AM receiver was the so called crystal receiver. It consists of an antenna, a resonance circuit (bandpass filter), a diode and a simple low-pass filter. It extracts the envelope C + m(t) from x(t), and is therefore often called an envelope detector. The diode in Figure 5.1b is the nonlinearity that makes the detection possible. The few simple components makes it possible to manufacture the receiver at a low cost. In addition to that, it doesn’t even need a power source of its own. The power is taken directly from the antenna. The output power is of course very small, and only one listener could use the small earphone that was used. In Figure 5.1c, the AM signal is presented together with the output of an envelope detector. Note that the output is very similar to the original message. The mechanical parts in the earphone, and the ear will further low-pass filter the output, so the listener will hear almost the same signal as the one transmitted. Modern envelope detectors have amplifiers in various places and may be implemented digitally, but the basic construction is still a bandpass filter, a diode (or some other rectifier) followed by a lowpass filter. An advantage of envelope detectors is that the BP filter that filters out everything except the intended

70

Chapter 5. Traditional Analog Modulation Techniques
|M (f )| f Message

−W

W

Carrier
1/2

|F {cos(2πfc t)}|

1/2 f

−fc

fc

Standard AM upper sideband −fc lower sideband

|X(f )| lower sideband fc upper sideband f

Figure 5.2: Spectrum for standard AM signals.

frequency band is not critical. It is enough if its center frequency is approximately correct. In other words, it does not need to know the carrier frequency exactly, or the carrier phase for that matter. We wish to study the spectrum of AM signals. Since an AM signal is the product of a message and a carrier, that is easiest done based on Theorem 10. Thus, we need to find the Fourier transform of cos(2πfc t). First consider


F

−1

{δ(f − fc )} =


δ(f − fc )ej2πf t df = ej2πfc t ,

where the first equality is given by the definition of the inverse Fourier transform, and where the last equality is given by the definition of the unit impulse. So, we have F {cos (2πfc t)} = F ej2πfc t + e−j2πfc t 2 = 1 (δ(f − fc ) + δ(f + fc )) . 2

Now we are ready to apply Theorem 10 on x(t). Let M (f ) be the spectrum of m(t) and let X(f ) be the spectrum of x(t). Then we get X(f ) = F {AC cos (2πfc t)} + F {Am(t) cos (2πfc t)} A AC [δ(f − fc ) + δ(f + fc )] + [M (f − fc ) + M (f + fc )] . = 2 2

5.1. Amplitude Modulation

71

It is left as an exercise to verify that the last equality holds. The involved spectra are displayed in Figure 5.2. Here AC (δ(f − fc ) + δ(f + fc )) is referred to as the car2 rier, since that term corresponds to AC cos (2πfc t). The other part of the spectrum, A (M (f − fc ) + M (f + fc )), is referred to as the sidebands. Those sidebands are the only 2 parts of the spectrum that depend on the message m(t). The sidebands are called upper and lower sidebands based on where they are compared to the carrier frequency, according to the following. • Upper sideband : • Lower sideband :
A 2 A 2

(M (f − fc ) + M (f + fc )) for |f | > fc . (M (f − fc ) + M (f + fc )) for |f | < fc .

Because of those two sidebands, this type of AM modulation is often called double sideband AM, abbreviated AM-DSB. There are also other versions of AM, but they cannot be detected using an envelope detector.

Suppressed Carrier Modulation
All the information about the message m(t) in standard AM is in the sidebands. The carrier itself does not carry any information, and in that respect the carrier corresponds to unnecessary power dissipation. One version of AM that cannot be detected using an envelope detector is called AM-SC or AM-DSB-SC, where SC should be interpreted as Suppressed Carrier. For this type of modulation, the constant C is simply set to zero, i.e. we have x(t) = Am(t) cos (2πfc t) , and the corresponding spectrum is X(f ) = A (M (f − fc ) + M (f + fc )) . 2

So the carrier is removed from the spectrum, as the name suggests. In Figure 5.3, an AM-SC signal is presented together with the message and the corresponding envelope detector output, as well as the absolute value of the message. Note that the output from an envelope detector in this case is close to the absolute value of the message. Thus, an envelope detector cannot be used to receive AM-SC. Demodulation of AM-SC can instead be done by modulating once more. Let y(t) with spectrum Y (f ) be the output of that modulation. Then we have, similarily as above, y(t) = x(t) cos (2πfc t) = Am(t) cos2 (2πfc t) = A m(t) (1 + cos(4πfc t)) , 2

72

Chapter 5. Traditional Analog Modulation Techniques

1

1

1

0

0

0

−1 −1

0

1

−1 −1

0

1

−1 −1

0

1

(a)

(b)

(c)

Figure 5.3: (a) An AM-SC signal for the message m(t) = cos(2πt) with A = 1. The thick line is m(t). (b) The corresponding output from an envelope detector. (c) The AM-SC signal together with |m(t)| for comparison.

Message

|M (f )| f −W

W

AM-SC

|X(f )| f −fc fc

Demodulated

|Y (f )| f −2fc

2fc

Figure 5.4: Modulation of AM-SC and demodulation by modulating again.

5.1. Amplitude Modulation and the corresponding spectrum is Y (f ) = A A A (X(f − fc ) + X(f + fc )) = M (f ) + (M (f − 2fc ) + M (f + 2fc )) . 2 2 4

73

So, we have regained M (f ), but we also have copies of M (f ) centered around ±2fc . The involved spectra are displayed in Figure 5.4. If W , the bandwidth of the message m(t), is smaller than fc , which normally is the case, then those copies do not overlap with the original spectrum. Thus, we can use a suitable low-pass filter to remove the unwanted copies. The further away the unwanted copies are in the frequency domain, the simpler that filter can be. It should be noted that standard AM can also be demodulated using this method.

Single Sideband Modulation
Since there is a one-to-one relation between M (f ) and M (−f ), there is also a one-to-one relation between the two sidebands, at least if W is smaller than fc . So, in both standard AM and AM-SC, we actually transmit our data twice in the frequency domain. No information is lost if we only transmit one of the sidebands. This type of AM is referred to as SSB, which should be interpreted as Single SideBand. There are SSB versions of both standard AM and AM-SC, and they can be obtained by first generating standard AM or AM-SC, and then using a suitable band-pass filter to remove the unwanted sideband. Spectra of AM-SSB and AM-SSB-SC are displayed in Figure 5.5. Obviously, SSB modulation only needs half the bandwidth compared to original AM or AM-SC. SSB-modulated signals can also be demodulated by modulating again using AM-SC, and we still get copies near ±2fc , that has to be removed by a low-pass filter. However these copies now contain only one sideband.

Synchronization for AM Demodulation
Demodulation by remodulation as described above is a method that can be used for detection of all variants of AM. However, that demands that we have a correct carrier available in the demodulator, with both correct frequency and at least approximately correct phase. For standard AM and for AM-SSB, where the carrier is available in the signal, it can easily be extracted from the received signal using a narrow BP-filter with center frequency fc . For AM-SC, and for AM-SSB-SC, the absence of a carrier makes it impossible to extract the carrier in that way. One way for the receiver to extract a carrier signal from an AM-SC signal x(t) = Am(t) cos (2πfc t) ,

74

Chapter 5. Traditional Analog Modulation Techniques

AM-SSB

|X(f )| upper sideband f −fc fc

AM-SSB-SC

|X(f )| upper sideband f −fc fc

Figure 5.5: Spectra for AM-SSB and AM-SSB-SC.

cos(2πf0 t)

x(t)

Narrow cos(φ) LP filter

VCO

2 cos(2πf0 t + φ)

Figure 5.6: A phase-locked loop for generation of a well-defined carrier signal. The signal x(t) is given by x(t) = cos(2πf0 t) cos(2πf0 t + φ) = 1 (cos(4πf0 t + φ) + cos(φ)). The device 2 labelled VCO is a voltage controlled oscillator.

Am(t) (cos(4πf0 t + φ) + cos(φ)) LP filter 2 cos(2πf0 t + φ) VCO Am(t) cos(2πf0 t) phase shift 2 sin(2πf0 t + φ) LP filter Am(t) (sin(4πf0 t + φ) + sin(φ)) ∝ sin(2φ)

Am(t) cos(φ)

2 2 Narrow A m (t) sin(2φ) LP filter

Am(t) sin(φ)

Figure 5.7: A Costas loop for detection of AM-SC.

5.1. Amplitude Modulation is to produce the square x2 (t) = A2 m2 (t) cos2 (2πfc t) = A2 m2 (t) (1 + cos (4πfc t)) 2

75

When we send information, the average of m2 (t) is non-zero, which means that a scaled version of cos (4πfc t) can be extracted from x2 (t), again using a narrow BP-filter, but with center frequency 2fc . Extracting carriers in those ways will produce signals with a frequency that is the correct carrier frequency in the AM or AM-SSB case and twice the carrier frequency in the AM-SC case, but the amplitude can vary from time to time depending on the actual behaviour of the channel or the statistics of the information. Also, the extracted signal may include noise and parts of the sideband(s). A clean carrier with both the correct frequency and a well defined amplitude, without any noise or residues from the sidebands, can be obtained from the extracted signal using a phase-locked loop (PLL). There are several variants of phase-locked loops in use, and a simple variant is displayed in Figure 5.6. The signals given in Figure 5.6 assume that the input is already a clean sinusoid. In practice, the input is an extracted approximate carrier which, as noted above, is polluted with noise and residues from the sidebands. A phase-locked loop is a contol loop that produces a sinusoid with constant amplitude, the correct frequency f0 and an approximate phase φ. The voltage-controlled oscillator (VCO) is chosen such that the wanted carrier frequency corresponds to zero input. The frequency fVCO (Vin ) of the output of the VCO is a function of the input voltage Vin , such that the d derivative of that function is positive, i.e. we have dVin fVCO (Vin ) > 0. The carrier frequency in use may differ slightly from the wanted carrier frequency, and the phase-locked loop follows the carrier frequency, which means that the input to the VCO may differ slightly from zero. In Figure 5.6 that means that the signal produced by the PLL has phase φ for which cos(φ) ≈ 0 holds, in a point where cos(φ) has positive derivative. In other words, we have φ ≈ − π + k · 2π for some integer k. We may assume any integer 2 value of k, since the produced signal is the same for different values of k. So, we can for instance say that the signal has the phase φ ≈ − π . 2 For AM-SC, where we have squared the signal, and where the frequency of the extracted signal is twice the carrier frequency, the feedback is equipped with a frequency doubler which can for instance be a squarer. The resulting output is then a sinusoid with the correct carrier frequency and phase approximately − π . 4 A special type of phase-locked loop that is especially well suited for detection of AM-SC signals is the Costas loop, given in Figure 5.7. It extracts the carrier directly from the signal. Again, the VCO is chosen such that the wanted carrier frequency corresponds to zero input. Thus, the loop produces a sinusoid whose frequency is the carrier frequency with phase φ for which sin(2φ) ≈ 0 holds, in a point where sin(φ) has positive derivative. The resulting phase is therefore φ ≈ 0. The output of the Costas loop is the message m(t) scaled by cos(φ), but since we have φ ≈ 0, we also have cos(φ) ≈ 1.

76

Chapter 5. Traditional Analog Modulation Techniques
2 cos(2πf0 t) x(t) + n(t) x(t) + noise BP filter LP filter

Figure 5.8: Demodulation of AM signals in the presence of noise.

The reason that the Costas loop works is the presence of both sidebands, and the one-toone mapping between the two sidebands. The two sidebands point at the carrier frequency, and the phase information in the sidebands gives us the carrier phase. The Costas loop can therefore not be used for AM-SSB-SC. There is simply no way to extract the carrier from an AM-SSB-SC signal, due to the fact that the carrier is not available in the signal, and nothing in the spectrum gives any hint about the carrier frequency. That is the price we have to pay for suppressing both the carrier and one of the sidebands. Therefore, there are a number of modifications of AM-SSB-SC, that makes it possible to extract a carrier anyway. The most simple method is not to suppress the carrier completely. Then the – however weak – carrier can be extracted from the signal. Another method is to send a short carrier burst, and let a PLL lock on to that burst. After the burst, the oscillator continues producing an internal carrier based on that burst. Of course, the oscillator will most probably diverge from the used carrier eventually. Therefore the carrier burst is repeated regularly. A third possibility is to keep a small part of the removed sideband, and in the receiver filter the other sideband similarily, and then extract a carrier using one of the methods above.

Impact of Noise in AM Demodulation
We would like to analyze the impact of noise on demodulation of AM signals. For this analysis we need to make some assumptions about the noise and about the demodulation. The first assumption is that the noise is dominated by thermal noise, and that it is independent of the message. As mentioned in Section 4.1, such noise can be modeled as white Gaussian noise. We assume that the received signal is filtered by an ideal BP filter that exactly matches the bandwidth of the AM signal before demodulation. We assume that the demodulation is done by remodulation by 2 · cos(2πf0 t) as in the Costas loop. We also assume that the demodulated signal is filtered by an ideal LP filter that exactly matches the bandwidth of the message. See Figure 5.8. We need to introduce some notation. Let W denote the bandwidth of the message. Let N0 denote the one-sided power spectral density of the assumed white Gaussian noise, and let n(t) denote the noise after the BP filter. Also, introduce the following notation for the involved powers.

5.1. Amplitude Modulation • P : The (expected) power of the message m(t).

77

• Pm−mod : The (expected) power of the received modulated signal x(t). Note that this means that A includes impacts of the channel. • Pm : The (expected) power of the message after demodulation and LP filter. • Pn−mod : The expected power of the ideally BP-filtered noise n(t) before demodulation. • Pn : The expected power of the demodulated and LP-filtered noise. We define the signal-to-noise ratio Pm /Pn after demodulation. We will compare this signalto-noise ratio for DSB and SSB modulation using the same sent power Pm−mod transmitted over a channel with the same N0 . First we consider AM-SC. Then we have the signal x(t) = Am(t) cos (2πfc t) with bandwidth 2W and expected power Pm−mod = A2 P/2 since the carrier cos (2πfc t) has average power 1/2. After demodulation, we regain Am(t), which means that we have Pm = A2 P . For the noise, we have Pn−mod = 2W N0 . The demodulated noise n(t) · 2 cos (2πfc t) has expected power 2Pn−mod , since the carrier 2 cos (2πfc t) has average power 2. Half of that expected power is in the frequency interval |f | < W , while the other half is in the frequency interval 2f0 − W < |f | < 2f0 + W . The latter part is removed by the LP filter, leaving us with Pn = Pn−mod . Finally, that gives us the signal-to-noise ratio Pm A2 P = Pn 2W N0 For AM-SSB-SC, one of the sidebands from AM-SC is removed, which means that the power Pm−mod is reduced to half that of AM-SC. To produce an SSB signal with the same √ power as in the DSB case, we therefore need to amplify the signal by 2. So, we start with √ x(t) = 2Am(t) cos (2πfc t) , and filter out one of the sidebands. Then we have the same sent power Pm−mod = A2 P/2. After demodulation, we get a scaled version of the message. More precisely, the output is A √ m(t), which has power Pm = A2 P/2. For the noise, we have Pn−mod = W N0 , since the 2 bandwidth is W . The demodulated noise n(t) · 2 cos (2πfc t)

78

Chapter 5. Traditional Analog Modulation Techniques

still has expected power 2Pn−mod , since the carrier 2 cos (2πfc t) has average power 2. Half of that expected power is in the frequency interval |f | < W , while the other half is in the frequency interval 2f0 − W < |f | < 2f0 + W . Actually, the other half of the power is in the interval 2f0 − W < |f | < 2f0 if the lower sideband is used, or in the interval 2f0 < |f | < 2f0 + W if the upper sideband is used. In any case, the part of the spectrum that is near 2f0 is removed by the LP filter, leaving us with Pn = Pn−mod . Finally, that gives us the signal-to-noise ratio Pm A2 P = , Pn 2W N0 i.e. the same signal-to-noise ratio as for DSB.

5.2

Angle Modulation

Angle modulation is the common name for a class of modulation techniques, with that in common that the bandwidth of the modulated signal is not given only by the bandwidth of the message, but also by a parameter called the modulation index. By setting this modulation index to a suitable number, we can decide what bandwidth to use, and the larger that index is, the better is the obtained quality. These methods, and combinations of them are used in radio broadcasts in the FM-band (88–108 MHz). The idea that angle modulation is based on is to let a function φ(m(t)) of the message m(t) be the phase of a carrier, i.e. the sent signal is x(t) = A · cos (2πfc t + φ(m(t))) , where A is some non-zero constant, and where fc again is referred to as the carrier frequency. We say that φ(m(t)) is the momentary phase of x(t). Then the phase deviation φd (t) is the difference between the momentary phase and the average of the momentary phase. Typically, m(t) has average zero, and the function f is chosen such that φ(m(t)) also has average 0. Then we have φd (t) = φ(m(t)), and the peak phase deviation is defined as φd,max = max |φd (t)|. The peak phase deviation is also called the phase modulation index, and is denoted µp . An alternative interpretation of the varying phase of the signal x(t), is to say that x(t) has varying frequency. We define the momentary frequency as fmom (t) = 1 d 1 d · (2πfc t + φ(m(t))) = fc + · φ(m(t)). 2π dt 2π dt

5.2. Angle Modulation

79

Note, that this frequency is a function of time, just as the momentary phase also is a function of time. The frequency deviation fd (t) is the difference between the momentary frequency and the carrier frequency, i.e. fd (t) = fmom (t) − fc , and the peak frequency deviation is defined as fd,max = max |fd (t)|. The frequency modulation index µf is defined as µf = fd,max , W

where W is the bandwidth of the message m(t), or rather the highest frequency component in m(t). If m(t) is a stationary sine, then the two modulation indices are equal.

Spectrum of Angle Modulation
The spectra of angle modulated signals are generally hard to determine, due to the fact that angle modulation is non-linear. For the simple example x(t) = A · cos (2πfc t + µ sin(2πfm t)) , for fm ≪ fc , it is easily shown that µ is both the phase modulation index and the frequency modulation index of that signal. It can also be shown that we have x(t) =
∞ n=−∞

A · Jn (µ) cos (2π(fc + nfm )t) ,

where Jn (µ) is the Bessel function of order n. We will not at all try to perform that proof. The spectrum of that signal is X(f ) = A · Jn (µ) [δ(f + fc + nfm ) + δ(f − fc − nfm )] . 2 n=−∞


The Bessel function of order n is given by Jn (µ) =
∞ k=0

µ (−1)k k!(n + k)! 2

n+2k

for positive integers n. It can also be written as

80

Chapter 5. Traditional Analog Modulation Techniques

1
J0 (µ) J1 (µ) J (µ) 2 J3 (µ) J4 (µ) J5 (µ) J6 (µ) J (µ) 7

0.5

−0.5 0

2

4

6

8

10 µ

12

14

16

18

20

Figure 5.9: Bessel functions Jn (µ) for n up to 7.

µ=1

f fm µ=5 fc

f fc µ = 10

f fc

Figure 5.10: Spectrum of an angle modulated signal with modulation index µ, carrier frequency fc , a cosine message with frequency fm . The hights of the arrows denoting impulses represent the amplitude of the corresponding frequencies.

5.2. Angle Modulation

81

1 π cos(µ sin(φ) − nφ) dφ, Jn (µ) = π 0 still for positive integers n. For negative integers n, we have Jn (µ) = (−1)n J−n (µ). Formally, the bandwidth of this signal is infinite. However, the coefficients Jn (µ) decrease rapidly towards 0 for |n| > µ, see Figure 5.9. Thus, we can state that the bandwidth of the signal is approximately 2µfm . A common approximation of the bandwidth is 2(µ + 1)fm , which is known as Carson’s rule. Using the identity µ = fd,max /fm , we can express the
1 bandwidth as 2 1 + µ fd,max . In Figure 5.10, we have plotted the spectra for three different values of the modulation index µ, with a sine shaped message. Note how the bandwidth grows with the modulation index.

Phase Modulation
Phase modulation is normally abbreviated PM or PhM. The message, m(t), is in this technique used directly to determine the momentary phase, i.e. we have φ(m(t)) = a · m(t), where a is some constant. The modulated signal, x(t), is thus given by x(t) = A · cos (2πfc t + a · m(t)) . The momentary frequency for this modulation is fmom (t) = the frequency deviation is fd (t) = and the peak frequency deviation is fd,max = a d · max m(t) . 2π dt a d 1 d · (2πfc t + a · m(t)) = fc + · m(t), 2π dt 2π dt a d · m(t). 2π dt

Finally, the frequency modulation index is given by µf = d a · max m(t) . 2πW dt

d We notice that the peak frequency deviation depends on a · max dt m(t) . Hence, the bandwidth of x(t) depends on the bandwidth of m(t), but also on the amplitude of m(t). In Figure 5.11a, a PM signal is presented together with the corresponding message.

82

Chapter 5. Traditional Analog Modulation Techniques

Frequency Modulation
Frequency modulation is normally abbreviated FM. As for PM, the message, m(t), determines the phase of the carrier, but not directly. Instead, the derivative of the phase is proportional to m(t), i.e. the phase is a scaled indefinite integral of m(t). More precisely, we have φ(m(t)) = a m(t) dt,

where a is some constant. The modulated signal, x(t), is then given by x(t) = cos 2πfc t + a and the momentary frequency is given by fmom (t) = 1 d · 2π dt 2πfc t + a m(t) dt = fc + a · m(t). 2π m(t) dt ,

Thus, the momentary frequency is directly given by the message. Note that any indefinite integral of m(t) can be used as the phase. A natural choice is t φ(m(t)) = a t0 m(τ ) dτ,

where t0 is the time instance when the communication starts. The frequency deviation is fd (t) = and the peak frequency deviation is fd,max = a · max |m(t)|. 2π a · m(t). 2π

Finally, the frequency modulation index is given by µf = a · max |m(t)|. 2πB

We notice that the frequency deviation depends on max |m(t)|. Hence, the bandwidth of x(t) depends on the amplitude of m(t), but not on the bandwidth of m(t). In Figure 5.11b, an FM signal is presented together with the corresponding message.

5.2. Angle Modulation
1 1

83

0

0

−1 −1

0

1

−1 −1

0

1

(a)

(b)

Figure 5.11: (a) A PM signal (thin line) for the message m(t) = cos(2πt) (thick line). (b) An FM signal (thin line) for the message m(t) = cos(2πt) (thick line). The modulation index is in both cases 10 and we have A = 1.

Demodulation of PM and FM
Recall that the sent signal is x(t) = A · cos (2πfc t + φ(m(t))) . This signal can be demodulated by determining the derivative of the signal, d d x(t) = −A 2πfc + φ(m(t)) sin (2πfc t + φ(m(t))) . dt dt This gives us a signal for which the amplitude depends on the message m(t) in a way similar to AM-DSB, but its carrier has varying phase. This signal can then be demodulated using an envelope detector, which gives us the envelope A 2πfc + d φ(m(t)) . dt

The constant term can be removed using a BP or HP filter, leaving us with the signal d A dt φ(m(t)). For PM, we have φ(m(t)) = am(t). This means that we nead to integrate the d signal A dt φ(m(t)) to get the wanted message, i.e. we must produce t A t0 d φ(m(τ )) dτ = Aa · (m(t) − m(t0 )) , dτ

where t0 is the time instance when the communication started. For FM, we have φ(m(t)) = a m(t) dt.

84

Chapter 5. Traditional Analog Modulation Techniques

x(t)

d dt

Envelope detector

BP filter

t t0

A · m(t)

Figure 5.12: Demodulation of PM.

x(t)

d dt

Envelope detector

BP filter

A · m(t)

Figure 5.13: Demodulation of FM.

x(t)

sgn(x)

d dt

|x|

LP filter

∝ fmom (t)

Figure 5.14: Detection of momentary frequency in angle modulated signals using zero crossings.

Then we have the signal A d d φ(m(t)) = A a dt dt m(t) dt = Aa · m(t).

Therefore, demodulation of PM and FM can be done as indicated in Figures 5.12 and 5.13, respectively. Alternatively, PM and FM can be demodulated by extracting the momentary frequency of the modulated signal x(t). That can be done by detecting the zero crossings of x(t). The demodulator in Figure 5.14 is based on this approach. The first block outputs the sign of its input, i.e. its output is sgn(x(t)). The sgn function is defined as   1, x > 0, 0, x = 0, sgn(x) =  -1, x < 0.

In practice, this block is an amplifier with very high gain. The second block produces the derivative of its input. The result is that the output of the second block is a positive (negative) impulse when x(t) passes zero with positive (negative) derivative. After the third block, which is a rectifier, all those impulses are positive, with momentary frequency that is twice the momentary frequency of x(t). All that is left to produce the message is an LP filter, which is the last block in Figure 5.14. This produces a signal that is proportional to the momentary frequency fmom (t) of x(t). For FM this is essentially the message m(t), d and for PM this is essentially dt m(t). All we have left to do is to remove the DC component

5.2. Angle Modulation

85

that originates from the carrier frequency, using a HP filter, or by replacing the LP filter in Figure 5.14 by a BP filter. For PM, we also have to integrate the output to get the message.

Impact of Noise in PM and FM Demodulation
We assume that the demodulation is carried out as described above, and we assume that the noise is dominated by white Gaussian noise with one-sided power spectral density N0 . We use the same notation for the involved powers as we did for AM demodulation. • P : The (expected) power of the message m(t). • Pm−mod : The average power of the modulated signal x(t). • Pm : The (expected) power of the message after demodulation and LP filter. • Pn−mod : The expected power of the ideally BP-filtered noise before demodulation. • Pn : The expected power of the demodulated and LP-filtered noise. The signal x(t) is a cosine with amplitude A. The average power Pm−mod of the modulated signal x(t) is therefore given by Pm−mod = A2 /2. The varying phase - or frequency for that matter - is irrelevant in this respect. For both PM and FM, the demodulated signal is Aa · m(t), which gives us Pm = A2 a2 P . The bandwidth of x(t) is approximately 2fd,max . The expected power Pn−mod of the ideally BP-filtered noise before demodulation is therefore Pn−mod = 2fd,max N0 /2 = fd,max N0 . Angle modulation methods are non-linear. That makes the analysis of detection in the presence of noise a lot more complicated than for AM. We simply skip that analysis and state the noise power for the two cases, under the assumption that the signal-to-noise ratio on the channel Pm−mod /Pn−mod is high. We start with PM. Then it can be shown that the noise power is given by Pn = 2W N0 . This gives us the signal-to-noise ratio Pm A2 a2 P = . Pn 2W N0 We would like to express this signal-to-noise ratio using the phase modulation index µp . We get µp = max |φ(m(t))| = a · max |m(t)|,

86 from which we get

Chapter 5. Traditional Analog Modulation Techniques

a=

We use this relation to rewrite the signal-to-noise ration as Pm = Pn µp max |m(t)|
2

µp . max |m(t)|

A2 P . 2W N0

As we can see, we get increased signal-to-noise ratio with increased phase modulation index. Now we turn to FM. It can be shown that the noise power is given by Pn = This gives us the signal-to-noise ratio A2 a2 P Pm = . Pn 2W 3 N0 /3 Now we would like to express the signal-to-noise ratio using the frequency modulation index µf . We have already noted that we have µf = from which we get a · max |m(t)| , 2πW 2W 3 N0 . 3

We use this relation to rewrite the signal-to-noise ratio as Pm = 12π 2 Pn µf max |m(t)|
2

a 2πµf = . W max |m(t)|

A2 P . 2W N0

Here we get increased signal-to-noise ratio with increased frequency modulation index.

Pre-emphasized FM
The resulting noise after demodulating PM signals is evenly distributed over frequencies from 0 to W , which resembles the situation for AM. That is not the case for FM, where instead the resulting noise is dominated by high frequencies (near W ). More precisely, the power spectral density of the resulting noise after demodulating FM as described above is 2N0 f 2 , where f is frequency. Therefore, if we could combine PM and FM in such a way that PM is used for high frequencies in the message m(t) and FM is used for low frequencies,

5.2. Angle Modulation

87

we could hope for reduced noise compared to any of the two methods by themselves. Such a combination exists and is called pre-emphasized FM. Then the message is first filtered using a pre-emphasis filter with frequency response H1 (f ) = 1 + jf /f0 . The output of that filter is then frequency modulated. In the receiver, after ordinary demodulation of the FM signal, the result is filtered with an inverse filter of H1 (f ) called a de-emphasis filter. That filter has frequency response H2 (f ) = 1 1 = . H1 (f ) 1 + jf /f0

The result is that we regain the original signal, and that the resulting noise is smaller than if we would have used ordinary PM or FM. The transmissions on the so called FM band (88-108 MHz) are done using pre-emphasized FM with f0 = 2122 Hz.

Similar Documents

Free Essay

Modulation

...Introduction Modulation is the process of encoding information from a message source in a manner suitable for transmission.It involves translating a baseband message signal to a bandpass signal at frequencies that are very high compared to the baseband frequency. Baseband signal is called modulating signal.Bandpass signal is called modulated signal. In telecommunications, modulation is the process of conveying a message signal, for example a digital bit stream or an analog audio signal, inside another signal that can be physically transmitted. Modulation of a sine waveform transforms a baseband message signal into a passband signal. A modulator is a device that performs modulation. A demodulator  is a device that performs demodulation, the inverse of modultion. A modem (from modulator–demodulator) can perform both operations. Types of modulation • Analog modulation • Digital modulation Analog modulation- The aim of analog modulation is to transfer an analog baseband (or lowpass) signal, for example an audio signal or TV signal, over an analog bandpass channel at a different frequency, for example over a limited radio frequency band or a cable TV network channel. • Digital modulation The aim of digital baseband modulation methods, also known as line coding, is to transfer a digital bit stream over a baseband channel, typically a non-filtered copper wire such as a serial bus or a wired local area network. AMPLITUDE MODULATION(AM) ...

Words: 2983 - Pages: 12

Free Essay

Modulation Techniques

...Modulation Techniques Modulation is the process in which a signal is entered into and transmitted by a signal carrier. There are several ways signals can be modulated and differ based on the equipment and technique utilized. Three common ways that signals are transmitted include a 56K modem, an asymmetrical digital subscriber line (ADSL), and Wireless Fidelity (Wi-Fi). Each of these methods are effective means of transmitting a digital signal, however, the 56K modem is all but phased out in favor of Wi-Fi which has evolved by way of ADSL. The 56K modem offers signal modulation at 56 Kbps over a telephone network. The maximum available speed with a 56K modem is actually 64 Kbps and requires a nearly flawless digital connection at the transmitting and receiving end which is seldom available. The signal originates from the user’s Internet Service Provider’s office (usually as a digital signal) and is then converted to an analog signal by the telephone company. It is then the job of the user’s modem to convert the analog signal from the telephone company into a digital signal. The modem accomplishes this task by reading the amplitudes of the signal as an 8-bit symbol and uses an 8 kHz clock to time the signal as it is received in order to decode the data (Lawyer, 2007). As telephone companies increased their supply of internet access the demand for faster signal transmission opened the door for ADSL. Voice transmission over an ADSL only uses about 3 kHz of the over 1...

Words: 528 - Pages: 3

Free Essay

Phase Modulation

...Phase Modulation Phase Modulation “is used in many applications to carry both analogue and digital signals. Keeping the amplitude of the signal constant, the phase is varied to carry the required information or signal” (Poole, Radio-Electronics.com). An advantage of phase modulation is that it is easier compared to Frequency modulation. A Phase modulator is used in determining velocity of moving targets by extracting Doppler information. Doppler information needs a stable carrier which is possible in phase modulation but not in frequency modulation. A disadvantage of Phase modulation is that a frequency multiplier is needed in order to increase Phase modulation. Quadrature Amplitude Modulation Quadrature Amplitude Modulation or QAM is a form of modulation which is widely used for modulating data signals onto a carrier used for radio communications. It is widely used because it offers advantages over other forms of data modulation such as PSK, although many forms of data modulation operate alongside each other. “QAM is a signal in which two carriers shifted in phase by 90 degrees are modulated and the resultant output consists of both amplitude and phase variations. In view of the fact that both amplitude and phase variations are present; it may also be considered as a mixture of amplitude and phase modulation” (Poole, Radio-Electronics.com). There are more disadvantages with QAM then there are advantages. One disadvantage is it is more susceptible to noise because the states...

Words: 332 - Pages: 2

Premium Essay

In Analog Technology, Compare and Contrast the Advantages and Disadvantages of Amplitude Modulation, Frequency Modulation, Phase Modulation, and Quadrature Amplitude Modulation

...Advantages and disadvantages of the following analog modulation techniques: In analog technology, compare and contrast the advantages and disadvantages of amplitude modulation, frequency modulation, phase modulation, and Quadrature Amplitude Modulation Amplitude Modulation When dealing with communication modulation is the process of altering one or more of the three primary parameters of a message signal. Modulation of message signals allow for the signal to be imbedded into a carrier signal that can be physically transmitted. The three primary parameters are amplitude, frequency, and phase. When dealing with analog modulation techniques each one that is used will have advantages and disadvantages. The amplitude modulation (AM) technique is based on the transformation of the highs and lows of a signal wave or its strength. This technique has the advantages of being able to travel long distances by bouncing off of structures as well as the atmosphere. The main disadvantage of this modulation technique is that is highly susceptible to signal interference from other electronic devices and waves creating and unclear signal, these interferences are what is known has noise. Frequency modulation (FM) is that of what its names says it is the altering of the frequency of a baseband signal. Altering the number of times each second that the current changes direction; comes with the advantage of being less susceptible to noise unlike that of AM. Also unlike AM, FM is not...

Words: 729 - Pages: 3

Free Essay

Mixing and Amplitude Modulation Principle

...The objective of this experiment is to learn the principles of amplitude modulation and to observe the outcome when the two signals are mixed. Basically in this experiment we were trying to explore and study about amplitude modulation. Amplitude modulation is used in electronic communication and is commonly used for transmitting information or messages by a radio carrier wave. I find this experiment very useful to us because it will further enhance our learning and will acquaint us more on what we are able to discuss in our lecture class about amplitude modulation. The experiment is very short yet we were able to learn more and were able to see an actual waveform generated which supports the lessons that we have learned from our lecture classes. I might say that so far this is the only experiment that we were able to finish it with complacency. During the first part of our experiment we were trying to get the expected waveform of a modulated signal using the ECE21 board #1 and ECE21 board #4.We tried to adjust the frequencies of the signal generator and its amplitude which is 3 Vpp to get the expected waveform. Once the waveform is obtain, we then compute the percent modulation of the circuit using the Vmax and the Vmin of the waveform obtained and displayed in our oscilloscope. We tried to decrease the amplitude of the panel generator to zero and was able to notice that it will result to a small amplitude and a non-modulated signal. We also tried to increase the amplitude...

Words: 322 - Pages: 2

Premium Essay

Unit 3 Assignment 1: Frequency Modulation

...Unit 3 Assignment 1: Frequency Modulation Ch. 5 (pp 253-255 1, 2, 6, 7, 8, 12, 14, 16, 17, 20, 26, 28, 33, 35, 48 Section 5-1 1. Define angle modulation and list its subcategories. Answer: Angle modulation is defined as modulation where the angle of a sine-wave carrier is varied from its reference value. The subcategories are Phase modulation and Frequency modulation. 2. What is the difference between frequency and phase modulation? Answer: The difference between frequency and phase modulation is; Frequency modulation is where the instantaneous frequency of a carrier is caused to vary by an amount proportional to the modulating signal amplitude, Phase modulation is the same but it is where the phase angle of a carrier is caused to depart from its reference value. Section 5-2 6. Define deviation constant. Answer: Deviation Constant is defined as in units of kHz/V. and it’s how much the carrier frequency will deviate for a given modulating input voltage level. 7. A 50-mV sinusoid, at a frequency of 1 kHz, is applied to a capacitor microphone FM generator. If the deviation constant for the capacitor microphone FM generator is 500 Hz/20 mV, determine: (a) The total frequency deviation. (±1.25 kHz) Answer: 50mV x (500 Hz)/(20 mV)= ±1.25 kHz (b) The rate at which the carrier frequency is being deviated. (1 kHz) Answer: The rate at which the carrier frequency is being deviated is ±1.25 kHz at a rate of 1 kHz. 8. Explain how the intelligence signal modulates...

Words: 1325 - Pages: 6

Free Essay

Performance Evaluation of Ofdm System for Different Channel and Different Modulation Techniques

...Performance Evaluation of OFDM System for Different Channel and Different Modulation Techniques Thesis Report Department of Electronic and Telecommunication Engineering (ETE) Submitted By Foysal Bin Wadud (T-093011) Gazi Shamsul Arefeen Shams (T-093016) Supervised By Engr. Mohammad Jashim Uddin Contact Information: Foysal Bin Wadud (Mamun), Dept. of ETE, International Islamic University Chittagong, Metric No.: T093011, Email: mamunmoon19@yahoo.com Contact No.: +8801717934676 Gazi Shamsul Arefeen (Shams) Dept. of ETE, International Islamic University Chittagong, Metric No.: T093016, Email: shams.ete@gmail.com Contact No.: +8801676848247 Contact Information of Supervisor: Md. Jashim Uddin Dept. Of ETE, International Islamic University Chittagong. Contact No. +8801716-823959 Email: jashimcuet@yahoo.com Abstract The demand for high-speed mobile wireless communications is rapidly growing. Orthogonal Frequency Division Multiplexing (OFDM) technology promises to be a key technique for achieving the high data capacity and spectral efficiency requirements for wireless communication systems in the near future. An Orthogonal Frequency Division Multiplexing (OFDM) scheme offers high spectral efficiency and better resistance to fading environments. In OFDM the data is modulated using multiple numbers of sub-carriers that are orthogonal to each other because of which the problems associated with other modulation schemes such as Inter Symbol Interference (ISI) and Inter Carrier Interference...

Words: 16266 - Pages: 66

Free Essay

Modulation

...Unit 1 assignment 1 1. the act of modulating 2. Carrier frequency the transmission of a fixed frequency that has been altered (modulated) to "carry" data. The frequency is measured in Hertz (cycles per second). 3. 1) Signal integrity 2) Power savings 4. 1) Amplitude 2) Phase 3) Frequency 5. Extremely low frequency ELF 1 3–30 Hz 100,000 km – 10,000 km Communication with submarines 7. Super low frequency SLF 2 30–300 Hz 10,000 km – 1000 km Communication with submarines 9. Ultra low frequency ULF 3 300–3000 Hz 1000 km – 100 km Communication within mines 15. Very low frequency VLF 4 3–30 kHz 100 km – 10 km Submarine communication, avalanche beacons, wireless heart rate monitors 16. Low frequency LF 5 30–300 kHz 10 km – 1 km Navigation, time signals, AM longwave broadcasting 23. Medium frequency MF 6 300–3000 kHz 1 km – 100 m AM (Medium-wave) broadcasts 27. High frequency HF 7 3–30 MHz 100 m – 10 m Shortwave broadcasts and amateur radio 32. Very high frequency VHF 8 30–300 MHz 10 m – 1 m FM and television broadcasts 37. Ultra high frequency UHF 9 300–3000 MHz 1 m – 100 mm television broadcasts, mobile phones, wireless LAN, ground-to-airand air-to-air communications, and Two-Way Radios such as FRS and GMRS Radios 38. Super high frequency SHF 10 3–30 GHz 100 mm – 10 mm microwave devices, wireless LAN, most modern Radars 40. Extremely high frequency EHF 11...

Words: 284 - Pages: 2

Free Essay

Asdf

...Review Questions for Test-2 (Partial List) Part-A End-of-Chapter-4 Questions (match questions, overlook number mismatch) 1. How does analog data differ from digital data? Computers produce digital data that are binary, either on or off. In contrast, telephones produce analog data whose electrical signals are shaped like the sound waves they transfer. Analog data are signals that vary continuously within a range of values (e.g., temperature is analog). 1. Clearly explain the differences between analog data, analog transmission, digital data, and digital transmission. Data can be transmitted through a circuit in the same form they are produced. Most computers, for example, transmit their data through digital circuits to printers and other attached devices. Likewise, analog voice data can be transmitted through telephone networks in analog form. In general, networks designed primarily to transmit digital computer data tend to use digital transmission, and networks designed primarily to transmit analog voice data tend to use analog transmission (at least for some parts of the transmission). 4. How does baseband differ from broadband? Baseband is the digital transmission of binary electrical pulses. Broadband is the analog waveform used for transmission. 4. What is coding? Coding is the representation of one set of symbols by another set of symbols. In data communications, this coding is a specific arrangement of binary 0s and 1s used to represent...

Words: 4114 - Pages: 17

Free Essay

It 241 Week 2 Checkpoint

...to the electrical charge from electrons through the flow of holes that leads to current. As in the waterfall analogy, the rate at which the water is falling is similar to the current flow in a circuit. The third important characteristic of electricity is resistance, which refers to the amount of opposition to the flow of electrons. Higher is the value of resistance in electrons flowing. According to OHMS, these three characteristics are related by the equation V=I* R [pic] Analogy of the OHMS law with the water flow model. Analogy vs. Digital Modulation The main aim of analog modulation is to transfer and analog low pass signals. For example, audio signal or television signals over an analog band pass channel, a limited radio frequency band or a cable television network channel. The main aim of digital modulation is to transfer a digital bit stream over an analog band pass channel. For example, over the public switched...

Words: 392 - Pages: 2

Free Essay

Ntc 362

...different languages people can speak all over the world. Without proper translation and understanding, the conversation is pointless; this analogy is similar for analog and digital transmissions. Beginning with an analog signal, which is a continuous variable along amplitude and frequency. Analog circuits need to have a defined frequency band in which it operates. Different modulation schemes can vary the speed in which they operate, the quality of wire they require, the immunity to noise, and their overall complexity. The variety of modulation schemes in existence can be a disadvantage as this means many incompatibilities can exist within a single application. Such modulations include: * Amplitude modulation (AM) - modem relies on amplitude and associates high amplitude/zeros with low amplitude. Amplitude modulation can be demodulated using a circuit consisting of very few components but lacks a bit of quality, much like with AM radio frequencies. * Frequency modulation (FM) - modem altars the frequency value and decodes original bit patterns based on the frequency of the received signal. Frequency modulation has the advantage that, as amplitude variations do not carry any information on the signal, it can be...

Words: 1120 - Pages: 5

Free Essay

Wireless Chapter 2

...different times due to reflection. Multiple Choice Identify the choice that best completes the statement or answers the question. ____ 6. Which of the following is an electromagnetic wave? a. | light | c. | radio | b. | heat | d. | All of the above | ____ 7. Which of the following units is used to measure frequency? a. | decibel | c. | hertz | b. | volt | d. | byte | ____ 8. The term ____ describes the rate of electrical flow. a. | voltage | c. | resistance | b. | current | d. | electrical power | ____ 9. ____ modulation changes the number of waves representing one cycle. a. | Amplitude | c. | Frequency | b. | Phase shift | d. | Phase | ____ 10. Which type of modulation changes the starting point of the cycle to represent a change from a 1 bit to a 0 bit and vice versa? a. | AM | c. | DM | b. | FM | d. | PM | ____ 11. Which binary modulation technique is similar to frequency modulation? a. | amplitude shift keying | c. | phase shift keying | b. | frequency shift keying | d. | All of the above | ____ 12. Power of an electromagnetic signal such as one used in WLANs is measured by which unit? a. | millivolts | c. | milliohms | b. | milliamps | d. | milliwatts | ____ 13. When an RF signal moves from one medium to another of a different...

Words: 921 - Pages: 4

Free Essay

Data Structures

...Chapter 1 Basic Networking Chapter 1 Basic Networking:                      Data communication is the transfer of data from one device to another via some form of transmission medium. A data communications system must transmit data to the correct destination in an accurate and timely manner. The five components that make up a data communications system are the message, sender, receiver, medium, and protocol. Text, numbers, images, audio, and video are different forms of information. Data flow between two devices can occur in one of three ways: simplex, halfduplex, or full-duplex. A network is a set of communication devices connected by media links. In a point-to-point connection, two and only two devices are connected by a dedicated link. In a multipoint connection, three or more devices share a link. Topology refers to the physical or logical arrangement of a network. Devices may be arranged in a mesh, star, bus, or ring topology. A network can be categorized as a local area network (LAN), a metropolitan-area network (MAN), or a wide area network (WAN). A LAN is a data communication system within a building, plant, or campus, or between nearby buildings. A MAN is a data communication system covering an area the size of a town or city. A WAN is a data communication system spanning states, countries, or the whole world. An internet is a network of networks. The Internet is a collection of many separate networks. TCP/IP is the protocol suite for the Internet...

Words: 2538 - Pages: 11

Free Essay

Unit 9 Ex.1 Light Sources

...photons from excited atoms or molecules. Lasers are used in drilling and cutting, alignment and guidance, and in surgery; the optical properties are exploited in holography, reading bar codes, and in recording and playing compact discs. 4. Output Pattern: aka NA of light source directly relates to the energy coupled into the core of the optical fiber. 5. Output Power: Amount of power a component, circuit or system can deliver to a load. 6. Modulation Speed: In fiber optics, modulation is associated with the telecommunications and data transport of digital information signals and analog audio/video signals, in which the digital/analog signal(s) are transmitted within another sine wave form known as a "passband". Common references for analog include pulse-code modulation (PCM), amplitude modulation (AM) and frequency modulation (FM). Digital modulation technologies are accomplished by "keying" methods: Phase-shift keying (PSK), Frequency-shift keying (FSK), Amplitude-shift keying (ASK) and Quadrature-amplitude modulation (QAM). 7. Core Diameter Mismatch: The central part of an optical fiber that provides the transmission region for an optical signal. The core is manufactured of an optically pure glass of a high refractive index surrounded by a lower refractive index cladding. Optical cores can range in size from 4.5...

Words: 1414 - Pages: 6

Free Essay

Cellonics

...1 CHAPTER-1 INTRODUCTION Seminar Report For Electronics (ECE) / Electrical (EEE) / Instrumentation (EI or AE&I) Engineering or Sciences 1INTRODUCTION Are you tired of slow modem connections? Cellonics Incorporated has developed new technology that may end this and other communications problems forever. The new modulation and demodulation technology is called Cellonics. In general, this technology will allow for modem speeds that are 1,000 times faster than our present modems. The development is based on the way biological cells communicate with each other and nonlinear dynamical systems (NDS). Major telcos, which are telecommunications companies, will benefit from the incredible speed, simplicity, and robustness of this new technology, as well as individual users. In current technology, the ASCII uses a combination of ones and zeros to display a single letter of the alphabet (Cellonics, 2001). Then the data is sent over radio frequency cycle to its destination where it is then decoded. The original technology also utilizes carrier signals as a reference which uses hundreds of wave cycles before a decoder can decide on the bit value (Legard, 2001), whether the bit is a one or a zero, in order to translate that into a single character. The Cellonics technology came about after studying biological cell behaviour. The study showed that human cells respond to stimuli and generate waveforms that consist of a continuous line of pulses separated by periods of silence. The...

Words: 4313 - Pages: 18