readFrameIntervals
Extract frame segments from an ensemble member
Description
readframeIntervals is a function used in code generated by
        Diagnostic Feature
        Designer.
        extracts the start and stop times for each frame into a table for the first frame policy in
        a set of frame policies. A frame policy specifies the frame size and frame rate, and enables
        frame-based rather than full-signal signal processing and feature extraction.frames = readFrameIntervals(memberdata)
Code that is generated by Diagnostic Feature
          Designer uses readFrameIntervals when it processes inputs with
        both full and framed signals, such as when the code includes ensemble statistics processing
        and frame-based signal and feature processing.
        extracts the frame segments using the specified frame policy ID. For instance,
          frames = readFrameIntervals(memberdata,framepolid)readFrameIntervals(ensembleStatistics,"FRM_2") extracts the intervals
        using the second frame policy.
Input Arguments
Output Arguments
Version History
Introduced in R2020a