09-02-2010 06:07 PM
Hello.
I have a problem. I am trying to transmit text 64QAM modulated. And then demodulate it. I am new with LabVIEW. I need help because I cannot find a way to convert the text file string into a bit stream which is what the QAM function of the modulation toolkit asks me for. I am using the write to text function to get the text.
Thank you very much
Solved! Go to Solution.
09-02-2010 06:35 PM - edited 09-02-2010 06:37 PM
I don't know what data type a "bitstream" is supposed to be, but maybe the following can give you some ideas:
(The blue output is a series of zeros and ones, the green output is a series of T/F booleans.)
09-02-2010 08:38 PM
Hello.
Thank you very much for the answer.I have a new problem. It is at the other side of the transmissions system. Once I modulate and demodulate the bits and get them just like they were at the beggining, I am trying to show the original text and cannot find a way.
Thank you very much for your help
09-02-2010 08:44 PM
Do the inverse operations of what Altenbach showed you.
09-02-2010 10:34 PM - edited 07-05-2018 10:49 AM
Try this, for example.
.
(make sure you understand it fully).
( EDIT: Note that this is an old example. In newer LabVIEW versions certain things can be simplified using the concatenating output tunnel)
02-10-2014 12:03 AM
Dear altenbach,
Can you please upload your VI file here so that I can study more about your connections?
Thank you.
Best Regards,
Phoon Chee Choung
02-10-2014 12:24 AM
PhoonCC wrote:Can you please upload your VI file here so that I can study more about your connections?
This is a 3.5 year old thread, and I don't think I even saved the VI, it's so simple.
Which parts of the code are giving you problems? Try to recerate it, then attach your attempt so we can see what you missed.
(a good exercise! :D).
02-10-2014 12:52 AM
Hi,
I have just started to just Labview 3 weeks ago and still not familiar with the controls. This is my unfinished VI (the name is wrong, i know) and I am looking for the rest of the components, like the array of the bit and the leds.
Thank you.
Regards,
PhoonCC
02-10-2014 01:03 AM - edited 02-10-2014 01:07 AM
Well, you just need to create the array indicators. Simply place an empty array container and drop the desire element into it (boolen or numeric), then expand the container to show more element. You can also right-click the appropriate wire and do a "create indicator" and you're almost there. 😄
02-25-2014 03:47 AM
Please go through this document, you may get a clear Idea of working with Array & Cluster.