I need to graph a $16$ bits binary sequence, assuming that it'll be a FM analog signal I need to apply FSK to it.
So, I think I should use the formula
$A \cos(2\pi f_1 t)$ for binary $1$'s
$A \cos(2\pi f_2 t)$ for binary $0$'s
But I'm really confused about how to set a method for getting the graph for my $16$ bit sequence ...
Let's say, any user inputs 1010010011100011 next after validation for this input it will be charted
– diegoaguilar Mar 15 '13 at 11:57