06-30-2014 12:06 PM
Hi,
I have to make a simple communication system with from Labview and URRP. Fro one side I have to send randomly generated bits in terms of voltages and I have to decode the signal to get and display the exact sequence. I have to complete this within next two days. I have tried a lot but failed. Will someone please help me???
06-30-2014 12:30 PM
Also if not complete can anyone suggest ways to generate raised cosine pulses according to incoming bits??
06-30-2014 12:35 PM
Check out the packet based digital link on the second page.
https://decibel.ni.com/content/groups/ni-usrp-example-labview-vis?view=documents
07-01-2014 04:22 AM
Hello,
Thank You for your help. But I need to make 1 of my own as its far more complicated than anything I can handle.
I have tried making one vi but it is not giving the desired result.
For the problem statement mentioned above what I had thought was:
A random generator is generating numbers 0 and 1 which I am using to decide the amplitude of raised cosine pulse generated. For each number generated I am sending 10 pulses by putting pulse generator in while loop. Also I am putting a delay (wait) in the loop in accordance to the time period of pulse inorder to avoid ISI. But while running the code I am getting error 'buffer empty'.
Also I could not find any source to generate raised cosine pulse. I used generate formula waveform vi, but while transmitting through usrp, coerced gain was coming zero. I believe pulse and function differ.
Please help.
07-01-2014 04:48 AM
This is the vi I am working with.