<< Chapter < Page Chapter >> Page >
This module introduces frequency shift keying (FSK) and describes components of an FSK transmitter block-diagram.

Frequency shift keying

Frequency Shift Keying ( FSK ) is a scheme to transmit digital information across an analogchannel. Binary data bits are grouped into blocks of a fixed size, and each block is represented by a unique carrierfrequency, called a symbol , to be sent across the channel.

The receiver then looks at the recovered symbol frequency to determine which block of bitswas sent and converts it back to the appropriate binary data.
This requires having a unique symbol for each possible combination of data bits in a block. In thislaboratory exercise each symbol represents a two-bit block; therefore, there will be four different symbols.

The carrier frequency is kept constant over some number of samples known as the symbol period( T symb ). The symbol rate, defined as F symb , is a fraction of the board's sampling rate, F s . For our sampling rate of 44.1 kHz and a symbol period of 32, the symbol rate is 44.1k/32 symbols per second.

Pseudo-noise sequence generator and FSK transmitter.

Pseudo-noise sequence generator

The input bits to the transmitter are provided by the special shift-register, called a pseudo-noise sequence generator ( PN generator ), on the left side of . A PN generator produces a sequence of bits that appears random. The PN sequence will repeat withperiod 2 B 1 , where B is the width in bits of the shift register. A more detailed diagram of the PN generator alone appears in .

PN generator.

As shown in , the PN generator is simply a shift-register and XOR gate. Bits 14 and 15 of theshift-register are XORed together and the result is shifted into the lowest bit of the register. This lowest bit isthe output of the PN generator.

The PN generator is a useful source of random data bits for system testing. We can simulate the bit sequence that wouldbe transmitted by a user as the random bits generated by the PN generator. Since communication systems tend to randomizethe bits seen by the transmission scheme so that bandwidth can be efficiently utilized, the PN generator is a good datamodel.

PN generators have other applications in communications, notably in the Code DivisionMultiple Access schemes used by cellular telephones.

Series-to-parallel conversion

The shift-register produces one output bit at a time. Because each symbol the system transmits will encode two bits, werequire the series-to-parallel conversion to group the output bits from the shift-register into blocks of two bits so thatthey can be mapped to a symbol.

Frequency look-up table

This is responsible for mapping blocks of bits to one of four frequencies as shown in . Each possible two-bit block of data from the series-to-parallel conversionis mapped to a different carrier frequency i

Note that the subscript i denotes a symbol's index in the transmitted signal; i.e. , the first symbol sent has index i 1 , the second symbol sent has index i 2 , and so on. Therefore, i denotes the frequency and i denotes the phase offset of the i th transmitted symbol.
These frequencies are then used to generate the waveforms. The mappings for thisassignment are given in .

Data Chunk Carrier Frequency i
00 9 32
01 13 32
11 17 32
10 21 32

One way to implement this mapping is by using a look-up table. The two-bit data block can be interpreted as an offsetinto a frequency table where we have stored the possible transmission frequencies. Note that since each frequencymapping defines a symbol, this mapping is done at the symbol rate F symb , or once for every T symb DSP samples.

The symbol bit assignments are such that any two adjacent frequencies map to data blocks that differ by only one bit.This assignment is called Gray coding and helps reduce the number of bit errors made in the event of areceived symbol error.

Phase continuity

In order to minimize the bandwidth used by the transmitted signal, you should ensure that the phase of your transmittedwaveform is continuous between symbols; i.e., the beginning phase of any symbol must be equal to the ending phase of theprevious symbol. For instance, if a symbol of frequency 9 32 begins at phase 0, the symbol will end 31 output samples later at phase 31 9 32 . To preserve phase continuity, the next output sample must be at phase 32 9 32 , which is equivalent to phase . Therefore, the next symbol, whatever its frequency, must begin at phase . For each symbol, you must choose i in the expression i n i to create this continuity.

Get Jobilize Job Search Mobile App in your pocket Now!

Get it on Google Play Download on the App Store Now




Source:  OpenStax, Ece 320 spring 2004. OpenStax CNX. Aug 24, 2004 Download for free at http://cnx.org/content/col10225/1.12
Google Play and the Google Play logo are trademarks of Google Inc.

Notification Switch

Would you like to follow the 'Ece 320 spring 2004' conversation and receive update notifications?

Ask