资源列表
ksps
- 首先,初始化将要排序的序列,以数组初始化。 第二,定义快速排序函数: 本算法思路为:在待排序的n个记录中任取一个记录r(通常取第一个记录),以该记录的关键字k为准,将所有剩下的n-1个记录分割成两个子序列。第一个子序列中的每个记录关键子均小于或等于k,第二个子序列中的每个记录关键字均大于或等于k,然后将k对应的记录排在第一个子序列之后及第二个子序列之前。这个过程为一遍排序。之后分别对子序列1和子序列2重复上述过程,直至每个子序列只有一个记录为止。 最后,定义
jakesmodel
- matlab code for wireless channel
roots-music.m
- 空间谱估计算法中的求根MUSIC算法,很简单程序。-Spatial spectrum estimation algorithm finding roots of MUSIC algorithm is very simple program.
GABP
- 遗传算法优化bp网络,比较详细,参考度高。-Genetic algorithm optimization bp network, in more detail, with reference to high.
DRSHE
- Dynamic Range Separate HE
tls_esprit
- Tls_sprit用总体最小二乘法和旋转不变技术来估计波达方向。-Tls_sprit with total least squares and rotational invariance techniques to estimate the DOA.
jiachuangchazhi512
- 改程序能够实现加窗插值FFT算法的matlab仿真,已经得到实验验证,注解清晰详细,代码可读性强.以512点为例进行仿真计算,对与其他点数,如256或是1024可以通过简单修改即可-Reform process to achieve the windowed interpolation FFT algorithm matlab simulation, experimental verification has been, clear and detailed annotations, code
dsb
- dsb调制解调 高斯白噪声 语音信号dsb调制解调-dsb modulation&demodulation
annclassify
- 用神经网络进行故障诊断的分类程序,数据引用的是凯斯西储大学的数据-ANN classified node。Performed using neural network fault diagnosis classification procedures, data referenced data is Case Western Reserve University
fit_demo
- 多项式和非多项式曲线拟合,多项式拟合在matlab中可以使用polyfit函数求解多项式系数,通过polyval函数求解拟合多项式在某数据点处的值-Polynomial and non-polynomial curve fitting, polynomial fitting in matlab polyfit function can be used to solve polynomial coefficients, solve the value of a data point to fit
T_Flord
- matlab实现图上的Florid算法,最终结果为路径长度度量矩阵和路由矩阵-Floyd algorithm matlab implementation on the graph, the end result is the path length metric matrix and routing matrix
Retinex
- 图像增强处理中的retinex算法matlab程序-Image enhancement processing algorithm matlab program retinex