Friday 26 August 2016

random number - Does a reverse-biased P-N junction create quantum noise?


It is my understanding that a highly doped, thin depletion region, reverse-biased P-N junction at low voltage can cause quantum mechanical tunneling. This (or sometimes avalanche breakdown) is used in some hardware random number generators. However, is the noise created in the junction truly quantum mechanically random, or is it chaotic but deterministic?



Answer



The noise that is created is truly random as it is generated by recombination of electrons with the atoms on the other side of the junction. The mean power density (RMS) can be calculated using the following formula:



$$i_n = \sqrt{2 I q \Delta B}$$


where \$q\$ is the electron charge, \$I\$ is the current that runs through the diode and \$\Delta B\$ is the bandwidth of the detector that measures the noise.


Apart from that, it is a stochastic process and therefore random. Read more about it here:


http://en.wikipedia.org/wiki/Noise_(electronic)#Shot_noise


No comments:

Post a Comment

arduino - Can I use TI's cc2541 BLE as micro controller to perform operations/ processing instead of ATmega328P AU to save cost?

I am using arduino pro mini (which contains Atmega328p AU ) along with cc2541(HM-10) to process and transfer data over BLE to smartphone. I...