DSP C6716超级详细的算法程序

源代码在线查看: example 2-26.c

软件大小: 25 K
上传用户: xueyulanlian
关键词: C6716 DSP 超级 算法
下载地址: 免注册下载 普通下载 VIP

相关代码

				
				;Example 2 - 26. Using cos function in fastrts67x.lib
				
				#include fastrts67x.h          // 包含头文件
				#include recip.h
				void main(){
				    float a, pi = 3.14159;
				    a = sin(pi);         // 调用三角余弦函数cossp()
				}
				
							

相关资源