This fixes the convolution method used in the supplementary Noise library. It allows to use the actual step response of a filter to shape the output of the Noise blocks.
It affects the Modelica_Noise library only in a minor point: The Interfaces for the interpolators now also include the samplePeriod. It is not used in this library and only introduced to provide extendability via the supplementary Noise library.
This PR also fixes a small bug in the Interpolations example, where the new deafult of constant interpolation was not respected.
This fixes the convolution method used in the supplementary Noise library. It allows to use the actual step response of a filter to shape the output of the Noise blocks.
It affects the Modelica_Noise library only in a minor point: The Interfaces for the interpolators now also include the samplePeriod. It is not used in this library and only introduced to provide extendability via the supplementary Noise library.
This PR also fixes a small bug in the Interpolations example, where the new deafult of constant interpolation was not respected.