SPT Kernel Programming for S32R274

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

SPT Kernel Programming for S32R274

1,655 次查看
User133
Contributor II

Aside from the given kernels, I want to program my own kernel for convolution on S32R274.

How can I program my own kernels? I read the SPT Kernel files in PSPT, and I want to learn how to program them myself.

I would greatly appreciate any assistance on this matter.

Thank you in advance.

0 项奖励
回复
1 回复

1,612 次查看
petervlna
NXP TechSupport
NXP TechSupport

 

Hello,

the SPT kernels are a good starting point, in conjunction with the S32R274 Reference Manual chapter 45 (SPT ) should be enough to start with

depending on what type of convolution, it may be tricky to implement on SPT, but the question is more generic

if it's a convolution with fixed parameters, the FIR block can be used,

if there's a convolution between 2 signals, that may be problematic for SPT

convolution can be done with FFT and point to point multiplication

it highly depends on the exact operations that the user wants to do, there is no one answer to fit all possibilities here

Best regards,

Peter

0 项奖励
回复