LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Number of recovered bits is less than the input bits in Demodulation of PSK- using Modulation Toolkit

Whenever I try to demodulate any given complex baseband signal generated through the MT modulate PSK.vi and demodulate it using MT Demodulate PSK.vi , the number of recovered bits is always lesser than the number of bits initially given in the input bit stream.

I would be grateful to anyone who has a solution to this problem.

 

Thanks

 

Jawad

0 Kudos
Message 1 of 4
(2,858 Views)

Hello Jawad,

 

If you could post your code implementing this modulation and demodulation, it will make it easier to see why this is occurring. Also which bits are being lost and where are these bits located in the data?

 

JimS.


Jim St
National Instruments
RF Product Support Engineer
0 Kudos
Message 2 of 4
(2,834 Views)

Hello JimS

 

Please check the attached file.

 

Thanks

 

Jawad

0 Kudos
Message 3 of 4
(2,828 Views)

Hi Jawad,

 

It looks like the issue probably lies in the fact that your bistream has no guard bits or synch bits, which should ensure that the message information gets pushed through the filters properly. What I would do is to take a look at the example program named "MT PSK Transceiver (One Shot).vi" which is one of the example programs that installs with the modulation toolkit. You can find it at the file location C:\Program Files\National Instruments\LabVIEW XXXX\examples\Modulation\simulation examples\Interactive, for whichever version of LabVIEW you're using (hence the XXXX). This example goes through and sets up all needed parameters to simulate a one shot generation/recieve.

 

Chris W

0 Kudos
Message 4 of 4
(2,800 Views)