zoule 74d68f4be7 解决了HttpClient资源未释放导致无可用的本地端口BUG 7 months ago
..
CheckHelper.cs bccac4ae82 111 11 months ago
DmcResult.cs 3f95a8a1c1 11 1 year ago
FileFilter.exe a665206bf1 添加信号滤波处理,对检测都需要输入信号带宽参数 1 year ago
PSignalCheck.dll fa75eae427 1111 1 year ago
PSignalCheck.h bd1bcda416 111 1 year ago
ReSample.exe 7fd1507e9d abcdef 1 year ago
ReSample.txt 3f95a8a1c1 11 1 year ago
ReSampleHelper.cs 74d68f4be7 解决了HttpClient资源未释放导致无可用的本地端口BUG 7 months ago
SigFilterHelper.cs 74d68f4be7 解决了HttpClient资源未释放导致无可用的本地端口BUG 7 months ago
SignalProc.dll c400e23bb5 11 11 months ago
SignalProc.h 917702d902 添加信号信噪比 4 years ago
SignalProc.lib 917702d902 添加信号信噪比 4 years ago
SignalProcHelper.cs 917702d902 添加信号信噪比 4 years ago
dmc.exe 3f95a8a1c1 11 1 year ago
enc-test.dat 3f95a8a1c1 11 1 year ago
enc.exe 3f95a8a1c1 11 1 year ago
enc.txt 3f95a8a1c1 11 1 year ago
ippcore-9.0.dll 3f95a8a1c1 11 1 year ago
ipps-9.0.dll 3f95a8a1c1 11 1 year ago
ippsy8-9.0.dll 3f95a8a1c1 11 1 year ago
readme.txt 3f95a8a1c1 11 1 year ago

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);