Transmitting and receiveing "payload" data in WLAN example.

3 ビュー (過去 30 日間)
Daud
Daud 2020 年 2 月 25 日
回答済み: Samatha Aleti 2020 年 3 月 2 日
Hello,
Anybody, who can give me any hint how to change the dummy "payload" data in the following example:
For example, in this example the dummy data is decimal "10" for a given msdu length. However, I wanted to transmit decimal "-1000".
I have tried to change the integer data type and the number of bits in different functions associated with transmitter as well as reciever but failed to get data at the receiver end.
I shall be thankful
Regards

回答 (1 件)

Samatha Aleti
Samatha Aleti 2020 年 3 月 2 日
Hi,
As per my understanding you want to edit the data” generated in “Entity Generator block. You can do this by going to Entity Generator” block’s Library as follows:
1) Select the “Entity Generator” block
2) Press “Ctrl + L”: This opens its library
3) Unlock the library by selecting “Locked Library” (under Library tab)
Now, you can change the “data” accordingly.
Also, the payload “data” is in bytes, so it should be an array with values in the range [0,255] only.

カテゴリ

Help Center および File ExchangeSystem-Level Simulation についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by