Skip to content

Simulink blockset and MATLAB functions to interface with LimeSDR

License

Notifications You must be signed in to change notification settings

CollusW/Simulink-MATLAB-LimeSDR

 
 

Repository files navigation

#LimeSDR Matlab & Simulink interface

device = limeSDR();
device.rx0.frequency = 100.00e6;
device.tx0.frequency = 200.00e6;

Before starting, run help limeSDR.build_thunk to view instructions on how to have MATLAB build a Thunk file to use in conjunction with libLimeSuite.

For more information, use the MATLAB help limeSDR and doc limeSDR commands on the files in this directory

Simulink support

add MATLAB System block and choose limeSDR_Simulink.m file

License

This code is distributed under an MIT License.

About

Simulink blockset and MATLAB functions to interface with LimeSDR

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • MATLAB 60.2%
  • C 39.8%