We use cookies on this website to distinguish you from other users.
We use this data to improve our content experience and for targeted advertising.
By continuing to use this website you consent to our use of cookies.
For more information, please see our
Cookie Policy.
Struct Padding¶
Defined in File pad.h
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.
-
int width¶