12-08-2014 11:01 AM
All,
Welcome to the discussion forum for LabVIEW Communications System Design Suite! This is an open forum for users of LabVIEW Communications to share their product related questions and knowledge with each other. Like our other NI discussion forums, NI engineers will be active in helping to resolve questions and provide feedback.
For getting started materials, tutorials and example code, try visiting the SDR Community.
02-11-2015 10:05 AM
hi! i want to send desierd value of data from android phone to labVIEW with the help of data dashboard i am only able to recive data on android by using shared variable in labVIEW. any changing that would lead me to the solution of sending data ???
02-15-2015 11:57 AM
I am doing a project "Ethernet based Smart house using LabVIEW".
So how can the house send a SMS or e-mail to the user when any abnormal situation will be happened?
Can we use a GSM module or any other method is there?
Please help me for the above case.
02-15-2015 12:03 PM
I have a doubt.
"which timng node is used for determining the roll over time?"
Can anyone please help me to find the answer?
02-15-2015 12:54 PM
You are still posting in the wrong forum and in an unrelated thread. This forum here is about software defined radio (SDR).
12-08-2015 09:54 AM
HEllo!
I have a problem, I'm using the Tx and Rx example in Labview Communications between 2 URSPs with QPSK modulation, and applying coding (LDPC + BCH), the problem is when I demodulate the output bitstream from the QPSK demodulator is always changing (always receiving) and it changes too quickly I can't properly decode and compare to the original PN sequence sent. Is there a way to obtain a fixed output bit stream? I would really appreciate help in this matter!
12-08-2015 11:53 AM
06-03-2016 07:07 AM
Hello,
I want to transmite a bpsk signal over the SDR 2901 (teaching bundle ) but i get this error : "Error -1074118645 occurred at niUSRP Write Tx Data (CDB WDT).gvi"
I have decreased the IQ rate , increased the number of bits to be generated but nothing helped so far.I can t understand why it is not working.
I really need help for this project.
06-03-2016 08:15 AM
just a remark : only when I execute my project in highlight mode the error appears to me .
06-03-2016 09:23 AM
Your last comment is the key. When you run a VI with Highlight Execution, LabVIEW Communications forces your host code to run in one thread. It is physically running slower, but still trying to interact with real-world I/O that is obviously not slow. So you will see weird things like buffers overflowing, etc. when running in Highlight Execution. Highlight Execution is just a debugging tool.
Cheers,