(42S) Noise Figure and Noise Voltage
|
01-04-2019, 10:13 PM
Post: #1
|
|||
|
|||
(42S) Noise Figure and Noise Voltage
Notes: The programs for the HP 42S format are designed to work with the HP 42S's solver. The programs were created using Thomas Okken's Free42, and should also be compatible with the Swiss Micros DM42.
Noise Figure Given system temperature (in Kelvins), this program calculates the noise figure (in Decibels), which describes the noise performance of an amplifier. The noise figure is described as the difference between the noise output of an actual receiver to an ideal, noiseless receiver. A noiseless receiver is said to have a resistor operating at room temperature, 290 K (about 16.85°C or 62.33°F). The lower the noise figure, the better. Formula: F = 10 * log(T/290 + 1) where: F = noise figure (dB) T = system temperature (K) HP 42S Program for Solver: NSEFG Code:
Noise Voltage Given the noise bandwidth (in Hertz) and the resistance (in Ω), calculate the open-circuit voltage (in RMS volts). Formula: e_n = √(1.6*10^-20 * B * R) HP 42S Program for Solver: NSEVT Code:
Source: Ball, John A. Algorithms For RPN Calculators John Wiley & Sons: New York 1978. ISBN 0-471-03070-8 Blog Link: https://edspi31415.blogspot.com/2019/01/...e-and.html |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)