How to Convert a string into binary

HNT20 hnt20 at msn.com
Sat Apr 15 17:47:02 EDT 2006


Felipe Almeida Lessa wrote:
> Em Sáb, 2006-04-15 às 19:25 +0000, HNT20 escreveu:
>> is there a way to convert a string into its binary representation of the 
>> ascii table.??
> 
> I'm very curious... why?
> 
> And no, I don't have the answer.
> 

well, once i get the binary representations, i can group the data and 
modulate it to a higher frequency and transmit it for example, if i am 
using BPSK modulation, i will then convert each zero into -1 and 
multiply it with the sin function with the sampling frequency with a 
hamming window. and so forth. yet, the first step is to have a 
successful representation of the data.

HNT



More information about the Python-list mailing list