... I can't find a solution to my problem... :/ when i want to transform binary to gray code i find an error Undefined function 'grey2bin' for input arguments of type 'char'. and i can't plot my matrix of binary code... i want to represent like a square pulse
thanks
Hi Steve,
Now i use this function, dec2bin to transform this to an bin code. but i dont know how to represent this on a graph like plot.
Can you help me ?
sinal_digital8 = dec2bin(abs(a8),n8);
thanks ;)
HI everyone !
I'm doing a program to transform a normal sine wave into a 8 bits signal
I'm just a beginner and i want your help to know if i'm doing it right.
I give you here the algoritm that i think it work
range = 5 % the max of my sin wave
n8 = 8...