-
NEW-LEACH-matlab.txt
对经典协议LEACH的改进版本,可以出图3个,对初学很有帮助,大家有兴趣的可以看看。(LEACH agreement on an improved version of the classic, you can plot three, very helpful for beginners, we are interested can look at.)
- 2014-01-20 17:22:06下载
- 积分:1
-
VirtualKD20
用虚拟机COM方式很慢.试试用这个吧,这个据说能提高十几倍哟.里面的read.txt文件我在VMWare中安装做了一下简要的中文说明.
irpfind produces ~450KB/s traffic on VirtualBox and ~150KB/s on VMWare, significantly outperforming standard ~10KB/s COM Port(COM way using virtual machine is slow. Try it with this, this is said to increase more than tenfold yo. Read.txt document inside VMWare installed, I have done a brief description of the Chinese. Irpfind produces ~ 450KB/s traffic on VirtualBox and ~ 150KB/s on VMWare, significantly outperforming standard ~ 10KB/s COM Port)
- 2009-07-07 11:37:07下载
- 积分:1
-
fsk_demodualtion
课程设计需要运用MATLAB编程实现2ASK,2FSK,2PSK,2DPSK调制解调过程,并且输出其调制后的波形,画出频谱、功率谱密度图,并比较各种调制的误码率情况,讨论其调制效果。(Curriculum design requires the use of MATLAB programming 2ASK 2FSK, 2PSK 2DPSK modulation demodulation process and output modulated waveform, draw the spectrum, power spectrum density map and compare various modulation BER discuss its modulation effect.)
- 2012-11-14 20:03:16下载
- 积分:1
-
FrequencyFilt
根据频率的不同,设置不同的滤波器,包括低通、高通、带通等(Depending on the frequency set different filters, including low pass, high pass, band pass, etc.)
- 2013-12-30 07:23:00下载
- 积分:1
-
vc
说明: 一个函数int fun(int *s,int t,int *k),用来求除数组的最大元素在数组中的下标并存放在k所指的储存单元中(A function int fun (int* s, int t, int* k), for requirements in addition to an array of the largest element in the array subscript coexist on the storage unit referred k)
- 2012-10-25 18:43:54下载
- 积分:1
-
VCCurve
说明: windows下用来画曲线的小程序,看看好不好用(windows under the curve for painting small procedures to see is really handy)
- 2006-05-01 15:42:34下载
- 积分:1
-
autocorrelation
时间序列中自相关函数的计算代码,内附程序说明(Time series in the calculation of the autocorrelation function of the code, containing a description of the procedures)
- 2010-10-10 10:44:54下载
- 积分: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
-
FlightGear-UDP-communication-CPP
实现FlightGear与外部通信,获得仿真的飞行参数及配置FlightGear。便于基于FlightGear的地面站设计(communication with FlightGear based on UDP in C++)
- 2021-01-06 15:48:53下载
- 积分:1
-
MMSPo
现代信号处理中关于Levinson算法,Burg算法,,ARMA模型法,MUSIC算法,已通过测试。
(Modern signal processing on the Levinson algorithm, Burg algorithm, ARMA model law, MUSIC algorithm, has passed the test.)
- 2012-07-27 13:09:01下载
- 积分:1