Skip to main content

PeriodicWaveConstraints

PeriodicWaveConstraints is a dictionary object specifies whether normalization should be disabled during creating periodic wave. If not specified normalization is enabled. If normalized, periodic wave will have maximum peak value of 1 and minimum peak value of -1.

interface PeriodicWaveConstraints {
disableNormalization: boolean;
}