• 大小: 0.61M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-03-27
  • 语言: 其他
  • 标签: 其他  

资源简介


基于CCS的卷积算法仿真实验报告 附全套程序 很全

资源截图

代码片段和文件信息

#include 
#include “convolve.h“
/* Global declarations */
int inp1_buffer[BUFSIZE];
int inp2_buffer[BUFSIZE];       /* processing data buffers */
int out1_buffer[BUFSIZE];
int out2_buffer[BUFSIZE*2];
int size = BUFSIZE;
int ain = MINGAIN;
int zhy=0;
int sk=64;        /*sk代表所开的bufsize的大小需修改它.输入文件sine.dat为32点sine11.datsin22.datsin33.datsin44.dat为64点的输入波形.*/
                  /* volume control variable */
unsigned int processingload = 1;  /* processing routine //load value */
/* Functions */
extern void load(unsigned int loadValue);

static int processing1(int *input2 int *output1); 
static int processing2(int *input1int *output1int *output2);
static void dataIO1(void);
static void dataIO2(void);

/* ======== main ========*/
void main()
{
    int *input1 = &inp1_buffer[0];
    int *input2 = &inp2_buffer[0];
    int *output1 = &out1_buffer[0];
    int *output2 = &out2_buffer[0];
    puts(“volume example started\n“);

    /* loop forever */
  

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2012-05-29 21:21  convolve\
     目录           0  2012-05-27 21:43  convolve\Debug\
     文件        9095  2012-05-27 18:53  convolve\Debug\convolve.map
     文件        8022  2012-05-27 18:52  convolve\Debug\convolve.obj
     文件       46048  2012-05-27 18:53  convolve\Debug\convolve.out
     文件        1148  2012-05-27 18:52  convolve\Debug\load.obj
     文件        1965  2012-05-27 18:52  convolve\Debug\vectors.obj
     文件         561  2012-05-27 18:53  convolve\Debug.lkf
     文件        1012  2012-05-27 18:53  convolve\cc_build_Debug.log
     目录           0  2012-05-27 21:43  convolve\convolve.CS_\
     文件        3072  2012-05-27 18:52  convolve\convolve.CS_\FILE.CDX
     文件         314  2012-05-27 18:52  convolve\convolve.CS_\FILE.DBF
     文件         637  2012-05-27 18:52  convolve\convolve.CS_\FILE.FPT
     文件       21504  2012-05-27 18:52  convolve\convolve.CS_\SYMBOL.CDX
     文件        8019  2012-05-27 18:52  convolve\convolve.CS_\SYMBOL.DBF
     文件       12914  2012-05-27 18:52  convolve\convolve.CS_\SYMBOL.FPT
     文件        2720  2012-05-27 18:44  convolve\convolve.c
     文件        1297  2012-05-26 20:53  convolve\convolve.cmd
     文件         717  2006-10-13 11:01  convolve\convolve.h
     文件        2225  2012-05-27 21:19  convolve\convolve.paf2
     文件        1074  2012-05-27 21:19  convolve\convolve.pjt
     文件        2035  2012-05-27 21:19  convolve\convolve.sbl
     文件         590  2012-05-26 10:51  convolve\fangbo.dat
     文件        1431  2001-05-23 03:47  convolve\load.asm
     文件     1039088  2005-01-26 10:47  convolve\rts.lib
     文件         217  2012-05-27 16:03  convolve\sin.dat
     文件        1970  2001-05-23 03:47  convolve\vectors.asm
     文件      428032  2012-09-20 13:42  基于CCS的卷积算法仿真实验.doc

评论

共有 条评论