Hi,
Can some one please give an example of a 2 d array to digital waveform. the array is binary strings. i've tried alot of conversions and i still no luck. the 2 d array is actually a 1 d array because it only has values in the first column. the way this works is if the data in the array is
1111 (row 1 column 0) ---sample 1
1010 (row 2 column 0) ---sample 2
this is like a logic analyzer for displaying data. you need to take the first bit in row 1 and combine it with the first bit in row 2 to make signal 1and so on until the binary string is done. in this example you make 4 signals and the data output looks like
signal 1 =
11signal 2 =
10signal 3 =
11signal 4 = 10
when you graph the data it has the signal on the y axis and the number of elements on the x axis ( 2 for this case).
signal 1 |
high highsignal 2 |
high low signal 3 |
high highsignal 4 | high low
1 2
sample