Hello ...


In 256PSK, how many bits will each symbol be able to represent?

My answer is 8. is it correct? or could it be just ONE bit ?

Advice appreciated ... and thank you

ooo

http://www.google.com/search?sourceid=chrome&ie=UTF-8&q=bits+and+bytes

Thank you for referring me to a number of web sites.

Is there one that you can specify please ??

This has just confused me more. Can you not offer help which is the purpose of the website ??? if you don't wish to help then why bother anwsering ???

I expect you to choose the appropriate links that will help you. I expect students to read, comprehend, and think.

Usually in search results, only the first five or six links are worth checking on.

Read and think.

This is an example of a PSK:

8e40da81a553816f62533aa496884a189426b802f087944c0cd14d6dcf5c7305
in hexa-decimal. So each character represents 4 bits. There are 65 characters total, probably one of them is for CRC check.

For more technical information, try:
http://www.lingams.net/?p=21
http://www.ietf.org/rfc/rfc3174.txt

Hello ooo,

In 256PSK (256-Phase Shift Keying), each symbol represents a different phase angle. The "256" in 256PSK refers to the number of different phase angles (symbols) available in the modulation scheme.

To determine how many bits each symbol can represent, you need to use the formula:

Number of bits per symbol = log2(Number of symbols)

In this case, the number of symbols is 256. Taking the logarithm base 2 of 256, we get:

log2(256) = 8

Therefore, each symbol in 256PSK can represent 8 bits.

So, your answer of 8 bits per symbol is correct.