-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Paul Kettle edited this page Mar 24, 2017
·
3 revisions
Matlab is the workhorse for algorithm development, and much of the Authors algorithms begins as a Matlab implementation which is then subsequently migrated to C-Code. As part of this flow, a Matlab Mex wrapper is used to develop a Matlab executable version of the C-Code implementation. This approach accelerates the Matlab runtime and provides a test-bench to the same C-Code that is eventually cross-compiled for the target platform. These C-Reference becomes the 'Gold-Standard' for the algorithms and will form the based for an embedded implementations.