| a | amplitude |
| f | frequency |
| phi | phase |
| k | number of outputs during the rise of the ramp (only for QSS1) |
| start | start time of the output series |
| yVal[1] | yVal[2] | yVal[3] | |
| t=start+i*(1/f*k) | a*sin(t*w+phi) | a*w*cos(t*w+phi) | -a*w*w*sin(t*w+phi)/2 |
| i={0,1,2,...,k} | |||
| w=2*f*Modelica.Constants.pi |
![]() |
Parameter setting: |
a=1 f=1 phi=0 k=20 start=0 |