08-04-2012 04:41 PM - edited 08-04-2012 04:41 PM
08-05-2012 02:10 PM
@johnsold wrote:
cayenne,
I am not sure what you are expecting that you are not getting. The bytes are there. The bits are ordered with the least significant bit on the left. Since 127 has seven 1s the eighth bit is a zero. It is there because averything is done in 8-bit bytes.
Lynn
Thanks for the reply.
Well, I thought that by using the array subset, starting at 0 and grabbing 8 for the length, that I would have grabbed TTTFFFFT at probe 23, from the full boolean array at probe 22 which was TTTFFFFTTTTTTTTFTTTTTTTF....
Thank you,
C
08-06-2012 02:03 AM - edited 08-06-2012 02:03 AM
Hi cayenne,
Well, I thought that by using the array subset, starting at 0 and grabbing 8 for the length
Index and length of what? You only set inputs for the row section of ArraySubset, so you took an array subset of 8 rows starting at index 0. As you didn't limit the columns (!) you got full rows. It's all as you programmed it to be...
08-06-2012 11:11 AM
@GerdW wrote:
Hi cayenne,
Well, I thought that by using the array subset, starting at 0 and grabbing 8 for the length
Index and length of what? You only set inputs for the row section of ArraySubset, so you took an array subset of 8 rows starting at index 0. As you didn't limit the columns (!) you got full rows. It's all as you programmed it to be...
D'oh!!
Ok, I guess from looking at the results from the probe, they way it is displayed, I was mistakenly thinking 1D array was coming into the array subset...but it is a 2D array....
I'm not on the LV machine, but I'll try this at home...I need to somehow tell the Array Subset something like (0,0) to grab the first row, and then (0,8) for grabbing the full row.....
I'll try that this evening.
Thank you for the replies!!
cayenne
08-06-2012 05:52 PM
Ok, thank you, I think that did it!!!
I think I can move on and now send and receive and parse out what is coming in successfully.
Thank you to everyone for your patience and HELP on this!!
Cayenne
07-05-2014 09:54 AM
Hi there,
I am trying to create a sequence of bits of the orginal signal and I wana do the same thing for the PN bit stream so then I wana make a function to multipy these two toghter to make the output spreading singal. How I can do this????
I am trying for couple of weeks and I did not what I m looking for
Anyone can asnwer me Please!!!!!!!!!!!!!!!!!!!!!
This is very urgent issue
07-05-2014 10:22 AM
07-05-2014 02:01 PM
I meant Pesudo Noise (PN) and I meant by spreading spectrum that by using number of bits which will multipy with the orgignal signal in order to make the bandwidth wider.
07-05-2014 02:19 PM