2 lines
60 B
Matlab
2 lines
60 B
Matlab
t = 0 : 2^16 - 1;
|
|
plot(t, bitand(t, bitshift(t, -8)), 'k.')
|
t = 0 : 2^16 - 1;
|
|
plot(t, bitand(t, bitshift(t, -8)), 'k.')
|