SPT Kernel Programming for S32R274

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

SPT Kernel Programming for S32R274

834件の閲覧回数
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 返信

791件の閲覧回数
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 件の賞賛
返信