搜索资源列表
DTMF_cpp
- c++写的DTMF算法,内含一个pcm数据文件,读入文件并分析按键-write c DTMF algorithm, containing a PCM data files, read and analyzed key documents
AFRP
- WSN中AFMR路由算法.(AFMR)算法,通过构建高效路由以及在各节点自适应地决定是否进行数据融合处理,解决了移动代理如何以能量有效的方式融合、收集相关性数据的问题。该算法综合考虑了移动代理在路由过程中传输能量和融合能量的消耗,并根据数据融合算法的能量开销和节能增益,对移动代理迁移到各节点时是否执行数据融合操作进行自适应调整,以达到在各种不同的应用场景中优化移动代理能量开销的目的。-wsn,AFMR
cellular-wireless-positioning
- 蜂窝无线定位算法,内涵FANG,CHAN,LS,SX算法,其中initial文件的功能是生成基站坐标、TDMA等原始数据-Cellular localization algorithm function of connotation FANG CHAN, LS, SX algorithm, which initial document is to generate a base station coordinates, TDMA and other raw data
LLOYD
- 用训练序列和lloyd算法,对一个正弦信号数据进行标量量化。-Using the training sequence and lloyd algorithm, a sinusoidal signal data scalar quantization.
reuse-of-data-in-the-BE
- 数据重用技术在盲均衡算法中的应用。在军事通信中,小数据包运用比较多,但很多盲均衡算法不能够在小数据包的情况下收敛,所以采用数据重用的技术来克服。-Data reuse technology in blind equalization algorithm. In military communications, the use of small data packets more, but a lot of blind equalization algorithms can not converg
pmusic_for_DOA_estimation
- spectrum.music对象和pmusic函数提供Schmidt提出的MUSIC算法。该算法基于对自相关矩阵的特征分析,用于对频谱的估计。这种谱分析将数据相关矩阵的信息分为信号子空间和噪声子空间。-spectrum.music objects and functions provide MUSIC algorithm pmusic Schmidt raised. The algorithm is based on the correlation matrix of the feature a
mmsp
- 前后向平滑算法:算法的原理很简单,以五点三次平滑为例。取相邻的5个数据点,可以拟合出一条3次曲线来,然后用3次曲线上相应的位置的数据值作为滤波后结果。简单的说就是 Savitzky-Golay 滤波器 。只不过Savitzky-Golay 滤波器并不特殊考虑边界的几个数据点,而这个算法还特意把边上的几个点的数据拟合结果给推导了出来。-Before and after the smoothing algorithm: the principle of the algorithm is very s
Kmeans
- 用K-means算法对数据进行聚类分析,得到不同K值情况下的聚类结果并绘制出了J-K关系图。-The K-means algorithm is used to cluster the data, and the clustering results are obtained under different K values. The J-K relation graph is drawn.