Catch the wifi signal when using WLAN toolbox
3 views (last 30 days)
Show older comments
Hello,
I'm using the WLAN toolbox to simulate a simple wifi network. I copied the code of this tutoriel Get Started with WLAN System-Level Simulation in MATLAB - MATLAB & Simulink - MathWorks France
This is a system-level simulation, but in the context of my study I need to catch the signal of all the received packets (in the form of amplitude) to do some analysis. I know there is a way to directly generate the signals using the wave form generator of the UAV toolbox, but in my case I need first to configure a network (nodes' positions, mobility, interferences, ect.) and then retrieve the received signals in each scenario. It is written in the tutoriel that we can use the full MAC and PHY layers models by setting the values of MACFrameAbstraction to false & PHYAbstractionType to 'None'so as the waveforms will be generated and decoded at the physical layer. But I don't know how to access and retrive these information, i.e. signals.
Any suggestion please?
Thank you in advance.
1 Comment
Lucifer__
on 30 Jan 2024
Hi Nassima,
were you able to do this? I also need to configure a network in MATLAB first before generating a waveform? How do we solve for nodes mobility while generating waveforms?
Answers (0)
See Also
Categories
Find more on WLAN Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!