Standard Deviation Inbuilt Function available in math.h?

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

Standard Deviation Inbuilt Function available in math.h?

742件の閲覧回数
utsavikalpesh
Contributor V

Hi.,

 

I am working with CodeWarrior v10.6 and of MQX v4.0.

 

I want a function that is calculating Standard Deviation. is there any provision in am math.h .

I tried to search it on math.h but helpless to get it.

 

Regards,

Utsavi Bharuchwala

ラベル(1)
0 件の賞賛
返信
2 返答(返信)

482件の閲覧回数
ZhangJennie
NXP TechSupport
NXP TechSupport

Hi Utsavi Bharuchwala,

from what I know, math.h doesn't have a function to support standard deviation, but it can support some other floating point calculation, for instance sqrt() -- Square Root Calculation.

to get floating point calculation working, we must set compiler tool:

Tool Settings->Librarian->Model->c9x

The EWL library has a smaller footprint but doesn’t support floating point calculations.

I suggest you refer this thread for more information:

Floating point calcs on Kinetis CPU CW 10.1 MQX 3.7


Have a great day,
Jennie Zhang

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

482件の閲覧回数
utsavikalpesh
Contributor V

Hi Jennie,

Thanks for reply.

Regards,

Utsavi Bharuchwala

0 件の賞賛
返信