Reply To: VSG25A Labview API – PSK Data (*symbols)

Forums VSG Series Discussions VSG25A Labview API – PSK Data (*symbols) Reply To: VSG25A Labview API – PSK Data (*symbols)

#236906
AndrewAndrew
Moderator

Hello jatwood,

The data array should be populated with values between [0,SymbolPositions-1]. For example, for a QAM16 signal, you will pass values between [0,15]. The symbol mappings are in the VSG User manual found in the VSG25 installation folder.

In the UI, we generate a bit string according to the PN sequence and then convert the bit string to symbol positions. For example, for a QAM16 signal if the random bit stream is 00101110, we would convert this to two symbols 0010, 1110, and pass an array of two data symbols to the API, [2, 14].

I apologize, we don’t have any LabVIEW interface for the VSG25.

Regards,
Andrew