Skip to content

Commit

Permalink
Change default maxRF to 0.15G; works well overall
Browse files Browse the repository at this point in the history
On branch develop
	modified:   systemspecs.m
  • Loading branch information
jfnielsen committed Feb 16, 2024
1 parent a4e03c3 commit d7df62a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion +toppe/systemspecs.m
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
% Design choices (need not equal scanner limits)
sys.maxGrad = 4; % Gauss/cm
sys.maxSlew = 15; % Gauss/cm/ms
sys.maxRF = 0.25;
sys.maxRF = 0.15;
sys.rfDeadTime = 72; % us. Must be >= 72us
sys.rfRingdownTime = 54; % us. Must be >= 54us
sys.adcDeadTime = 40; % us. Must be >= 40us
Expand Down

0 comments on commit d7df62a

Please sign in to comment.