The demo of hdlcoder_s​obel_seria​l_eml.mdl

3 vues (au cours des 30 derniers jours)
smiczh ZHOU
smiczh ZHOU le 16 Mar 2011
In the sobel_edge_eml of sobel_edge_hardware of hdlcoder_sobel_serial_eml.mdl, there are three inputs u, thresh and C in the function. However, just an u is connected with this block. And I find thresh = 157 and C = 100 in workspace. So how are the two values generated?

Réponse acceptée

Kaustubha Govind
Kaustubha Govind le 16 Mar 2011
I couldn't find this demo model in R2010b - did you download it off our website?
From what I can tell, it looks like the block in question is an Embedded MATLAB Fcn block with 'u' as input. The other inputs are actually parameters of the function (these are registered from the Ports and Data Manager of Embedded MATLAB). So, although they appear as inputs from the function prototype, they are not actually inputs to the block, but resolved from the workspace.
  1 commentaire
smiczh ZHOU
smiczh ZHOU le 17 Mar 2011
Thank you for your answer.
This demo model is a Simulink HDL Coder demo who's full name is Sobel Edge Detection Using the Embedded MATLAB™ Function Block. I found it Help.
To the question, the two inputs are actually parameters and they are given in File?Model Properties?Callbacks?InitFcn.

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Code Generation dans Help Center et File Exchange

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by