@rfkit/spectrum-analyzer
Version:
A high-performance spectrum analyzer library for RF signal processing, supporting real-time spectrum analysis, waterfall display, and multi-segment frequency scanning
45 lines (44 loc) • 1.14 kB
JSON
{
"name": "@rfkit/spectrum-analyzer",
"version": "0.6.0",
"type": "module",
"description": "A high-performance spectrum analyzer library for RF signal processing, supporting real-time spectrum analysis, waterfall display, and multi-segment frequency scanning",
"exports": {
".": {
"types": "./index.d.ts",
"import": "./index.js"
},
"./wasm": {
"types": "./wasm/index.d.ts",
"import": "./wasm/index.js"
}
},
"module": "./index.js",
"types": "./index.d.ts",
"author": "Hxgh",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/Hxgh/rfkit-spectrum-analyzer.git"
},
"homepage": "https://github.com/Hxgh/rfkit-spectrum-analyzer#readme",
"bugs": {
"url": "https://github.com/Hxgh/rfkit-spectrum-analyzer/issues"
},
"keywords": [
"spectrum-analyzer",
"rf",
"signal-processing",
"waterfall-plot",
"frequency-analysis",
"typescript",
"real-time",
"antenna-factor",
"frequency-scanning"
],
"publishConfig": {
"access": "public"
},
"packageManager": "pnpm@10.30.3",
"private": false
}