rbarden / rf-emission-designator
a package to parse RF emission designators
Installs: 3
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/rbarden/rf-emission-designator
Requires
- php: ^8.3
Requires (Dev)
- phpunit/phpunit: ^11.0
This package is auto-updated.
Last update: 2025-11-23 22:35:36 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.