Struct Padding

Struct Documentation

struct Padding

Structure representing padding information.

Contains information about the padding applied to a signal.

Public Members

int width

Width of the padding.

float *padded_signal

Pointer to the padded signal array.

int padded_signal_length

Length of the padded signal array.

int unpadded_signal_length

Length of the original (unpadded) signal.

PaddingMode mode

Padding mode used.

int padded_num_frames

Number of frames in the padded signal.

int unpadded_num_frames

Number of frames in the original (unpadded) signal.