Skip to content

Interface: PsdOptions

Defined in: stats/charts.ts:156

Properties

color?

ts
optional color?: string;

Defined in: stats/charts.ts:165


decibels?

ts
optional decibels?: boolean;

Defined in: stats/charts.ts:164

Plot power in dB (10·log10). Default true — spectra span decades.


name?

ts
optional name?: string;

Defined in: stats/charts.ts:167


overlap?

ts
optional overlap?: number;

Defined in: stats/charts.ts:161


renderType?

ts
optional renderType?: RenderType;

Defined in: stats/charts.ts:169


sampleRate?

ts
optional sampleRate?: number;

Defined in: stats/charts.ts:158


segment?

ts
optional segment?: number;

Defined in: stats/charts.ts:160

Samples per Welch segment. Default 256.


signal

ts
signal: ArrayLike<number>;

Defined in: stats/charts.ts:157


width?

ts
optional width?: number;

Defined in: stats/charts.ts:166


window?

ts
optional window?: WindowName;

Defined in: stats/charts.ts:162


yAxis?

ts
optional yAxis?: string;

Defined in: stats/charts.ts:168

MIT licensed. WebGL2 required.