Commit 4a63914c1dee42ed5c3421a3e3bb93c3bb5b32e4
1 parent
1a0e88f0ce
Exists in
master
add relative ad option
Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff
allanplot.m
... | ... | @@ -16,7 +16,7 @@ |
16 | 16 | printf(strcat(filename, ' col', num2str(col(i)), ' drift removed\n\n')) |
17 | 17 | data.freq = detrend(data.freq); |
18 | 18 | elseif eval(argv(){4})(i) == 2 |
19 | - printf(strcat(filename, ' col', num2str(col(i)), ' relative ad\n\n')) | |
19 | + printf(strcat(filename, ' col', num2str(col(i)), ' relative ad : mean=', num2str(mean(data.freq)), '\n\n')) | |
20 | 20 | data.freq = data.freq./mean(data.freq); |
21 | 21 | elseif eval(argv(){4})(i) == 3 |
22 | 22 | printf(strcat(filename, ' col', num2str(col(i)), ' drift removed relative ad\n\n')) |