03-06-2015 06:31 PM
i have for loop that make 2 to binary number every cycle i want to put all digits on binary wave form in series like that i have [1 0; 0 1;0 1; 1 0 ] i want to show them on digital wave form [ 1 0 0 1 0 1 1 0 ]
03-07-2015 06:35 AM
i want to make this (digital wave form 2) in attachment to one line
03-07-2015 07:51 AM
Hi, hussamwakeel
Like this?
You just put binary number to 2D array, new binary data insert to 2D array.
Patrick