DLR-SR / Noise

Modelica library for generating stochastic signals to be included in the Modelica Standard Library
9 stars 11 forks source link

Convolution #48

Closed akloeckner closed 9 years ago

akloeckner commented 9 years ago

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.