Understanding BPSK Spectrum: Differences from DSBSC Signal Generation

  • Thread starter Firefox123
  • Start date
  • Tags
    Spectrum
In summary, the spectrum for a BPSK signal looks similar to the spectrum for DSBSC, but when I generate a BPSK signal and look at it on the spec an it does not look like DSBSC.
  • #1
Firefox123
183
1
I have heard that the specturm for a BPSK signal looks like similar to the spectrum for DSBSC, but when I generate a BPSK signal and look at it on the spec an it does not look like DSBSC.

I tried generating it with a Sig Gen using an internal square wave for the modulating signal and I also tried using an external square wave and then phase modulating that. I am using a phase deviation of 180 degrees, but the carrier does not appear to be very suppressed...


Thoughts?
 
Engineering news on Phys.org
  • #2
BPSK is a digital modulation scheme, where the frequency is constant and only the phase is keyed (of course, this leads to some spectral energy spread around the "carrier").

It should look nothing at all like DSBSC, which is an analog modulation scheme that purposefully intends to supress the carrier.

Why did you expect them to be similar?

- Warren
 
  • #3
chroot said:
BPSK is a digital modulation scheme, where the frequency is constant and only the phase is keyed (of course, this leads to some spectral energy spread around the "carrier").

Right...I am familiar with what BPSK is...

chroot said:
It should look nothing at all like DSBSC, which is an analog modulation scheme that purposefully intends to supress the carrier.

I am also familiar with DSBSC...and I do agree that I would not necessarily expect them to look similar...

chroot said:
Why did you expect them to be similar?

- Warren

Unfortunately I can't go into much detail. Someone told me they should look similar and the results of the application do suggest a DSBSC type spectrum. Perhaps I heard him incorrectly and he wasn't using BPSK. Are there any other digital modulation schemes that would give a DSBSC type spectrum?
 
  • #4
chroot said:
BPSK is a digital modulation scheme, where the frequency is constant and only the phase is keyed (of course, this leads to some spectral energy spread around the "carrier").

It should look nothing at all like DSBSC, which is an analog modulation scheme that purposefully intends to supress the carrier.

Why did you expect them to be similar?

- Warren
According to this website:

http://www.ece.eps.hw.ac.uk/Modules/B33cl2/Cl-9-03r.pdf

a BPSK signal does have a suppressed carrier. This is not the first time I have read this on a website or in a textbook. To quote the website...

If the binary signal represented by the 0,1 square wave is converted into a ±1 or polar waveform, the modulated signal will show phase reversals as the signal changes level, as shown in Fig 9.3. The signal now has zero dc level and the carrier will not be present in the spectrum of the modulated signal, the spectrum will be that of a suppressed-carrier DSB signal.

This is usually called binary phase-shift keying2 or "binary PSK", and is one of the most efficient forms of data modulation.

I have read this several times now, yet when I generated a BPSK signal it did not appear to have a suppressed carrier.

I not sure where the disconnect is between what I am reading and what I saw in the lab. Anyone have any ideas?
 
Last edited by a moderator:
  • #5
steadele said:
According to this website:

http://www.ece.eps.hw.ac.uk/Modules/B33cl2/Cl-9-03r.pdf

a BPSK signal does have a suppressed carrier. This is not the first time I have read this on a website or in a textbook. To quote the website...

I have read this several times now, yet when I generated a BPSK signal it did not appear to have a suppressed carrier.

I not sure where the disconnect is between what I am reading and what I saw in the lab. Anyone have any ideas?

Don't confuse "suppressed carrier" with a spectrum that has no power spectral density at your carrier frequency.

Technically speaking, a non suppressed carrier will have a "delta function" at the carrier frequency. Practically, what this will mean in the lab is that your power reading on your spectrum analyzer will stay the same regardless of your resolution bandwidth setting. This will be true no matter how tightly you zoom in on the spectrum.

A BPSK waveform with a random bitstream will have a power spectral density that looks a lot like a sinc function, centered on the carrier frequency. Note that this is a suppressed carrier, because there is no "delta function" at the carrier frequency. That is, as the resolution bandwidth decreases, the absolute power will decrease proportionally.

In your pdf, the author is putting in a sequence of 1, 0, 1, 0, 1, 0, ... which is hardly a "random" bitstream. When you crank through the math here, you get nothing at the carrier frequency.

In this sense, I would agree that BPSK is similar to DSB-SC. On the other hand, on-off keying (OOK), would not be a suppressed carrier technique.

As far as the specifics of your question, you will want to make sure that when you feed your modulator with a "1", you get one phase deviation, and when you feed it with a "0" you get 180 degrees different. Sometimes the modulator will want the input to be bipolar (1 = 5V, 0 = -5V, for example) and sometimes the modulator will want the input to be unipolar (1 = 5V, 0 = 0V, say)

Hope this helps.

PS A good text to look at for an introduction is Lathi or Haykin.
 
Last edited by a moderator:
  • #6
mdelisio said:
Don't confuse "suppressed carrier" with a spectrum that has no power spectral density at your carrier frequency.

Agreed...

mdelisio said:
Technically speaking, a non suppressed carrier will have a "delta function" at the carrier frequency. Practically, what this will mean in the lab is that your power reading on your spectrum analyzer will stay the same regardless of your resolution bandwidth setting. This will be true no matter how tightly you zoom in on the spectrum.

Your comment about the res bandwidth is making me take a second look at suppressed carrier and unless I'm messing up the math...I believe you are correct here...

mdelisio said:
A BPSK waveform with a random bitstream will have a power spectral density that looks a lot like a sinc function, centered on the carrier frequency. Note that this is a suppressed carrier, because there is no "delta function" at the carrier frequency. That is, as the resolution bandwidth decreases, the absolute power will decrease proportionally.


Again I think you are correct...

mdelisio said:
In your pdf, the author is putting in a sequence of 1, 0, 1, 0, 1, 0, ... which is hardly a "random" bitstream. When you crank through the math here, you get nothing at the carrier frequency.

In this sense, I would agree that BPSK is similar to DSB-SC. On the other hand, on-off keying (OOK), would not be a suppressed carrier technique.

Ok...good. This is the type of "BPSK" I was referring to...not a random sequence.

I've worked quite a bit with OOK so I'm pretty familiar with its spectrum, but haven't worked with BPSK as much...

mdelisio said:
As far as the specifics of your question, you will want to make sure that when you feed your modulator with a "1", you get one phase deviation, and when you feed it with a "0" you get 180 degrees different. Sometimes the modulator will want the input to be bipolar (1 = 5V, 0 = -5V, for example) and sometimes the modulator will want the input to be unipolar (1 = 5V, 0 = 0V, say)

Hmmmm...I might have forgot to take that into account, which I think would explain the spectrum I saw. It definitely was not suppressed carrier but had a somewhat flattened spectrum with plenty of power in the carrier.

mdelisio said:
Hope this helps.

It does. Thanks.
 

Related to Understanding BPSK Spectrum: Differences from DSBSC Signal Generation

1. What is BPSK spectrum?

BPSK spectrum, also known as Binary Phase Shift Keying spectrum, is a type of digital modulation technique used in communication systems. It involves changing the phase of the carrier signal between two values (0 and 180 degrees) to represent binary data.

2. How is BPSK spectrum different from other modulation techniques?

BPSK spectrum is different from other modulation techniques because it only has two possible phase states (0 and 180 degrees), making it a form of binary modulation. Other modulation techniques, such as QPSK and QAM, use multiple phase states to represent more than just binary data.

3. What are the advantages of using BPSK spectrum?

Some advantages of using BPSK spectrum include its simplicity, immunity to noise, and efficient use of bandwidth. It is also less complex compared to other modulation techniques, making it easier to implement in communication systems.

4. What are the applications of BPSK spectrum?

BPSK spectrum is commonly used in wireless communication systems, such as Wi-Fi and Bluetooth. It is also used in satellite communication, digital broadcasting, and military communication systems.

5. Are there any drawbacks to using BPSK spectrum?

One potential drawback of BPSK spectrum is its lower data transmission rate compared to other modulation techniques. This is because it only has two phase states, limiting the amount of information that can be transmitted at once. Additionally, BPSK spectrum is more susceptible to multipath interference, which can cause errors in the transmitted data.

Similar threads

  • Electrical Engineering
Replies
11
Views
2K
Replies
9
Views
1K
Replies
5
Views
29K
  • MATLAB, Maple, Mathematica, LaTeX
Replies
1
Views
779
  • Electrical Engineering
Replies
1
Views
1K
  • Engineering and Comp Sci Homework Help
Replies
1
Views
5K
  • Computing and Technology
Replies
27
Views
2K
  • Electrical Engineering
Replies
8
Views
12K
  • Electrical Engineering
Replies
10
Views
4K
Back
Top