rbarden/rf-emission-designator

a package to parse RF emission designators

v1.0.0 2024-03-23 18:40 UTC

This package is auto-updated.

Last update: 2025-06-23 21:27:17 UTC


README

RF Emission Designators describe characteristics of RF signals.

This package uses the definitions found in 47 CFR Part 2 Subpart C.

This means that only 3- and 7-character designators are supported, for example: J3E and 2K80J3E

N.B. This package doesn't really have any practical application right now.

Usage

Parse the string with Rbarden\RFEmissionDesignator\EmissionDesignator::from($designator) and then you can access all the properties from there.

See the tests.