This website works better with JavaScript
Accueil
Explorer
Aide
S'inscrire
Connexion
zoulei
/
XdCxRhDW
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
b92b04c690
Branches
Tags
master
XdCxRhDW
/
XdCxRhDW.Api
/
AddIns
/
信号测量
zoulei
de9ed70e41
123
il y a 1 an
..
SignalProc.dll
de9ed70e41
123
il y a 1 an
SignalProc.h
2689621719
11
il y a 1 an
SignalProcHelper.cs
de9ed70e41
123
il y a 1 an
ippcore-9.0.dll
2689621719
11
il y a 1 an
ipps-9.0.dll
2689621719
11
il y a 1 an
ippsy8-9.0.dll
2689621719
11
il y a 1 an
readme.txt
2689621719
11
il y a 1 an
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);