-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdesign.tex
33 lines (18 loc) · 1.19 KB
/
design.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
\begin{appendices}
\chapter{Tools for RF and gradient waveform design}
\label{app:design}
\section{Matlab scripts included in this distribution}
My own Matlab scripts for generating slice-selective RF pulses, balanced cartesian readouts, spoiler gradients, etc, are included in the \texttt{wavgen} directory in this distribution.
The code is provided as-is, and is undocumented at the moment.
\section{John Pauly's RF pulse design code (Matlab)}
John Pauly has made his Shinnar-Le Roux code available for download at
\url{http://rsl.stanford.edu/research/software.html}
The code included in the \texttt{wavgen/tipdown} directory in this distribution uses Pauly's code to generate SLR slice-select pulses.
\section{Brian Hargreaves' spiral gradient design code (Matlab)}
Brian Hargreaves has made his spiral readout gradient design code available for download at
\url{http://mrsrl.stanford.edu/~brian/vdspiral/}
\section{Generating Pulseq files}
Pulseq provides tools for waveform and sequence creation, available on the Pulseq web page.
Alternatively, sequences can be designed, simulated, and exported in Pulseq (.seq) format using JEMRIS, available at
\url{http://www.jemris.org/}
\end{appendices}