1.0.6 • Published 9 months ago

rf-exposure-calculator v1.0.6

Weekly downloads
-
License
MIT
Repository
-
Last release
9 months ago

👋 | RF Exposure Calculator

import { RFExposureCalculator } from 'rf-exposure-calculator';

const calculator = new RFExposureCalculator();

const results = calculator.calculateRFExposure(
    10,        // Power in Watts
    0.4,       // [0-1]: Mode Duty Cycle
    {          // TX Duty Cycle
        tx: 2, // Minutes spent transmitting
        rx: 3  // Minutes spent listening
    },
    1.3,       // Antenna gain in dBi
    7.200,     // Operating frequency in MHz
    true,      // `true` for a controlled environment, `false` for uncontrolled
    true       // Whether or not to include the effects of ground reflection
);
{
    "max_allowed_power_density": 17.3611,
    "min_safe_distance_in_feet": 0.1846
}
1.0.6

9 months ago

1.0.5

10 months ago

1.0.4

11 months ago

1.0.3

11 months ago

1.0.2

11 months ago

1.0.1

11 months ago

1.0.0

11 months ago