Skip to content

Commit

Permalink
Rename FD_taylor.m to MATLAB_files/FD_taylor.m
Browse files Browse the repository at this point in the history
  • Loading branch information
efmkoene authored May 15, 2018
1 parent 52fbf2e commit a14dc35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FD_taylor.m → MATLAB_files/FD_taylor.m
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@
h(index) = h(index) * (delay-k)./ (n(index)-k);
end

c = h(ceil(delay)+1:end) * 2 ./ (1:2:L);
c = h(ceil(delay)+1:end) * 2 ./ (1:2:L);

0 comments on commit a14dc35

Please sign in to comment.