Skip to content
This repository has been archived by the owner on May 19, 2022. It is now read-only.

the minimum size of cluster is 1 #19

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion matlab/SCRIPT_allan_matparallel.m
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

% Calculate our tau range (max is half of the total measurements)
taumax = floor((length(ts_imua.Time)-1)/2);
tau = delta*logspace(log10(delta),log10(taumax),2000);
tau = delta*logspace(log10(1),log10(taumax),2000);
%tau = delta*linspace(1,taumax,1000);


Expand Down