How to Convert a string into binary
HNT20
hnt20 at msn.com
Sat Apr 15 17:47:02 EDT 2006
More information about the Python-list mailing list
Sat Apr 15 17:47:02 EDT 2006
- Previous message (by thread): Python used to animate a compiled C program
- Next message (by thread): How to Convert a string into binary
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message (by thread): Python used to animate a compiled C program
- Next message (by thread): How to Convert a string into binary
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list