LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

MT Modulate PAM vs MT Modulate QAM


Hi,

I have been checking those vi of the Modulation Toolkit library. And to my surprise they are exactly the same, except for the name (PAM or QAM).
I dón ´t understand.

Greetings.

0 Kudos
Message 1 of 2
(2,610 Views)
Although they are very similar, there is a subtle but important difference...

Both of these digital modulation schemes map the input bit steam to symbols, so it makes sense that they look very similar as they perform nearly identical functions.  The difference will be in the symbol map that is sent as an input to these functions.  Inside the Modulate PAM VI there is a check to make sure that all the symbols lie on a straight line, wheras in the QAM VI checks that the symbol map is a valid for QAM.

To verify this, you'll have to do a litlle digging:
Go to
Modulate PAM>>mod_PAM Modulator Validate>>mod_Validate Symbol Map(PAM).
Here, a VI called mod_Verify Symbol Map Colinearity is called.

Next, go to
Modulate QAM>>mod_QAM Modulator Validate>>mod_Validate Symbol Map(QAM).
There is no check for linearity here.


Have a great day!

Travis W


0 Kudos
Message 2 of 2
(2,602 Views)