get_excitation_function()

Description: Returns a set of points corresponding to the given excitation function sampled with the given sampling period. This function is particularly useful for performing FDTSD calculations with excitation functions based on the analytically defined TSD functions.

Usage

points = get_excitation_function(ef_type, a0, f0, w, b, dt);
points = get_excitation_function(excitation_function, dt); 

Arguments

Output Parameters

Notes

Excitation function types can also be described using their integer identifiers; 1 for tone burst, 2 for Hann-weighted pulse, and 3 for t-cubed pulse.