How to calculate IIR using fixed-point number?

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

How to calculate IIR using fixed-point number?

532 次查看
mengxiao
Contributor I

I use KL46 to do IIR filter for data collected by ADC, and IIR filter wants to use fixed point count, KL46 is a supported library?

The IIR type I use is "Direct From II 4Order"

0 项奖励
回复
1 回复

438 次查看
jingpan
NXP TechSupport
NXP TechSupport

Hi Meng,

There is a CMSIS DSP library in the Kinetis SDK which you can download from https://mcuxpresso.nxp.com/en/builder. This is a optional component. You must select it before you download SDK. This library is provided by ARM. It is a suite of common signal processing functions for use on Cortex-M processor based devices. IIR is one of its function.

Regards,

Jing

0 项奖励
回复