electronics forum

Rules | Recent posts | topic RSS | Search | Register  | Log in

is it possible to simulate MAC layer of wimax in matlab?


Post new topic  Reply to topic    EDAboard.com Forum Index -> Digital communication -> is it possible to simulate MAC layer of wimax in matlab?
Author Message
milosavljevic



Joined: 13 May 2007
Posts: 5


Post13 May 2007 20:31   

mac packet in matlabcode


Hi,

I am relatively new to MATLAB and I was woundering if it is possible to simulate the MAC layer with QoS of WIMAX 802.16d or e?

Any comments on this metter will be appreciated.

Thank You!
regards!
Back to top
mkhan



Joined: 18 Mar 2007
Posts: 190
Helped: 41


Post13 May 2007 23:54   

802.16 mac layer simulation model


Hi,

I m not much familiar with WiMAX MAC layer stuff, but u can simulate any wireless systems MAC with or without QoS constraints, with MATLAB. MATLAB gives you very flexible environment to simulate your system mostly if you are working with matrices stuff.

BR,

MAK
Back to top
brmadhukar



Joined: 21 Jun 2002
Posts: 844
Helped: 29


Post15 May 2007 4:18   

matlab+ieee 802.16e mac layer


I would suggest you write m-files rather than using the simulink. They are easier to change and maintain
Back to top
deolan



Joined: 08 Jul 2002
Posts: 82
Helped: 5


Post15 May 2007 13:03   

mac layer source code


For full simulation of MAC level, i think, it should be better to write a simulation program on C or C++, because there are a lot of structures, like a QoS parameters, Service Flows parameters, MAC management packet's data etc. As for me, it's too difficult to implement pointers, structures and arrays of structures in Matlab.

By the way, if you only need to simulate scheduling algorithms, you could use Matlab.

For my opinion, the better type of scheduling for UGS and rtPS traffic is EDF algorithm, and for nrtPS and BE traffic - WFQ algorithm.
Back to top
milosavljevic



Joined: 13 May 2007
Posts: 5


Post15 May 2007 23:44   

simulink mac layer


Thank you all for the reply. It gave me the directions.

Ragards!
Back to top
milosavljevic



Joined: 13 May 2007
Posts: 5


Post16 May 2007 10:18   

design wimax by matlab


Hi,

Thanx again on the replay. I would like to discuss something as well with you if you dont mind.

I am supposed to design the model for WiMAX 802.16d for physical and possible MAC layer using MATLAB. I had a look on differnt materials on MathsWork website.
I was woundering whether MATLAB or Simulink is better in simulating the physical layer? I personaly think that MATLAB m-file offers higher flexibility compared to Simulink in physical layer design.

Any comments on this metter will be appreciated.

Thank you
Regards
Back to top
deolan



Joined: 08 Jul 2002
Posts: 82
Helped: 5


Post22 May 2007 8:41   

smartbits mac layer


For PHY simulation, it is better to use both Matlab and Simulink, because Matlab will help you with randomizer and interleaver (you sould write some m scripts) and you can use Simulink with RS and CC blocks (but i didn't use Simulink).
Back to top
cachep



Joined: 01 Jun 2006
Posts: 75
Helped: 4


Post25 May 2007 6:10   

code matlab of mac layer


Who could tell me detail about scheduling services that WiMax defines?
I know that there are 5 scheduling services : UGS. rtPS, nrtPS, BE and ErtPS (Extended real-time polling service. But it is really difficult for me.
Back to top
m_ratheesh_k



Joined: 13 Nov 2006
Posts: 74
Location: Trichy


Post26 May 2007 10:10   

matlab code simulating wimax


Hi,
Smart bits, Vector signal Analyzer for MAC analysis, & Layer 1 are the softwares used

regards,
MRK
Back to top
cachep



Joined: 01 Jun 2006
Posts: 75
Helped: 4


Post01 Jun 2007 4:49   

mac layer simulation matlab


[quote="deolan
For my opinion, the better type of scheduling for UGS and rtPS traffic is EDF algorithm, and for nrtPS and BE traffic - WFQ algorithm.[/quote]

Could you tell me about EDF and WFQ algorithm, plz?
Back to top
deolan



Joined: 08 Jul 2002
Posts: 82
Helped: 5


Post04 Jun 2007 8:16   

mac layer in simulink


For more detailed descriptions of EDF and WFQ algorithms you should read the following book - "Scheduling in Real-Time Systems" by Francis Cottet, Joelle Delacroix, Claude Kaiser, Zoubir Mammeri.

One useful practical exapmle of using WFQ algorithm is described in a book named "Inside Cisco IOS", but, unfortunately, i can't remember the name of author.

Basically, EDF algorithm is based on timing properties of connection, so we should use this type of algorithm for scheduling connections with real-time data.

When the timing properties aren't so important, but we need to schedule several connections with diffrent amounts of data, we use the WFQ algorithm, because it gives the queue's grants, which depending of data size in queue.
Back to top
rmreddy



Joined: 20 Feb 2007
Posts: 73
Helped: 1


Post25 Jul 2007 6:42   

wimax mac layer testing type


no ways man...
no ay u can implement wimax MAC on matlab ...
there are too many functional modules, sub-modules, modular functions, supporting functions too much of memory constraints, handling pointers, structures, enumerators are difficult in MATLAB ...
Back to top
Google
AdSense
Google Adsense




Post25 Jul 2007 6:42   

Ads




Back to top
rag_perfect



Joined: 01 Sep 2005
Posts: 150
Helped: 7
Location: India


Post26 Jul 2007 6:18   

mac layer of wimax


u can do that one in matlab...
Back to top
shameem



Joined: 27 Oct 2005
Posts: 139
Helped: 2


Post30 Jul 2007 16:30   

wimax mac matlab simulation


Hi,
If anybody have matlab simulation code of Physical layer of wimax, please uoload it.

Any help will be highly appreciated !!

Thanks
Back to top
danielr



Joined: 03 Apr 2006
Posts: 13
Location: Argentina


Post11 Feb 2009 1:50   

matlab code wimax physical layer


You can found a Matlab simulator in the Mathworks site.
I will attach the code.

WiMAX 802.16e PHY and MAC (beta)
by Muhammad Nadeem Khan


11 Aug 2008 (Updated 12 Aug 2008)

WiMAX Physical and MAC Layer

Description Matlab source code for the test vectors and Simulink model for physical layer with MAC Layer addition to the previous model. This model is based on Physical Layer Specification of IEEE 802.16e and ETSI HiperMAN. Run Data.m to copy data to workspace and then run the WiMAX_Test_4.mdl model.

Acknowledgements The author wishes to acknowledge the following in the creation of this submission:
WiMAX 802.16e Physical Layer


Required Products Communications Toolbox
Simulink

MATLAB release MATLAB 7.4 (R2007a)
Zip File Content
Other Files Data.m,
WiMAX_Test_4.mdl,
WiMAX_Test_4.PNG



Sorry, but you need login in to view this attachment

Back to top
ramu6969



Joined: 10 Jul 2009
Posts: 4
Location: in


Post07 Nov 2009 20:16   

Re: is it possible to simulate MAC layer of wimax in matlab?


hey it seems the previous code is only for the phy layer....can any one give the codes of mac layer...
Back to top
vini_rathi



Joined: 23 Aug 2006
Posts: 10


Post11 Nov 2009 17:43   

is it possible to simulate MAC layer of wimax in matlab?


Hello everyone,
I'm also looking for mac layer at wimax but mesh networks. can anyone here help me?
regards,
V K
Back to top
Arabic versionBulgarian versionCatalan versionCzech versionDanish versionGerman versionGreek versionEnglish versionSpanish versionFinnish versionFrench versionHindi versionCroatian versionIndonesian versionItalian versionHebrew versionJapanese versionKorean versionLithuanian versionLatvian versionDutch versionNorwegian versionPolish versionPortuguese versionRomanian versionRussian versionSlovak versionSlovenian versionSerbian versionSwedish versionTagalog versionUkrainian versionVietnamese versionChinese version
Post new topic  Reply to topic    EDAboard.com Forum Index -> Digital communication -> is it possible to simulate MAC layer of wimax in matlab?
Page 1 of 1 All times are GMT + 1 Hour
Similar topics:
WiMax MAC layer programming (9)
flow of wimax MAC Layer (7)
describing physical layer and mac layer ieee 802.11b (1)
MAC layer Programming (2)
HW implementation and simulation of PHY/MAC layers of WiMAX (20)
enc28j60 ethernet mac and physical layer. please help (1)
wimax physical layer (8)
WiMax single carrier physical layer (2)
Wimax physical layer speed question (1)
Is it possible make holes in substrate layer with sonnet? (3)


Abuse || Administrator || Moderators || Support us || sitemap
topic RSS