Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

rf-exposure-calculator

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rf-exposure-calculator

RF Exposure Calculator for HAM Radio

  • 1.0.6
  • latest
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

👋 | 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
}

FAQs

Package last updated on 04 Aug 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc