Function apply_padding

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.