implementation of image encryption in hardware

i have made a matlab code for image encryption using pixel shifting algorithm. i would like to know how can i implement the code on a hardware? thanx in advance.

 채택된 답변

Walter Roberson
Walter Roberson 2013년 12월 30일

0 개 추천

You have different options:
  1. Use the MATLAB Coder product to generate C or C++ code from the MATLAB source, and then use an appropriate compiler to generate hardware-specific files from the C or C++ source.
  2. Code in Simulink and use Simulink Coder to generate files. In some cases, for some targets, the generation can be done more tuned for the specific target.
  3. Depending on what you mean by "in hardware", you might be able to use Arduino
Note: neither MATLAB Coder nor Simulink Coder are available for Student Version licenses, only for Academic and Professional / Commercial licenses.
It is possible that I have missed one of the code generation options for use with Simulink.

추가 답변 (0개)

제품

질문:

2013년 12월 30일

답변:

2013년 12월 30일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by