Skip to content
Snippets Groups Projects
Commit 246cec11 authored by Grant David Meadors's avatar Grant David Meadors
Browse files

Fixed a typo

parent a57bded0
No related branches found
No related tags found
No related merge requests found
......@@ -1126,7 +1126,7 @@ classdef HoftEditor < handle
% or more generous if less than 32 averages
% else pass (zero)
combOutput.combLimit = max(1.2, 1.2 * sqrt(32 / (Hoft.r/nfft)));
combOutput.maximum =... max(combOutput.Ratio >= combOutput.combLimit );
combOutput.maximum = max(combOutput.Ratio >= combOutput.combLimit );
% In addition to the ratio cutoff, check the sum of comb
% values after feedforward. If the sum of points at
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment