Theory Reference
Responsivity: $R = \frac{QE \cdot e \cdot \lambda}{h c}$
Shot noise: $i_{shot}= \sqrt{2eI_p \cdot BW}$
NEP: $\displaystyle NEP = \frac{\sqrt{4kTBW/R_L + 2eI_d BW}}{R}$
Detectivity: $D^* = \frac{\sqrt{A \cdot BW}}{NEP}$
Calculate responsivity, photocurrent, shot noise, thermal noise, SNR, NEP, and specific detectivity D* for Si PD, InGaAs PD, APD, and PMT. Includes responsivity vs wavelength chart.
Responsivity: $R = \frac{QE \cdot e \cdot \lambda}{h c}$
Shot noise: $i_{shot}= \sqrt{2eI_p \cdot BW}$
NEP: $\displaystyle NEP = \frac{\sqrt{4kTBW/R_L + 2eI_d BW}}{R}$
Detectivity: $D^* = \frac{\sqrt{A \cdot BW}}{NEP}$
The core relationship is the responsivity, which converts incident optical power into photocurrent. It depends on the quantum efficiency (QE) and the photon energy.
$$R = \frac{I_p}{P}= \frac{QE \cdot e \cdot \lambda}{h c}$$Where $R$ is responsivity (A/W), $QE$ is quantum efficiency (unitless, set per detector material), $e$ is electron charge ($1.602 \times 10^{-19}$ C), $\lambda$ is wavelength (m), $h$ is Planck's constant ($6.626 \times 10^{-34}$ J·s), and $c$ is the speed of light ($3 \times 10^8$ m/s).
The total noise current determines the minimum detectable signal. It combines shot noise from the signal and dark current, plus thermal (Johnson) noise from the load resistor.
$$i_{noise}= \sqrt{i_{shot}^2 + i_{dark}^2 + i_{thermal}^2}= \sqrt{2e(I_p + I_d) \cdot BW + \frac{4kT \cdot BW}{R_L}}$$Where $I_d$ is dark current (A), $BW$ is electrical bandwidth (Hz), $k$ is Boltzmann's constant, $T$ is temperature (K), and $R_L$ is load resistance (Ω). From this, we derive NEP = $i_{noise}/ R$ and D* = $\sqrt{A \cdot BW} / $NEP, where $A$ is detector area.
Fiber-Optic Communications: InGaAs photodetectors are standard in telecom receivers for 1310 nm and 1550 nm light. Engineers use calculations like these to balance responsivity and bandwidth to achieve the required data rate and bit-error rate for your internet backbone.
LIDAR and 3D Sensing: Avalanche Photodiodes (APDs) are favored here for their internal gain (M). Designing a LIDAR for a self-driving car requires optimizing the gain to amplify weak return signals without introducing excessive excess noise, which you can explore with the "APD Gain M" slider.
Scientific Spectroscopy: For analyzing faint starlight or fluorescent samples, Photomultiplier Tubes (PMTs) offer extremely high gain and low dark current. Their superior NEP and D* make them ideal for photon-counting applications where every single photon matters.
Consumer Electronics: Silicon photodiodes are everywhere, from the ambient light sensor in your phone that adjusts screen brightness to barcode scanners. The design trade-off is between sensitivity (high R) and speed (high BW), which are inversely related—a key relationship visible in the simulator outputs.
First, while it's easy to think "a sensor with high sensitivity is a good sensor," this is a pitfall. For example, an InGaAs photodiode with high sensitivity R excels in the near-infrared but is inferior to silicon in the visible range. By using the tool to observe sensitivity while changing the wavelength, you can appreciate that "high sensitivity" is specific to a particular wavelength band. Next, understand the relationship between bandwidth BW and "response speed." A 10MHz bandwidth corresponds to a response time of approximately 35ns. For high-speed applications like communications, you would set a larger bandwidth, but you can use this simulator to confirm the trade-off of increased noise that comes with it. Finally, dark current Id is highly sensitive to temperature. Try lowering the tool's temperature T parameter from room temperature (300K) to a cooled state (e.g., 250K). You should see a significant improvement in NEP. In actual design, pursuing higher performance means considering the balance between cost and performance, as cooling mechanisms become necessary.
The calculation logic of this tool forms the foundation for various advanced engineering fields. One is LiDAR. The LiDAR in autonomous vehicles detects extremely weak light pulses that are reflected back. The SNR and NEP calculated here are core parameters that directly determine the maximum detection range and point cloud quality. Also, in biomedical imaging, such as brain function measurement using near-infrared light (fNIRS), very weak light transmitted through biological tissue is detected. Here, whether the detector's specific detectivity D* is sufficiently high determines the measurable depth and signal quality. Furthermore, it connects to quantum information technology. Receivers in quantum communication handling single-photon levels require "photon counters" that suppress dark current and thermal noise to the extreme, and the foundation for evaluating their performance is the noise concepts you learn here. Thus, photodetection is a "common language" across a wide range of measurement, communication, and sensing applications.
As a first next step, we recommend delving deeper into "Types of Noise and Their Physical Origins". Beyond the shot noise and thermal noise handled by this tool, explore 1/f noise (flicker noise) and the multiplication noise (excess noise factor F) specific to APDs. Mathematically, understanding that shot noise follows a Poisson process and thermal noise follows a Gaussian distribution will help you grasp the reasoning behind noise combination methods (root sum of squares). Next, practice interpreting actual sensor datasheets using the tool's outputs, NEP and D*. For example, trying to replicate the NEP listed in a commercial photodiode's datasheet using the tool is excellent practice. Finally, to advance to a system-level design perspective, study the topic of "Receiver Design". Here, you'll consider how the amplifier's noise figure (NF) affects the overall system SNR—essentially, the "next" step in the calculation process of this tool.