Info

This question is closed. Reopen it to edit or answer.

data input to the wimax model

1 view (last 30 days)
suryatapa
suryatapa on 9 Mar 2014
Closed: MATLAB Answer Bot on 20 Aug 2021
how can i input data generated form a simpowersystem model to be communicated over a wimax model?
eg. in the inbuilt library model for 802.16 instead of a random bit generator if i wanted to input voltage readings from power system model what do i have to do?

Answers (1)

Joel Van Sickel
Joel Van Sickel on 1 Dec 2020
if the wimax model is in simulink, you can just read the voltage from the simpowersystem model and connect it to your wimax model. Othewise, if you want to connect your model using wimax, you need to generate code from the model and add the appropriate communication interfaces manually.
This answer is part of a MATLAB Answers cleanup effort for unanswered questions that are outstanding.

Community Treasure Hunt

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

Start Hunting!