Numerix v0.5.1 Numerix.Window View Source

Functions used to smoothly bring a sampled signal down to zero at the edges of the sampled region. https://en.wikipedia.org/wiki/Window_function 

Link to this section Summary

Functions

A bell curve function calculated based on the width (distance) and sigma (standard deviation)

Link to this section Functions

Link to this function gaussian(width, sigma \\ 1.0) View Source
gaussian(number(), number()) :: float()

A bell curve function calculated based on the width (distance) and sigma (standard deviation).