您好、专家!
你好! 对于下面的客户咨询、我需要您的帮助。
#Include <stdlib.h>
#Include <math.h>
#Include <time.h>
INT I;
int count = 0;
int px=0;
浮点 W0[8];
INT L=4;
INT N=6;
双信号[8]={1、2、3、4、5、6、7、8};
double h[4]={2、1、0、3};
浮动缓冲器1[6];
int main()
{
w0[count]=0;
buffer1[px]=信号[计数];
for (I=0;I<L;I++)
{
W0[COUNT]=W0[COUNT]+((h[I]*buffer1[(px-L+1+I)%N]);
}
count=计数++;
px=(px+1)%N;
返回0;
}