This website works better with JavaScript
홈
탐색
도움말
가입하기
로그인
zoulei
/
XdCxRhDW
Watch
1
Star
0
포크
0
파일
이슈
0
풀 리퀘스트
0
위키
트리:
e0b9765a05
브랜치
태그
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);