<< Chapter < Page | Chapter >> Page > |
We present the digital multitone modulation scheme and demonstrate its suitability for demodulation via FFAST.
Let a finite alphabet be given, where each symbol is associated with a unique sequence of ordered bits, , where and for . For example, let be the set of all lowercase letters in the English alphabet and associate each letter with its order in the alphabet. In this case, the binary sequence `01101' corresponds to the thirteenth letter, “m".
Generally speaking, Digital Multitone (DMT) Modulation is a “parallel communication scheme in which several carriers of different frequencies each carry narrowband signals simultaneously” [link] . These narrowband signals are usually sinusoids that encode the binary sequence associated with each symbol. If a bit is “high", then the corresponding sinusoid is expressed in the output signal; otherwise the bit is “low" and the sinusoid is not expressed. More precisely, given a symbol with the corresponding binary sequence , the message signal is defined to be
for some fundamental carrier frequency, .
In our previous example where is the English alphabet and the letter “m" corresponds to “01101”, the message signal is the sum of the first, third, and fourth harmonics, as shown in the figure below:
In our computational experiments, we use digital multitone modulation to encode 8-bit Extended ASCII values. An Extended ASCII table can be found here . Below are several symbols and their digital multitone modulation signals.
Sparse FFT algorithms only achieve low runtime complexity if the input signal is sparse in its Fourier representation; that is, if for a length- signal, there are nonzero DFT coefficients with . FFAST, the sparse FFT algorithm that we will be using, requires the sparsity constraint . Recall that the message signal, , is defined as
so that the Nyquist frequency is . In order to ensure signal sparsity, the sampling frequency should be a multiple of the fundamental carrier frequency so that each of the sinusoidal components falls into a single frequency bin. This type of “on-the-grid" sampling may be expressed as
where is the length of the sampled signal. Note that in [link] each sinusoid contributes two DFT coefficients. Thus, if all bits are high so that the sparsity condition may be expressed as .
Sampling plays a large role in signal sparsification. There are many sampling methods that ensure sparsity and we present two different methods. The first method involves padding the input signal to achieve sparsity. Consider sampling at the Nyquist frequency so that . As stated, this sampled signal is not necessarily sparse – in fact, if all bits are high! However, periodizing the sampled signal sufficiently many times will result in higher frequency resolution by placing zero-value coefficients in between the nonzero coefficients, thus sparsifying the signal. This method results in a spectrum with nonzero coefficient few and far between. Second, consider sampling at a sufficiently high rate to satisfy the sparsity condition; that is, . First note that so that aliasing does not occur. This method results in a compact spectrum where only the first and last coefficients are nonzero. See the figure below for a spectra that are characteristic of these methods.
It should be noted that there are many sampling methods that ensure signal sparsity but for the purposes of this project, we care only that the signal is sparse. Sampling schemes are discussed further in [link] .
Notification Switch
Would you like to follow the 'Using ffast to decrease computation time in digital multitone communication' conversation and receive update notifications?