Discrepancy between excitation profiles of the sinc fucntion

General forum for EasySpin: questions, how to's, etc.
Post Reply
Khalil
User
Posts: 19
Joined: Mon Aug 29, 2016 8:53 am

Discrepancy between excitation profiles of the sinc fucntion

Post by Khalil »

Dear EasySpin users,

I am interested in looking to shaped pulses and particularly to the sinc function. However when using easyspin functions to calculate the excitation profile it did shows some sharp spikes. However, when I did manually calculate the inversion profile these spikes disappear. I know in my case I did a simple fft to calculate the excitation profile but I am wondering if these spikes are real. I have attached the script and the associated figure.
Any thoughts??
Regards

Attachments
figure.jpg
figure.jpg (19.51 KiB) Viewed 3225 times
sinc_manually_vs_easyspin_function.m
(960 Bytes) Downloaded 168 times
Stefan Stoll
EasySpin Creator
Posts: 1057
Joined: Mon Jul 21, 2014 10:11 pm
Location: University of Washington

Re: Discrepancy between excitation profiles of the sinc fucntion

Post by Stefan Stoll »

There is a reason for the discrepancy: the FFT is a linear operation, whereas spin dynamics (Bloch equations) is fundamentally nonlinear. So taking the FFT is only an approximation. In the limit of small flip angles, this approximation works well. You can see this by reducing Par.Flip in your script. For flip angles like pi/2 or pi, the approximation breaks down, and one really needs to solve the Bloch equations, as is done by EasySpin.

Khalil
User
Posts: 19
Joined: Mon Aug 29, 2016 8:53 am

Re: Discrepancy between excitation profiles of the sinc fucntion

Post by Khalil »

Many thanks Stefan.
Regards

Post Reply