NormalizationSettings
The settings for the normalization filter.
Signature
export interface NormalizationSettingsProperties
2Methods
0No methods.
Properties
maxAmplitude?: number;The maximum amplitude for normalization.
@type{number}
adaptive?: boolean;Whether to use adaptive normalization.
@type{boolean}