how to convert block diagram (simulink )to m-file code ?

56 次查看(过去 30 天)
may i know how to convert the simulink blok diagram into m-file ? how can i get the code for each block?
the m-file coded will run on DSP kit tms320c6713 so the waterfall graph (pe vs ber) will come out.
here is the block diagram i need to convert..

采纳的回答

Paulo Silva
Paulo Silva 2011-3-3
There's no way to convert it directly. You do your project on simulink or on matlab's m code, you can also do in both at the same time but simulink parts can't be converted unless you make equivalent functions in your m code.

更多回答(1 个)

Kaustubha Govind
Kaustubha Govind 2011-3-3
If you plan to run the model on an microprocessor, you probably need to convert it to C/C++ code and not MATLAB code. To generate C/C++ code from a Simulink model, you need Real-Time Workshop.

Community Treasure Hunt

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

Start Hunting!

Translated by