Generally, the classes in this package should not be used by the user.
This package contains models, functions and parameters designed to build up other models of higher level. Some of them cannot be used in an arbitrary way and require particular knowledge how to set the options in the parameter menu. Therefore, only advanced users should deal with contained classes.
Name | Description |
---|---|
Add | Output the sum of the two real inputs |
Add2 | Output the sum of the two real inputs (graphics can be changed) |
bessel0 | Polynomial approximation of the zeroth order modified Bessel function |
DiscreteADconverter | AD converter as discrete block |
DiscreteDAconverter | Digital to analog converter as discrete block (including zero order hold) |
DiscreteFIR | Realization of FIR filter |
DiscreteNoise | Uniform distributed noise for discrete blocks |
DiscreteSampler | Sample the input signal |
DiscreteStateSpace | Discrete linear time invariant state space system block parameterized with a continuous state space system |
DiscreteStateSpace2 | Discrete linear time invariant state space system block parameterized with a continuous state space system |
DiscreteUnitDelay | Delay the input signal by one sample instant |
DiscreteInterpolator | Increasing the sampling frequency with linear interpolation |
FIR_coefficients | Calculates the FIR-filter coefficient vector |
FIR_window | Calculation of n-point weighting window for FIR filter |
random | Pseudo random number generator |
scaleFactor1 | Return scale factor for first order block |
scaleFactor2 | Return scale factor for second order block |
convertToInit | Convert InitWithGlobalDefault to Init |
convertToMethod | Convert MethodWithGlobalDefault to Method |