-
Notifications
You must be signed in to change notification settings - Fork 7
Notes
CalilQ edited this page Jul 24, 2014
·
4 revisions
Max possible throughput with USRP and C++ Shared Libraries is: (Decimation 18) 4/7/2014
For a maximum number of 4 users and 80 characters per frame, the most convenient CRC length is 4 bits. This makes the final number of bits equal to 564, which is divisible by 2, 3 and 4, making the user multiplexing simpler. The most recent CRC Polynomial property is [1 0 0 1 1].
The error: "The conversion from a local code page string to unicode changes the number of characters. This is not supported." is easily fixed by closing MATLAB and executing the command "export LANG=C" on Ubuntu's terminal. For more information: http://tinyurl.com/mkzl5vl