https://github.com/jocover/simulink-matlab-limesdr
Simulink blockset and MATLAB functions to interface with LimeSDR
https://github.com/jocover/simulink-matlab-limesdr
Last synced: 3 months ago
JSON representation
Simulink blockset and MATLAB functions to interface with LimeSDR
- Host: GitHub
- URL: https://github.com/jocover/simulink-matlab-limesdr
- Owner: jocover
- License: mit
- Created: 2016-12-19T13:21:58.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-05T03:22:04.000Z (almost 8 years ago)
- Last Synced: 2025-01-24T16:32:40.683Z (4 months ago)
- Language: Matlab
- Size: 31.3 KB
- Stars: 43
- Watchers: 8
- Forks: 28
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.MIT
Awesome Lists containing this project
README
#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](LICENSE.MIT).