I am trying to implement a DCT on a nrf52840 board and have been looking at using the CMSIS DSP DCT function to achieve this. Does anyone have an example of this function being used? I can't figure out how to use it. As far as I understand, I need to use the init function and then the processing function but I am not sure what the pStateBuffer and pInlineBuffer inputs are.
I am using segger embedded studio and have the DSP package installed.
Thanks!