查看单个帖子
旧 2008-11-14, 03:46   #1
TechnicalArticles
游客
 
帖子: n/a
默认 Converting Models from Floating Point to Fixed Point for Production Code Generation

An essential step in embedded software development, floating- to fixed-point conversion can be tedious, labor-intensive, and error-prone. System engineers frequently design algorithms in floating-point math, usually double-precision. This format represents the ideal algorithm behavior but takes little account of the algorithmÂ’s final realization in production software and hardware. Software engineers and suppliers in mass production environments often need to convert these algorithms to fixed-point math for their integer-only hardware. As a result, multiple iterations between system and software engineers are often required.

更多...
  回复时引用此帖