DSPs原理及应用CCS实验报告.docxVIP

  • 41
  • 0
  • 约1.57万字
  • 约 24页
  • 2019-09-14 发布于广东
  • 举报
DSPs原理及应用——实验报告 实验一 第17章利用CCS开发DSP程序 程序 Volume.c #include stdio.h #include volume.h /* Global declarations */ int inp_buffer[BUFSIZE]; /* processing data buffers */ int out_buffer[BUFSIZEJ; int gain = MINGAIN; /* volume control variable */ unsigned int processingLoad = BASELOAD; /* processing routine load value */ struct PARMS str = { 2934, 9432, 213, 9432, str }; /* Functions */ extern void load(unsigned int loadValue); static int processing(int *input, int ^output); static void datalO(void); * ======== main ======== void main() { int *input = inp_buffer[O]; int ^output = out_buffer[0]; puts(

文档评论(0)

1亿VIP精品文档

相关文档