functionGaussian
The kernel for a Gaussian filter
Extends from Noise.Utilities.Interfaces.Kernel (Interface for convolution kernels (impulse responses) of convolution filters).
Inputs
| Type | Name | Default | Description |
|---|---|---|---|
| Real | t (from Kernel) | The time | |
| Real | dt (from Kernel) | The sampling period of the signal | |
| Real | f_cutoff | 1/2/dt | Cut-off frequency |
| Real | c | 2 | Cut-off value: Cut-off frequency is defined at a filter response of 1/c |
Outputs
| Type | Name | Default | Description |
|---|---|---|---|
| Real | h (from Kernel) | The impulse response of convolution filter |
Revisions
Developed 2014 at the DLR Institute of System Dynamics and Control