-
Signal-generator
自己按照下载的信号发生器源程序编写调试,调试成功(Signal generator in accordance with their own source code download write debugging, debugging success)
- 2011-10-23 16:55:29下载
- 积分:1
-
data_whitening
蓝牙物理层data whitening编码,数据白噪声化,目的是对数据进行离散化操作。(bluetooth PHY data whitening)
- 2015-01-19 13:47:41下载
- 积分:1
-
measure
计算脑功能网络相关测度,计算脑功能网络相关测度,,edf信号(Calculate the related measure of functional brain networks)
- 2013-01-26 09:56:47下载
- 积分:1
-
Mathematica
matlab教程ppt,适用于初学者,有程序(matalb )
- 2009-06-06 18:28:10下载
- 积分:1
-
mexhandle
you can pass C++ objects between different MEX functions without first converting to a MatLab compatible format(you can pass objects between different C ME X functions without first converting to a MatLa b compatible format)
- 2006-12-08 00:59:45下载
- 积分:1
-
Harris
提取Harris角点程序,非常好用的角点提取程序(Harris corner extraction program, very easy to use corner detection process)
- 2011-05-04 20:14:58下载
- 积分:1
-
matlab-junheng
均衡技术的matlab仿真。包括时域均衡和频域均衡后的信噪比对比(Equalization matlab simulation. Including time domain equalization and frequency domain equalization SNR comparison)
- 2013-08-28 21:52:03下载
- 积分:1
-
4VCaMatlab-paper
VC调用matlab 编程的论文,值得参考(VC call matlab programming paper, worth considering)
- 2011-09-30 09:46:40下载
- 积分:1
-
PF-HIT
说明: 主要用于潮流计算,可以设置多平衡节点fgfgfgfg(yhuhgfjhgjhgjhg)
- 2009-08-08 11:13:39下载
- 积分: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