Recently, I conducted an FMR simulation for the materials to be used. My testing method was as follows:
1. Add an external magnetic field Bz = 2T, then relax.
2. Add a pulsed magnetic field B_ext = vector(0.001 * sinc(2*pi*(f_max) * (t-t0)), 0, Bz)
Set the maximum frequency to 120e9 Hertz.
Finally, after performing a fast Fourier transform (FFT) simulation on mx, I found that the amplitude of mx was not zero when F = 0 in the low-frequency region. Therefore, I changed to perform FFT on myy and found that the curve did not gradually decrease to 0 in the high-frequency region but suddenly dropped nearby.
Is this type of spectrum reasonable? If not, how should I modify my program? What is the cause of this? What measures should I take to make my spectrum gradually decrease to 0 in the high-frequency region? I hope all the professors can give me guidance. Thank you in advance!