04-21-2008 08:42 PM
04-21-2008 08:59 PM - edited 04-21-2008 09:02 PM
04-22-2008 01:38 AM
Hi,
actually i just trying to use examples in NI for my project as a VI exercise to let understand the concept of each modulation. Because in NI tutorial website, there are simple software simulation exercises to let people download and know the concept of each modulation. I am trying to use these examples in my project to let people understand more in the modulation. Please see the exercise i have uploaded you will understand more. I have downloaded AM, FM, ASK, FSK and PSK but i still need others. Now, i trying to finish the catergory for analog modulation, AM, FM and PM. So i finding PM modulation now, the url u have written i seen it before but i think i cant find what i want. that's y i am also asking if anyone happen to have it or create it by yourself, would you mind 'sharing' it with me by uploading the files if you happen to have it. 🙂
06-10-2011 03:29 PM
Hello friends
I am new to LabVIEW and I am trying to learn the basics of the RF modulation toolkit .I tried simulating QAM baseband modulator and demodulator on LabVIEW. Initially I did not use any impairments in the system. I could establish the communication link properly. But I always lose out on certain bits from the input bit stream at the recovered output. For eg, I tried sending 10 bits through the system . However I recieved only 6 bits at the output. These recovered bits correspond to the first six bits of the input stream. I also tried out one of the QAM examples to see what is wrong in my system. However, in this case too, I lose out on certain bits from the input bit stream. I tried digging into the modulkator block.
Essentially what I assume is being done is the input bit stream is mapped into symbols depending upon the modulation scheme. After that we interpolate the symbols depending on the sampling scheme. I understand that there is padding for the first symbol. and so there will be double the no. of samples for the first symbol. However at the output of the pulse shaper I get 72 samples instead of 96 ( expected). There are 8 samples of the first symbol and 16 samples of the remaining symbols. This is my first doubt.
At the matched filter, the output of the fractional resampler returns only 52 samples. I also do no understand why this happens
It would be really nice if someone could help me with this
Cheers
Ajay
06-10-2011 04:13 PM
oh I am sorry . I forgot to attach my file