changing coding of a block in a simulink model
이전 댓글 표시
Hi, I am using a simulink model (IEEE802.11a WLAN PHY) but I need to change it to IEEE802.11p PHY. In order to do that I should change the value of the data rate set for each modulator to the half of its value. But I dont know how to make this changes. Is there any way to access to the source code of blocks? Or is there any way to do that?
Thanks
댓글 수: 1
alaa alaa
2016년 6월 4일
Hello Did you get a way to convert from 802.11a to 802.11p. I hope for your help because I am having the same problem
답변 (1개)
Kaustubha Govind
2012년 1월 31일
0 개 추천
It depends on how the block was authored - it will help if you specify which Simulink library it belongs to (if it is a shipped block), or if you are using something a user developed.
댓글 수: 3
Goola
2012년 2월 1일
Kaustubha Govind
2012년 2월 1일
Most of the blocks in that model are masked subsystems - right-click on the block and select "Look Under Mask" to see the underlying implementation. You can then re-save your changes.
Kaustubha Govind
2012년 2월 1일
Btw, the Modulator blocks come from the IEEE80211a_lib.mdl library model - so you might want to make your changes to the library itself.
카테고리
도움말 센터 및 File Exchange에서 WLAN Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!