05-11-2014 10:50 PM
Thanks to all for the helpful information. As a Labview newbie I humbly ask for help on a (probably) easy problem. Links to tutorials are welcome 🙂
I am now trying to plug the ouput of the Tx portion the shared VI into a sink that is expecting unsigned long 32 bit array. I expect that there is some sort of conversion block for the 16bit integer but I'm having trouble locating it, if it exists. Any help is appreciated.
Thanks,
Paul
05-12-2014 07:21 AM
I think you are looking for the Boolean Array To Number function, which is in the Numeric->Conversion palette (right next to the Number To Boolean Array function).
05-20-2015 04:28 PM
can any on plz send me vi of bit to text conversion..!
05-20-2015 05:02 PM
Go back and look at message #9
05-20-2015 05:05 PM
@amarjalil wrote:
can any on plz send me vi of bit to text conversion..!
I can think of many ways to do it. They all depend on what format you want your text to be in. I suggest creating an example of what you expect as an input and then what you would like the output to be. Be VERY specific in your example.
05-21-2015 06:54 AM
i am sending a signal through usrp it is a text signal now when i recieve it i want to convert the recieved signal back to text...!
05-21-2015 10:10 AM
boolean array to number.
Then take that number and typecast it to a string.
05-21-2015 10:43 AM
@amarjalil wrote:
i am sending a signal through usrp it is a text signal now when i recieve it i want to convert the recieved signal back to text...!
That is not specific at all. PLEASE GIVE AN EXAMPLE. What does the text look like? What numbers are you trying to get out of it?
01-27-2018 05:48 PM - edited 01-27-2018 05:50 PM
Hi Altenbach,
really handy VI, just wanted to see if you knew what was up with this though - the input works and converts to binary no problem but cant display on the output...
hope you can help - attached a pic and the vi, weird red dot on the 'byte to array string' on the output side of things too, think its just something to do with the data type
thanks very much! 🙂
EDIT: never mind, i noticed i wired a connection wrong. 😛
07-17-2018 07:53 AM
hi
i wanted to know that once you converted string to binary , how did you modulate it?
i am trying for real time string to binary conversion and then transmit it but i am struck.
i will highly appreciate any help.