Skip to content

Instantly share code, notes, and snippets.

View alirezaahrabian's full-sized avatar

alirezaahrabian

View GitHub Profile
@alirezaahrabian
alirezaahrabian / gist:4efca034ff242315a97252526c82d81e
Last active December 2, 2020 19:38
Change Detection Using Volatility Filters
#LMS change Detector
function [state,h]=ChangeDetectionLMSShiftMultipleSensor1(x,WinSlow,WinFast,WinDesired,muBase)
%Slow Response to change, accurate in steady state
[m,n]=size(x);
if m>n
x=x';
end
[NumSensors,n]=size(x);
shift=300;

#KAT service for IoT Data Analysis

Introduction

This document provides an outline of the KAT server, an online data analysis tool that enables users with limited programming to use standard data analysis algorithms.

How to interact

  1. URL: http://iot.ee.surrey.ac.uk:8081/AnalyseData
  2. POST request
  3. Specify the headers as shown in the figure below
  4. Send the Methods, Parameters and Link to the Data (DataPointer) to the server, as shown in the figure below.