identifyBearingChanges: Identify the timepoints in a trajectory that correspond to a...

Description Usage Arguments Details Value

Description

Identify the timepoints in a trajectory that correspond to a change in commanded heading.

Usage

1
identifyBearingChanges(trajectory, bearingThresh, turnThresh)

Arguments

trajectory

A flighttrajectory object (or input coercable to one) indicating the trajectory of an aircraft.

bearingThresh

A bearing change threshold (in degrees).

turnThresh

A turn rate threshold (in degrees per second).

Details

A period is marked as a turn if the turn rate is greater than turnThresh and the total bearing change is greater than bearingThresh.

Value

A logical vector indicating whether each timepoint can be considered a turn.


eamoncaddigan/flightpathr documentation built on May 15, 2019, 7:26 p.m.