Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

simulink model to DSP

Status
Not open for further replies.

medra

Full Member level 2
Joined
Oct 15, 2006
Messages
149
Helped
37
Reputation
74
Reaction score
6
Trophy points
1,298
Location
Egypt
Activity points
2,012
viterbi in simulink

Dear all
Please reply if you have any related information to any question

I have a wimax simulink model file . if using reed solomon decoder , the model can easily be downloaded on DSP with no problems. But if we used convolutional encoder and corresponding viterbi decoder ,the downloading fails.

I started to examine the conversion of the convolutional m-file and viterbi -m file to the c language by using emlc command. I found problems but managed to solve them except a strange problem. the viterbi alogorithm calls a function called vit.mexw32 which is c code optimized to work on matlab platform, this function makes error while converting the viterbi.m to c ( evenif it is a C code !!!!!!!!!). what is the solution to this problem???

if the conversion is successfull on m. file ,will it be succesful for simulink model as well??
could I edit the simulink viterbi model???

is the embedded matlab guarenteed to be converted to c files and easily downloaded on DSP?? ( that is , if I managed to make an embedded matlab simulink block which has the same function as viterbi, I will pass the problem)

please give me any related information to the topic, may be you have an altenative solution to the problem.
 

dsp simulink

Hi,

Do you use C6713 DSK ?

Ahmed
 

    medra

    Points: 2
    Helpful Answer Positive Rating
wimax encoder in simulink *.m

Hi,

You may use these codes for Conv. encoder and Viterbi decoder; they are very good.

Ahmed
 

    medra

    Points: 2
    Helpful Answer Positive Rating
Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top