@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
12 lines • 400 B
TypeScript
export declare const LEVEL_STREAM: {
readonly DEFAULT_CACHE_TIME: number;
readonly DEFAULT_GRANULARITY: 10;
readonly DEFAULT_RANGE: readonly [-20, 100];
};
export declare const DEFAULT_LEVEL_STREAM_CONFIG: {
cacheTime: number;
granularity: 10;
range: readonly [-20, 100];
onLevelStreamUpdate: (data: Map<number, number>) => void;
};
//# sourceMappingURL=constants.d.ts.map