UNPKG

@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

13 lines 426 B
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]; maxPoints: undefined; onLevelStreamUpdate: (data: Map<number, number>) => void; }; //# sourceMappingURL=constants.d.ts.map