This website works better with JavaScript
首页
发现
帮助
注册
登录
zoulei
/
XdCxRhDW
关注
1
点赞
0
派生
0
文件
工单管理
0
合并请求
0
Wiki
目录树:
1049410b8d
分支列表
标签列表
master
XdCxRhDW
/
XdCxRhDW.Api
/
AddIns
/
信号测量
zoulei
e0b9765a05
111234
1 年之前
..
SignalProc.dll
e0b9765a05
111234
1 年之前
SignalProc.h
2689621719
11
1 年之前
SignalProcHelper.cs
2689621719
11
1 年之前
ippcore-9.0.dll
2689621719
11
1 年之前
ipps-9.0.dll
2689621719
11
1 年之前
ippsy8-9.0.dll
2689621719
11
1 年之前
readme.txt
2689621719
11
1 年之前
readme.txt
char *file = "D:\\data\\1-C96000.dat";
__int64 fsample = 96000;
int pos[] = { 73810,165788 };
int count[] = { 4800,14410 };
const int len = 2;
int modes[2] = { 0 };
double rates[2] = { 0 };
double ffcs[2] = { 0 };
SigalEst(file, fsample, pos + spos, count + spos, modes, rates, ffcs, len);