tinySA MATLAB Wrapper

版本 1.0.1 (67.3 KB) 作者: Jegan Mani
tinySA MATLAB wrapper provides an easy way to connect with tinySA from MATLAB and perform basic measurements through MATLAB.
44.0 次下载
更新时间 2021/7/31

查看许可证

tinySA provdes MATLAB access to tinySA using serial interface. This class provides most commonly used functionality through a simple spectrum analyser.The number data points between a measurement span is configurable to a maximum of 290 points and by default it is set to 101 points.tinySA supports upto 4 markers to be configured and same is supported by this MATLAB wrapper.Its very important that input signal is attenuated enough to protect the sensitive receiver frontend, tinySA has the ability to configure attenuator between 0 to 31 dB in increments of 1 dB. tinySA has 2 ports that can be configured to either be a receiver or a signal generator, in this version of the wrapper only receive is supported.
Low Port supports 0Hz to 350MHz
High Port supports 240MHz to 900MHz
High port is less sentivie compared to the low port.
If no input is provided class would use defaults of COM8 and 19200 for baudrate.
Typical call :
testSA = tinySA()
testSA = tinySA('ComPort','Com8','BaudRate','9600')
testSA.setSweepParameters(100000000,300000000)
testSA.setSweepParameters(100000000,300000000,200)
testSA.setMarker(1,140000000)
testSA.setMarker(2,'Peak')
[frequencies,spectrumData] = getSpectrumData(100000000,300000000,200);

引用格式

Jegan Mani (2024). tinySA MATLAB Wrapper (https://www.mathworks.com/matlabcentral/fileexchange/96882-tinysa-matlab-wrapper), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2021a
兼容任何版本
平台兼容性
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.0.1

Updated platform compatibility information

1.0.0