functioninterpolate
Interface of a function to interpolate in a buffer of random numbers
Extends from Modelica.Icons.Function (Icon for functions).
Information
This partial function defines the input and output arguments of the function to interpolate in a buffer of random values.
Inputs
| Type | Name | Default | Description |
|---|---|---|---|
| Real[:] | buffer | Buffer of random numbers | |
| Real | offset | Offset from buffer start (0..size(buffer)-1 | |
| Real | samplePeriod | 1 | The sample period of the noise buffer |
Outputs
| Type | Name | Default | Description |
|---|---|---|---|
| Real | y | Interpolated value at position offset |
Revisions
| Date | Description | ||
|---|---|---|---|
| Sep. 4, 2015 |
|