xxxx18一60岁hd中国/日韩女同互慰一区二区/西西人体扒开双腿无遮挡/日韩欧美黄色一级片 - 色护士精品影院www

  • 大小: 1KB
    文件類型: .c
    金幣: 1
    下載: 0 次
    發(fā)布日期: 2021-06-11
  • 語言: C/C++
  • 標簽: 互相關??C??xcorr??

資源簡介

用C編的互相關程序,與matlab中的xcorr相對應,correlation

資源截圖

代碼片段和文件信息

#include?
#include?
#include?

#define?NN?10

void?xcorr(float?*r?unsigned?short?*x?unsigned?short?*y?int?N);

int?main()
{??
????unsigned?short?x[10]={1122345678};
????unsigned?short?y[10]={1345678952};
????float?r[19]?=?{0};
????
????FILE?*fp_out;
????int?delay;
????
????xcorr(r?x?y?NN);
//Open?the?file?to?write
????if((fp_out=fopen(“out_xcorr.txt““wt“))?==?NULL)
{
????printf(“Cannot?open?this?file!\n“);
exit(0);
}

for(delay?=?-NN?+?1;?delay?????????fprintf(fp_out“%d?%f\n“delayr[delay?+?NN

評論

共有 條評論