Function generate_pulse_trajectory
Source pub fn generate_pulse_trajectory(time_steps: usize) -> DMatrix<f64>
Expand description
Generate a pulse trajectory
§Arguments
time_steps - Number of time_steps on which the trajectory should be generated
§Returns
A matrix that contains the trajectory.