Jump to content

Banner.jpg.b83b14cd4142fe10848741bb2a14c66b.jpg

Making Every Photon Count - Steve Richards


Recommended Posts

Its from the fact everything works in binary

ie 10 equals 2 , 100 equals 4 , 101 equals 5

and of course there are 10 types of people in the world , those that understand binary and those that do not.

 

12 bit resolution gives 4096 levels 

 

Edited by fifeskies
  • Like 3
Link to comment
Share on other sites

2 is the states that a bit can represent.

1 bit can be either 0 or 1 and so can represent 2 numbers or 2 levels of brightness (in that case would be white or black).
2 bits similarly could be 00, 01, 10 or 11 and so could represent 4 levels of brightness so this evaluates to 2 to the power of 2 (2 x 2)

3 bits could be 000, 001, 010, 011, 100, 101, 110 or 111 so represents 8 levels of brightness and this evaluates to 2 to the power of 3 (2 x 2 x 2)

So all the way up to 16 bits can represent  65,536 levels or 2 to the power of 16.

Steve 

Edited by teoria_del_big_bang
  • Like 4
Link to comment
Share on other sites

4 minutes ago, fifeskies said:

Its from the fact everything works in binary.

ie 10 equals 2 , 100 equals 4 , 101 equals 5

and of course there are 10 types of people in the world , those that understand binary and those that do not.

 

 

Ha Ha , brilliant

I was going to ad that this can be a Gray area but that would only complicate things 🙂 

Steve

Edited by teoria_del_big_bang
  • Like 1
  • Haha 2
Link to comment
Share on other sites

1 hour ago, teoria_del_big_bang said:

2 is the states that a bit can represent.

1 bit can be either 0 or 1 and so can represent 2 numbers or 2 levels of brightness (in that case would be white or black.
2 bits similarly could be 00, 01, 10 or 11 and so could represent 4 levels of brightness so this evaluates to 2 to the power of 2 (2 x 2)

3 bits could be 000, 001, 010, 011, 100, 101, 110 or 111 so represents 8 levels of brightness and this evaluates to 2 to the power of 3 (2 x 2 x 2)

So all the way up to 16 bits can represent  65,536 levels or 2 to the power of 16.

Steve 

Thank you, that helps a lot and explains what I needed to know. I just need to know where data comes from and what it represents. So a big Big help, thank you. 

  • Thanks 1
Link to comment
Share on other sites

1 hour ago, teoria_del_big_bang said:

that this can be a Gray area but that would only complicate things 🙂 

Especially if the photons are collected by a Newt,
they should then be expressed as Reflected Binary Code
(aka Gray Code) 
:) !
 

Edited by Malpi12
  • Haha 1
Link to comment
Share on other sites

image0.jpg

 

Once you see that any number to the power 0 = 1, it makes more sense.

Multiplication and division of numbers can be represented as addition and subtraction of indices. For example:

4 x 2 = 8

is equivalent to:

(2^2) x (2^21)

and is:

2^(2+1) = 2^3 = 8

 

So...

2/2 (=1)

equivalent to:

(2^1) / (2^1)

2^(1-1) = 2^0 = 1

 

(have just been explaining this to offsping #2 for maths homework)

Link to comment
Share on other sites

Without getting into the math of binary, when it comes to cameras etc the greater the bit value the higher the resolution for the end result.  For example in imaging cameras a higher bit rate for the CCD means you will see more detail as there are more "steps" between black and white so you get graduation and detail.   As Steve stated 16 bits can represent  65,536 levels  (steps)  to make up the image compared to a 12 bit level that will make the same image up form 4096 levels between black and white.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. By using this site, you agree to our Terms of Use.