@pond-ts/fit API Reference
    Preparing search index...

    Interface ChannelProfile

    One channel resampled onto the grid. Only channels the activity actually carries appear; the display layer converts native units.

    interface ChannelProfile {
        key: ChannelKey;
        points: ChannelSample[];
    }
    Index

    Properties

    Properties

    points: ChannelSample[]