Commit d5d0b7e46998acbc435d46715a2ebd7f6a739ef6

Authored by bmarechal
1 parent c12e5e9f33
Exists in master

dyn tau array size

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

... ... @@ -7,7 +7,7 @@
7 7 data.freq = load(filename)(:,col).*mult;
8 8 data.rate = 1;
9 9  
10   -ad = allan(data, 2.^(0:12), strsplit(filename, '/'){end}, 1);
  10 +ad = allan(data, 2.^(0:nextpow2(length(data.freq))), strsplit(filename, '/'){end}, 1);
11 11 input("Press to continue...");
12 12 exit