New script calling the new functions
This commit is contained in:
parent
dcae7c1121
commit
00c467769a
12
TR_EPR_script.m
Normal file
12
TR_EPR_script.m
Normal file
@ -0,0 +1,12 @@
|
||||
clear variables
|
||||
close all
|
||||
|
||||
%Script for calling the functions of TR-EPR toolbox
|
||||
|
||||
%path to dataset
|
||||
path = 'D:\Nextcloud\Uni\Bachelorarbeit\tr-epr-simulation\example_data.mat';
|
||||
|
||||
raw_data = load_matlab(path);
|
||||
time_corr_data = correct_time_baseline(raw_data);
|
||||
full_corr_data = correct_magnetic_basline(time_corr_data);
|
||||
norm_data = normalize_data(full_corr_data);
|
Loading…
x
Reference in New Issue
Block a user