11-14-2009 02:45 AM
Hi all,
I want to generate a PSK modulated signal with message bits length much larger like over IM bits atleast. I have to first generate the message bits, diffrentially encode them and modulate them at the end. But when I give larger length of bits to the input of PSK modulation vi, it gives me an out of momory error.
What I am doing to get rid of this out of memory error is... I generate 128k message bits using MT generate bits vi, Encode them and modulate them using MT PSK modulate vi and write the modulated signal data repeatedly in the binary file using binary file write vi that I placed within a for loop with loop count of 20 so that I writes modulated signal data for (20*128k= 2.56M encoded bits). But doing so introduces phase discontinuity.
Can anyone suggest a better way of generating PSK signal with message bits atleast 1M and without the out of momory error?
Any kind of help would be highly appretiated.
Best regards
11-16-2009 01:09 AM
11-17-2009 01:04 PM
Regards,
Dan King