资源列表
bcCheck1
- 边界条件代码-Boundary conditions
LMS1
- 利用最小均方误差算法进行系统参数的辨识,其中步长确定-This program is an LMS algorithm used for system identification. The step of the algorithm is a constant.
hdr_read_volume
- hdr_read_volume function matlab image
omp
- 正交匹配追踪算法,是一种压缩感知中的重构算法,优点是复杂度低,缺点是需要预知信号的稀疏度-Orthogonal matching pursuit algorithm is a compressed sensing reconstruction algorithm, the advantages of low complexity, the disadvantage is the need to predict the sparsity of the signal
xianboz
- 基于自适应算法的50hz工频陷波程序,陷波效果挺好的-50Hz self-adapting notch filter
Mexp_equal
- 实现改进的超指数盲均衡算法,纠正了原算法不能纠正相位偏转的缺点-realize the MSEI algorithm, improved the original SEI algorithm and corrects the phase error
codebspk.m
- matlab code for communication in uwb based bpsk generation
natural-network
- 创建神经网络代码,具有仿真界面,简单易学,欢迎下载-Create a neural network code, simulation interface, easy to learn, welcome to download
Untitled-
- 偏微分方程中关于有限差分的其中一个格式,向前差分格式-failed to translate
bpsj2
- 典型系统BP神经网络与传统PID控制性能的比较-例子2-Typical BP neural network and the traditional PID control performance comparison
Weighted-moving-average-method
- 加权移动平均法就是根据同一个移动段内不同时间的数据对预测值的影响程度,分别给予不同的权数,然后再进行平均移动以预测未来值。 加权移动平均法不像简单移动平均法那样,在计算平均值时对移动期内的数据同等看待,而是根据愈是近期数据对预测值影响愈大这一特点,不同地对待移动期内的各个数据。对近期数据给予较大的权数,对较远的数据给予较小的权数,这样来弥补简单移动平均法的不足。-Weighted moving average method is according to the degree of infl
graph-coloring
- 基于greedy DSATUR 的经典着色程序-Given a graph, vertex coloring is the assignment of colors to the vertices such that no two adjacents vertices share the same color. Vertex coloring problem is NP-hard for general graphs. However for some specific graph classe