<< Chapter < Page Chapter >> Page >

The program pulseshape.m represents the “continuous-time” or analog signal by oversampling both the data sequenceand the pulse shape by a factor of M . This technique was discussed in [link] , where an “analog” sine wave sine100hzsamp.m was represented digitally at two sampling intervals, a slow digitalinterval T s and a faster rate (shorter interval) T s / M representing the underlying analog signal. The pulse shaping itself is carried out by the filter command which convolves the pulse shape with the data sequence.

str='Transmit this text string';        % message to be transmitted m=letters2pam(str); N=length(m);        % 4-level signal of length NM=10; mup=zeros(1,N*M); mup(1:M:N*M)=m;  % oversample by M ps=hamming(M);                          % blip pulse of width Mx=filter(ps,1,mup);                     % convolve pulse shape with data
pulseshape.m applying a pulse shape to a text string (download file)
The process of pulse shaping replaces each symbol of the alphabet (in this case, ±1, ±3) with an analog pulse (in this case, the short blip function shown in the top panel).
The process of pulse shaping replaces each symbol of the alphabet (in this case, ± 1 , ± 3 ) with an analog pulse (in this case, the short blip functionshown in the top panel).

Assume the sampling period is T = 0 . 1 , and then plot the spectrum of the output x . What is the bandwidth of this signal?

Again with T = 0 . 1 , plot the spectrum of the output x when the pulse shape is changed to a rectangular pulse. (Change the definition of ps in the next to last line of pulseshape.m .) What is the bandwidth of this signal?

Can you think of a pulse shape that will have a narrower bandwidth than either of the above but that will stillbe time limited by T ? Implement it by changing the definition of ps , and check to see if you are correct.

Thus the raw message, the samples, are prepared for transmission by

  • encoding into an alphabet (in this case ± 1 , ± 3 ), and then
  • pulse shaping the elements of the alphabet using p ( t ) .

The receiver must undo these two operations; it must examine the received signal and recover the elementsof the alphabet, and then decode these to reconstruct the message. Both of these tasks are made easier using correlation, which isdiscussed in the next section. The actual decoding processes used in the receiverare then discussed in "Receive Filtering: From Signals to Symbols" .

Correlation

Suppose there are two signals or sequences. Are they similar, or are they different?If one is just shifted in time relative to the other, how can the time shift be determined?The approach called correlation shifts one of the sequences in time, and calculates how well they match (by multiplying pointby point and summing) at each shift. When the sum is small, they are not much alike;when the sum is large, many terms are similar. Thus, correlation is a simple form of pattern matching,which is useful in communication systems for aligning signals in time. This can be applied at the level ofsymbols when it is necessary to find appropriate sampling times, and it can be applied at the “frame” level when it is necessaryto find the start of a message (for instance, the beginning of each frame of a television signal). This section discussesvarious techniques of cross-correlation and autocorrelation, which can be viewed in either the time domain or thefrequency domain.

Questions & Answers

if three forces F1.f2 .f3 act at a point on a Cartesian plane in the daigram .....so if the question says write down the x and y components ..... I really don't understand
Syamthanda Reply
hey , can you please explain oxidation reaction & redox ?
Boitumelo Reply
hey , can you please explain oxidation reaction and redox ?
Boitumelo
for grade 12 or grade 11?
Sibulele
the value of V1 and V2
Tumelo Reply
advantages of electrons in a circuit
Rethabile Reply
we're do you find electromagnetism past papers
Ntombifuthi
what a normal force
Tholulwazi Reply
it is the force or component of the force that the surface exert on an object incontact with it and which acts perpendicular to the surface
Sihle
what is physics?
Petrus Reply
what is the half reaction of Potassium and chlorine
Anna Reply
how to calculate coefficient of static friction
Lisa Reply
how to calculate static friction
Lisa
How to calculate a current
Tumelo
how to calculate the magnitude of horizontal component of the applied force
Mogano
How to calculate force
Monambi
a structure of a thermocouple used to measure inner temperature
Anna Reply
a fixed gas of a mass is held at standard pressure temperature of 15 degrees Celsius .Calculate the temperature of the gas in Celsius if the pressure is changed to 2×10 to the power 4
Amahle Reply
How is energy being used in bonding?
Raymond Reply
what is acceleration
Syamthanda Reply
a rate of change in velocity of an object whith respect to time
Khuthadzo
how can we find the moment of torque of a circular object
Kidist
Acceleration is a rate of change in velocity.
Justice
t =r×f
Khuthadzo
how to calculate tension by substitution
Precious Reply
hi
Shongi
hi
Leago
use fnet method. how many obects are being calculated ?
Khuthadzo
khuthadzo hii
Hulisani
how to calculate acceleration and tension force
Lungile Reply
you use Fnet equals ma , newtoms second law formula
Masego
please help me with vectors in two dimensions
Mulaudzi Reply
how to calculate normal force
Mulaudzi
Got questions? Join the online conversation and get instant answers!
Jobilize.com Reply

Get Jobilize Job Search Mobile App in your pocket Now!

Get it on Google Play Download on the App Store Now




Source:  OpenStax, Software receiver design. OpenStax CNX. Aug 13, 2013 Download for free at http://cnx.org/content/col11510/1.3
Google Play and the Google Play logo are trademarks of Google Inc.

Notification Switch

Would you like to follow the 'Software receiver design' conversation and receive update notifications?

Ask