function [cohfreq] = load_Data (path);

load(path);

cohfreq =Data.Originaldaten; % depends on the structure of the mat-file
cohfreq =double(cohfreq);

end