|
# RTIS Dev Remote Matlab Wrapper
|
|
|
|
|
|
|
|
This is a wrapper of the RTIS Dev Remote library to use RTIS Dev remotely over IP from MATLAB.
|
|
This is a wrapper of the RTIS Dev Remote library to use RTIS Dev remotely over IP from MATLAB.
|
|
Quickly develop with connected RTIS devices. Almost all RTIS Dev functions are available as well as automatic conversion
|
|
Quickly develop with connected RTIS devices. Almost all RTIS Dev functions are available as well as automatic conversion
|
... | @@ -92,8 +91,8 @@ rtisdev = RTISDev("192.168.1.150"); |
... | @@ -92,8 +91,8 @@ rtisdev = RTISDev("192.168.1.150"); |
|
rtisdev.open_connection();
|
|
rtisdev.open_connection();
|
|
|
|
|
|
% Configure the recording and processing settings
|
|
% Configure the recording and processing settings
|
|
rtisdev.set_recording_settings('premade', "default_25_50");
|
|
config_uuid = rtisdev.set_recording_settings('premade', "default_25_50");
|
|
rtisdev.set_processing_settings('premade', "2D_5m_181");
|
|
rtisdev.set_processing_settings(config_uuid, 'premade', "2D_5m_181");
|
|
settings = rtisdev.get_current_settings();
|
|
settings = rtisdev.get_current_settings();
|
|
|
|
|
|
% Get an ACTIVE measurement (protect your ears!) and process it
|
|
% Get an ACTIVE measurement (protect your ears!) and process it
|
... | @@ -148,5 +147,4 @@ ytickformat('%.1f') |
... | @@ -148,5 +147,4 @@ ytickformat('%.1f') |
|
set(gca, 'XTick',xt, 'XTickLabel',xtlbl)
|
|
set(gca, 'XTick',xt, 'XTickLabel',xtlbl)
|
|
set(gca, 'YTick',yt, 'YTickLabel',ytlbl)
|
|
set(gca, 'YTick',yt, 'YTickLabel',ytlbl)
|
|
title('Energyscape');
|
|
title('Energyscape');
|
|
```
|
|
``` |
|
|
|
\ No newline at end of file |