[root]/Packages/ModelCreation/Dataflow/Modules/DataStreaming
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
jeroen | 8 (100.0%) | 424 (100.0%) | 53.0 |
Fix the MatlabBundlesWriter so we have an option to write a strutured matrix or a numeric matrix. Fixed the StreamMatrix function to use weights for row vectors and added a few sanity checks in the function.
2 lines of code changed in 2 files:
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.
3 lines of code changed in 1 file:
Updates to fix the changes I made in Core/Algorithms. Renamed a couple of modules to better represent the functionality. Remove Cardiac Visualization tools developed for CVRTI.
341 lines of code changed in 3 files:
Renamed CompartmentBoundary into DomainBoundary for more consistent naming, added framework for datastreaming (needs to be finished) add two modules for doing operations on a matrix on a row or column basis. Updated some of the module descriptions and various bug fixes.
78 lines of code changed in 2 files: