# al-zfilter-phase-p1p2-cycling-p3.in # approach: 48-phase cycling the first pulse, the third pulse and the receiver # spin-5/2 echo amplitude optimization # versus the third-pulse duration # in three-pulse z-filtered phase-modulated +3Q-MAS sequence, # the first-pulse duration p1 = 4 micro seconds # the second-pulse duration p2 = 4 micro seconds spinsys { channels 27Al nuclei 27Al quadrupole 1 2 3e6 0 0 0 0 } par { spin_rate 5000 variable tsw 0.25 sw 1.0e6/tsw np 17 crystal_file rep100 gamma_angles 10 proton_frequency 800e6 start_operator I1z detect_operator I1c verbose 1101 variable rf 90000 variable rf3 93000 variable p1 4 variable p2 4 } proc pulseq {} { global par maxdt $par(tsw) acq $par(ph31) pulse $par(p1) $par(rf) $par(ph1) pulse $par(p2) $par(rf) $par(ph2) for {set i 1} {$i < $par(np)} {incr i} { pulse $par(tsw) $par(rf3) x acq $par(ph31) } } proc main {} { global par foreach p {{ 0 0 270}\ { 30 0 0}\ { 60 0 90}\ { 90 0 180}\ {120 0 270}\ {150 0 0}\ {180 0 90}\ {210 0 180}\ {240 0 270}\ {270 0 0}\ {300 0 90}\ {330 0 180}\ { 0 90 0}\ { 30 90 90}\ { 60 90 180}\ { 90 90 270}\ {120 90 0}\ {150 90 90}\ {180 90 180}\ {210 90 270}\ {240 90 0}\ {270 90 90}\ {300 90 180}\ {330 90 270}\ { 0 180 90}\ { 30 180 180}\ { 60 180 270}\ { 90 180 0}\ {120 180 90}\ {150 180 180}\ {180 180 270}\ {210 180 0}\ {240 180 90}\ {270 180 180}\ {300 180 270}\ {330 180 0}\ { 0 270 180}\ { 30 270 270}\ { 60 270 0}\ { 90 270 90}\ {120 270 180}\ {150 270 270}\ {180 270 0}\ {210 270 90}\ {240 270 180}\ {270 270 270}\ {300 270 0}\ {330 270 90}} { set par(ph1) [lindex $p 0] set par(ph2) [lindex $p 1] set par(ph31) [lindex $p 2] set g [fsimpson] if [info exists f] { fadd $f $g funload $g } else { set f $g } } fsave $f $par(name).fid funload $f puts "Larmor frequency (Hz) of 27Al: " puts [resfreq 27Al $par(proton_frequency)] } # SIMP # NP=17 # SW=4000000 # TYPE=FID # DATA # 0 0 # -0.893057053 -0.0165192686 # -2.59461521 -0.0288150485 # -5.03759971 -0.0337142684 # -7.50498697 -0.0335144262 # -8.9974267 -0.0365054217 # -8.59310603 -0.0466826101 # -5.89787932 -0.0555888158 # -1.44734185 -0.0496487111 # 3.29433761 -0.0234776491 # 6.58974123 0.0163284021 # 7.35940965 0.0573138802 # 5.70124666 0.0878345538 # 2.72161022 0.0994225866 # -0.104190806 0.0890745643 # -1.58763759 0.063029277 # -1.24838801 0.0344362172 # END