# al-shifted-echo-amplitude-80-filtering-p3.in # approach: filtering the desired coherences (-5Q and +5Q) after the first pulse # and (1Q) after the second pulse # spin-5/2 echo and antiecho amplitude optimization # versus the first-pulse duration # in three-pulse shifted-echo amplitude-modulated 5Q-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 rep10 gamma_angles 10 proton_frequency 800e6 start_operator 80*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) matrix set 1 coherence {-5 5} matrix set 2 coherence {1} acq -y pulse $par(p1) $par(rf) x filter 1 pulse $par(p2) $par(rf) x filter 2 for {set i 1} {$i < $par(np)} {incr i} { pulse $par(tsw) $par(rf3) x acq -y } } proc main {} { global par fsave [fsimpson] $par(name).fid puts "Larmor frequency (Hz) of 27Al: " puts [resfreq 27Al $par(proton_frequency)] } # SIMP # NP=17 # SW=4000000 # TYPE=FID # DATA # 0 0 # 0.051427886 0.002709269 # 0.198816033 0.00950478756 # 0.397062211 0.0170613413 # 0.573585254 0.021409775 # 0.656413587 0.0199019429 # 0.596559192 0.0129529309 # 0.385093368 0.00422656076 # 0.0651817992 -0.00124818717 # -0.274346597 3.62668158e-05 # -0.536445746 0.0080823175 # -0.669574487 0.0195039557 # -0.69813275 0.0294763322 # -0.702560592 0.0342884559 # -0.764620248 0.0332050802 # -0.921220149 0.0288143524 # -1.15403842 0.025670525 # END