-
PI_SNR
盲源分离的的简单易用 适合初学者你们慢慢学习下我只能帮你到这了(signal separation snr matlab code)
- 2014-10-28 16:03:57下载
- 积分:1
-
FFT-VCPP-1024-point
FFT VC++ 源码 50HZ 1024点 电压波形MATLAB验证 绝对正确 易修改为32点 64点128点 256点512点1024点等 C文件可直接应用于工程,非常好的C源码.rar(FFT 1024 point 512 point 128 point 64 point 32point)
- 2012-11-24 11:48:55下载
- 积分:1
-
FilterTitleOverlay
FilterTitleOverlay字幕叠加的filter(FilterTitleOverlay subtitles superimposed filter)
- 2014-01-23 08:03:52下载
- 积分:1
-
comtet_matlab
该程序是一个matlab与visual c++ 混合编程的例子,运用matlab的combuilder将matlab程序编译成dll,在C++里调用。(that the procedure was a Matlab c mixed with visual programming examples. using Matlab combuilder procedures will be compiled into Matlab dll, in the C calling.)
- 2007-05-11 17:16:07下载
- 积分:1
-
KTLTHDT-Slide
C++ project simulation
- 2014-11-10 21:27:41下载
- 积分:1
-
matlab_algorithms
自适应程序matlab代码,有详细说明,很不错,适合初学者!(Adaptive procedure matlab code, a detailed description, it is good for beginners!)
- 2014-04-22 23:30:57下载
- 积分:1
-
compare
int compare(const char* a, const char* b, int size)
{
for (int i = 0 i < size i ++)
{
if (a[i] != b[i])
{
return i
}
}
return -1
}
(int compare(const char* a, const char* b, int size)
{
for (int i = 0 i < size i++)
{
if (a[i] != b[i])
{
return i
}
}
return-1
}
)
- 2014-09-02 13:53:50下载
- 积分:1
-
GuiStaticLib
Guilib的静态库源码,修改了一些编译错误,以及在不同windows上面存在的一些问题(The static library source code of Guilib. Modified some compilation error, and some bugs that exist in different windows version.)
- 2014-02-20 09:41:06下载
- 积分:1
-
awgn
说明: awgn的各种实现函数,以及每个函数实现的各种功能(awgn)
- 2010-04-16 11:58:32下载
- 积分:1
-
spline
说明: 实现三次样条差值,与matlab实现的精度一样(Realize the difference between cubic spline, and the precision to achieve the same matlab)
- 2011-04-07 10:04:18下载
- 积分:1