This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
resources:eval:user-guides:matlab_bsp [09 Jan 2021 00:39] Robin Getz user interwiki links |
resources:eval:user-guides:matlab_bsp [09 Mar 2021 04:04] Srikanth Pagadarai Updated link from Mathworks_Tools to Transceiver Toolbox |
||
---|---|---|---|
Line 5: | Line 5: | ||
==== Quick Start with BSP ==== | ==== Quick Start with BSP ==== | ||
- | The current stable Toolbox can be downloaded from the [[https://github.com/analogdevicesinc/MathWorks_tools/releases|MathWorks_tools GitHub Release Page]]. Download the latest mltbx file then open that file within MATLAB. Opening the file will automatically install the Toolbox, adding the necessary components to your MATLAB path. The "Analog Devices, Inc. Board Support Packages" will appear in your [[mw>help/matlab/matlab_env/manage-your-add-ons.html|Add-Ons Explore]] within MATLAB. | + | The current stable Toolbox can be downloaded from the [[https://github.com/analogdevicesinc/TransceiverToolbox/releases|TransceiverToolbox GitHub Release Page]]. Download the latest mltbx file then open that file within MATLAB. Opening the file will automatically install the Toolbox, adding the necessary components to your MATLAB path. The "Analog Devices, Inc. Board Support Packages" will appear in your [[mw>help/matlab/matlab_env/manage-your-add-ons.html|Add-Ons Explore]] within MATLAB. |
<WRAP round download> | <WRAP round download> | ||
- | * [[https://github.com/analogdevicesinc/MathWorks_tools/releases|Analog Devices Inc, Board Support Packages Toolbox Release Page]] | + | * [[https://github.com/analogdevicesinc/TransceiverToolbox/releases|Analog Devices Inc, Board Support Packages Toolbox Release Page]] |
</WRAP> | </WRAP> | ||
Line 36: | Line 36: | ||
First clone the repo and move into it: | First clone the repo and move into it: | ||
<code> | <code> | ||
- | git clone https://github.com/analogdevicesinc/MathWorks_tools.git | + | git clone https://github.com/analogdevicesinc/TransceiverToolbox.git |
- | cd MathWorks_tools | + | cd TransceiverToolbox |
</code> | </code> | ||
To build the toolbox run the following: | To build the toolbox run the following: |