You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fprintf('c11 %g T/m; aDx %g T; aDy %g T;\n',system.c11,system.aDx,system.aDx);
22
+
fprintf('Drive peak translation x:%g m; y:%g m\n',system.aDx/system.c11,system.aDy/system.c11);
23
+
16
24
%%3. Define all the other system parameters.
17
25
% The spatial resolution of the phantom and the system matrix. The used frequencies, time vector, sampling frequencies, noise parameters etc. This is highly dependent on the scanner you want to model.
18
26
disp('3. Define all the other system parameters.')
@@ -124,14 +132,14 @@
124
132
disp('5. Define the time-varying amplitude applied on the different coils.')
0 commit comments