Filter löschen
Filter löschen

How to cover the entire 100 milliseconds without ion excitation?

1 Ansicht (letzte 30 Tage)
Surik Ahmed
Surik Ahmed am 30 Okt. 2023
When applying the Stored-waveform Inverse Fourier Transform (SWIFT) waveform into an ion trap within the notches, the ion motion is observed on the output plot. Initially, the motion is visible from 0 to 30 milliseconds without any excitation, but the subsequent 70 milliseconds do not appear on the plot. I aim to modify this portion of the code to visualize the entire 100 milliseconds without any excitation. How can I achieve this? Thanks.
%swift
swift_value=swift_amp*swift_total(swift_count)/2/r0;
if swift_count>30000&&swift_count<70000
swift_value=30000*swift_amp*swift_total(swift_count)/2/r0;
else
swift_value=swift_amp*swift_total(swift_count)/2/r0;
end
E_swift=swift_value;
Eac=E_swift;

Antworten (0)

Kategorien

Mehr zu Multibody Modeling finden Sie in Help Center und File Exchange

Tags

Produkte


Version

R2022a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by