Master Thesis Code
by Simon Moser
Loading...
Searching...
No Matches
exp_240214_allanDeviation5.m
Go to the documentation of this file.
1%
2% For LICENSE / TERMS OF USE, see the file LICENSE in the root directory of the repository.
3
4clear; close all; clc;
5
6%% add functions path and get data path
7addpath(genpath('../../functions'));
8datapath = getDataPath();
9datapath = fullfile(datapath, "self_captured/240214_allan_deviation_5");
10
11%% load data
12data = jumpReadData(fullfile(datapath, "S-24-A-13026_000.BIN"));
13
14%% parameter analysis
15param = jumpNoiseAnalysis(data, "plot", true);
function getDataPath()
function jumpNoiseAnalysis(in data, in options)
function jumpReadData(in filePath, in options)