240 私信
这个人很懒,暂无签名信息
0
0

DSP开方算法(牛顿迭代法)

一、牛顿迭代法介绍     牛顿迭代法(Newton's method)又称牛顿-拉夫逊方法,是一种在实数域和复数域上的近似求解方程的方法。   二、开方根的实现 /* *实现环境 TMS320F28335 */ typedef unsigned char uint8_t; typedef unsigned short int uint16_t; typed...

个人介绍
暂无介绍