# lpc5500_powerquad_cookbook **Repository Path**: suyong_yq/lpc5500_powerquad_cookbook ## Basic Information - **Project Name**: lpc5500_powerquad_cookbook - **Description**: 书稿代码 - **Primary Language**: C - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-05-21 - **Last Updated**: 2022-07-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README  # LPC5500 PowerQuad & AI ## Functional Requirement LPC5500系列微控制器的中高端型号集成了PowerQuad DSP硬件加速协处理器. 本项目将在使用PowerQuad实现CMSIS-DSP常用的一些功能, 并探索人工神经网络在微控制器平台上部署的实现. ## Tools - IAR. - LPC5500-EVB board. ## Projects All the application projects are under the "/application" directory. - pq_fir_engine PowerQuad的FIR计算引擎的使用样例程序 - pq_matrix_engine Matrix计算引擎的样例程序 - pq_math_calc 基本数学计算样例 - pq_cordic_engine cordic计算引擎的样例程序 - pq_nn_basic_classification 一个最简单的nn分类问题部署工程, nn_layer组件首次创建 - pq_nn_layer_activate_funcs 增加更多的激活函数, 主要是完善nn_layer组件, sigmoid, softmax, tanh. 更多视频及图片见"doc"目录中的内容.