[root]/Packages/ModelCreation/Dataflow/Modules/Time
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
jeroen | 2 (100.0%) | 419 (100.0%) | 209.5 |
Adding functionality to stream time adaptive signals. TimeToWeights takes in a vector with times and creates the weights of the nearest timeframes and does a linear interpolation. This module serves as input for StreamMatrix which has a port with weights that describe how multiple columns or rows need to be combined into one. Note: the weights here are not compatible yet with MatrixSelectVector, that module uses a custom system to do a sparse matrix. StreamMatrix and TimeToWeights use the default sparse matrix to define weights.
419 lines of code changed in 2 files: