资源列表
kmean-(2)
- data mining kmean algorithm
LFMCW
- 产生线性调频信号以及均匀脉冲截断的线性调频信号,并分别生成频谱-It generates the lfmcw signal and the lfmcw signal modulated by the uniform pulse sequence, and it also generates the frequency attribution of the two signals.
matlab
- 乘子法 这是用乘子法解决数学问题的一个实例,是matlab语言程序-Multiplier method which is an instance of the multiplier method to solve mathematical problems, matlab language program
Untitled
- 应用于数字信号的各种波形的编写,含有方波,锯齿波等-Used in the digital signal of the various waveform compiling, and contains square wave, sawtooth wave, etc
Powellsearch
- 生命迹象探测步进频仿真生命迹象微弱目标探测步进频仿真-Vital signs to detect faint signs of life stepping frequency simulation target detection step frequency simulation
Binary-tree-structure
- 从文件中接受一组数,动态创建一个二叉树,并且先序中序和后序遍历-Accept a set of numbers, from a file dynamically create a binary tree, and the first sequence in the sequence and after preorder
ascll
- matlab程序:将输入的字符按照ASCII码排序后输出-matlab program: the input characters are sorted according to the ASCII code output
sy1
- 一个小的PHP程序 帮助理解各种控件-A small PHP program to help understand the various controls
papr-pour-ofdm
- In this section, the PAPR performance of the proposed algorithms is shown. To evaluate the PAPR performance, the CCDF is employed. The specification detail of simulation parameters is given in TABLE I. In Fig. 5 is shown the PAPR with a PTS m
ofdm
- ofdm同步算法,用于多载波ofdm通信中提取相应的同步信息,便于以后的均衡处理。-ofdm synchronization algorithm for multi-carrier communication ofdm synchronization information extracted corresponding to facilitate subsequent equalization.
BPNN
- bp神经网络预测,可自行修改变量进行应用-bp network prediction
merge
- /* *并查集: *算法介绍:并查集是一种高效的支持合并查询的数据结构 * bcj[]保存前驱节点,是并查集的结构关系数组。 * rank[]保存集合元素个数,合并时按照元素个数多少合并。 * *函数功能:Init()是初始化bcj[],rank[],初始时,把每个元素都当成一个集合 * Find(x)是查询元素x所在的集合. * Merge(x, y)是合并x所在集合和y所在集合. */-/** And check the set:*