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.
Function apply_padding¶
Defined in File pad.h
Function Documentation¶
-
void apply_padding(float *signal, int signal_length, Padding *padding)¶
Pad a signal with the specified padding mode.
This function pads the input signal with the specified padding mode and stores the result in the provided Padding structure.
- Parameters:
signal – Pointer to the input signal array.
signal_length – Length of the input signal array.
padding – Pointer to the Padding structure where the padding information will be stored.