How to use signal Processing Component of PE for FFT?

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

How to use signal Processing Component of PE for FFT?

跳至解决方案
2,019 次查看
Amit_Kumar1
Senior Contributor II

Hi

I want to use FFT on the incoming signals on my FRDM-K20D50M board. I went through the Processor expert component and found there is a component i.e "Signal processing" using which we can do the FFT. I am using code warrior 10.5.

1.jpg

after selecting this, I had to do some memory management. I am struck there. I have no idea how to do this.

2.jpg

in one of the thread i.e 【Urgent Question】 Codewarrior Bug or Code error ? ---About The FFT function dfr16RFFT it was stated to look for the appnote in help of the component. but in that also I couldn't get much help.

3.jpg

How to make it work?

Kind Regards

Amit Kumar

标记 (6)
1 解答
1,560 次查看
Amit_Kumar1
Senior Contributor II

Hi Jingjing

Thanks for the concern. When you disable the filters present in PE then only these components appear in PE components. So I confirmed, those functions doesn't support Kinetis uc. Later I implemented the CMSIS library and made it work. Following is the thread how I implemented the library for Kinetis

Interfacing CMSIS Library in Codewarrior?

Kind Regards

Amit Kumar

在原帖中查看解决方案

0 项奖励
回复
3 回复数
1,560 次查看
kerryzhou
NXP TechSupport
NXP TechSupport

Hi Amit Kumar,

     Could you tell me your"Signal prcessing (FFT,FIR,IIR&Correlation)[component DSP_func_DFR]" is under which folder? Could you tell me the path?

Because I didn't find it after I through all the folders.

pastedImage_2.png

Waiting for your reply!

Best regards,

Jingjing

1,561 次查看
Amit_Kumar1
Senior Contributor II

Hi Jingjing

Thanks for the concern. When you disable the filters present in PE then only these components appear in PE components. So I confirmed, those functions doesn't support Kinetis uc. Later I implemented the CMSIS library and made it work. Following is the thread how I implemented the library for Kinetis

Interfacing CMSIS Library in Codewarrior?

Kind Regards

Amit Kumar

0 项奖励
回复
1,560 次查看
kerryzhou
NXP TechSupport
NXP TechSupport

Hi Amit Kumar,

    Yes, you are right, the filter is showing only components available for processor in focused project.

  So, the filter should be select when you choose the module, your mentioned module is not supported by K20.

    Thank you for your another thread and the sharing document.

Best regards,

Jingjing

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------