Magnetic Loop
RF Exposure Calculator
Magnetic Loop RF Exposure Calculator
This JavaScript RF Hazard Calculator is a practical web-based application proving the user with estimated distances that are credible using FCC safety compliant methods. The calculator estimates field strengths using FCC equations from FCC, OET Bulletin 65. Each case assumes maximum or peak conditions as a simplified static case. JavaScript programming language was selected as the best way to deliver a client-side interactive web page and is simply the best way to get an online calculator built. JavaScript is similar to a spreadsheet for math capability. It is not a good language to solve differential equations or a complex numerical problem. In this case the JavaScript application meets the need. When an algorithm was too complex it was simplified and these equations were replaced with brute force loops that run until a solution is within a range specified. All cases requiring a constant were given a worst-case boundary or split into multiple single worst cases that each determined the maximum distance required for safety and reports the maximum result. This simplification process is commonly used in engineering to quickly identify issues and is one of the FCC compliant method to determine human exposure to radiofrequency (RF) electromagnetic fields. It is not used to determined how well an antenna will work like the EZNEC or 4NEC2 finite element method programs.
FCC Approved Methods for Station Evaluation
Source: FCC, OET Bulletin 65 Sup B (1997) p 15
Commission's limits on human exposure to radiofrequency (RF) electromagnetic fields. Amateurs can select from a number of technically valid methods that can be useful in performing the required station evaluations. In general, it will be appropriate to use one of the following methods:
Estimated compliance distances using tables developed from field-strength equations
Estimated compliance distances using tables derived from antenna modeling
Estimated compliance distances using antenna modeling (NEC, MININEC, etc.)
Estimated compliance distances using field-strength equations
Estimated compliance distances using software developed from field-strength equations
Estimated compliance distances using calibrated field-strength measurements
FCC Limits for maximum Permissible Exposure (MPE) Source: FCC, OET Bulletin 65 (1997) p 67
Assumptions and mathematical determination
The process for estimating compliance distances using field-strength equations to find the minimum safe distance is a twenty plus step process as loop current must be determined to estimated field strength;
Determine loop current from User inputs, used for H Field determination
Determine EIRP from User inputs, used for E Field determination
Determine MPE from Table 1 Limits for Maximum Permissible Exposure, FCC, OET Bulletin 65 (1997) p 67, calculated from the frequency input
Solve distance (R) using Biot-Savart Law, magnetic field of solenoids to determine H Field Strength
Magnetic field = µo I R^2 / [ 2 (Distance^2 + R^2)^3/2
Solve for E Field Strength at distance (R) using the power density and field strength equations, from FCC, OET Bulletin 65 (1997) pp 9, 19-21
S = EIRP / 4∏R^2 = E2 / 3770 = 37.7 H^2.
Utilizing the repetition of a sequence of operations calculate H and E Fields at 1 cm intervals moving outward from the antenna until both fields are less than their respective MPE.
Repeated for controlled and uncontrolled.