how to convert block diagram (simulink )to m-file code ?
Show older comments
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..
Accepted Answer
More Answers (1)
Kaustubha Govind
on 3 Mar 2011
3 votes
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.
Categories
Find more on Scopes and Data Logging in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!